diff --git a/README.md b/README.md index f8771e0f..89b164a6 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ The Flutter geolocator plugin is build following the federated plugin architectu [3]: ./geolocator_web [4]: ./geolocator_web/README.md [5]: ./geolocator_platform_interface -[6]: ./geolocator_platform_interface/README.md +[6]: ./geolocator_platform_interface/README.md \ No newline at end of file diff --git a/geolocator/CHANGELOG.md b/geolocator/CHANGELOG.md index 48fb53cd..827236af 100644 --- a/geolocator/CHANGELOG.md +++ b/geolocator/CHANGELOG.md @@ -1,3 +1,7 @@ +## 7.4.1 + +- Added a functionality to receive NMEA messages. + ## 7.4.0 - Moved to fully federated architecture (moved Android and iOS implementations into separate packages, geolocator_android and geolocator_apple respectivily). diff --git a/geolocator/README.md b/geolocator/README.md index 740ba53b..6ef39f5f 100644 --- a/geolocator/README.md +++ b/geolocator/README.md @@ -22,7 +22,7 @@ A Flutter geolocation plugin which provides easy access to platform specific loc ## Usage To add the geolocator to your Flutter application read the [install](https://pub.dev/packages/geolocator/install) instructions. Below are some Android and iOS specifics that are required for the geolocator to work correctly. - +
Android diff --git a/geolocator/example/android/app/src/main/res/values/styles.xml b/geolocator/example/android/app/src/main/res/values/styles.xml index 1f83a33f..322503e4 100644 --- a/geolocator/example/android/app/src/main/res/values/styles.xml +++ b/geolocator/example/android/app/src/main/res/values/styles.xml @@ -10,7 +10,7 @@ This theme determines the color of the Android Window while your Flutter UI initializes, as well as behind your Flutter UI while its running. - + This Theme is only used starting with V2 of Flutter's Android embedding. -->