README only
commit
9bca2a758e
|
@ -0,0 +1,15 @@
|
||||||
|
# gps
|
||||||
|
|
||||||
|
This is an sample application which demonstrates some features that can be found in many flutter apps, e.g.
|
||||||
|
- Provider and BLoC pattern
|
||||||
|
- Accessing the GPS sensor
|
||||||
|
- Using Streams
|
||||||
|
- Localization
|
||||||
|
- Own Widgets
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
`gps_bloc_app.dart` and `gps_provider_app.dart` are two implementations of the GPS app.
|
||||||
|
The first uses the BLoc pattern, the latte the provider pattern.
|
||||||
|
Both can be executed from the IDE and the command line.
|
||||||
|
|
||||||
|
To build an app for Android or iOS, one these files hast to be renamed to `main.dart`.
|
Loading…
Reference in New Issue