From 9bca2a758e65b5083b1ca53e4086fc081f8fad35 Mon Sep 17 00:00:00 2001 From: Christoph Giess Date: Mon, 17 Oct 2022 16:53:45 +0200 Subject: [PATCH] README only --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md 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