shiburagi / flutter_geofence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter geofence

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Setup & Execute

This project develop & written using VS Code.

  1. Install package: flutter pub get
  2. Run: flutter run

APK

https://drive.google.com/file/d/1fU-Eqgkxaw_AP_gyL7DTdzBwaY4qm8ih/view?usp=sharing

Testing

The project using flutter_driver and flutter_gherkin for execute automation testing. Gherkin or Cucumber able to support Behaviour-Driven Development(BDD), which is make test script more understandable. There are 5 test cases covered,

  1. Add Geofence
  2. Status inside
  3. Edit Geofence
  4. Status outside
  5. Delete geofence

However, for the permission need manually accept it

All the list of features are available in https://github.com/shiburagi/setel_geofence/tree/master/test_driver/features.

  1. Install package: flutter pub get
  2. Run: dart test_driver/app_test.dart

About


Languages

Language:Dart 91.0%Language:Gherkin 4.9%Language:HTML 2.8%Language:Swift 1.0%Language:Kotlin 0.3%Language:Objective-C 0.1%