commit 9bca2a758e65b5083b1ca53e4086fc081f8fad35 Author: Christoph Giess Date: Mon Oct 17 16:53:45 2022 +0200 README only diff --git a/README.md b/README.md new file mode 100644 index 0000000..7f2b23e --- /dev/null +++ b/README.md @@ -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`. \ No newline at end of file