README only

main
Christoph Giess 2022-10-17 16:53:45 +02:00
commit 9bca2a758e
1 changed files with 15 additions and 0 deletions

15
README.md 100644
View File

@ -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`.