location_context 3.0.0
location_context: ^3.0.0 copied to clipboard
Helper widgets to share location data using InheritedWidgets
3.0.0 #
- Updating to latest dependencies
- Updating to dart SDK >=3.0.0
2.0.0+1 #
- Fixing flutter analyze issues in tests
- Removing travis dependencies
- Adding Codemagic status
2.0.0 #
- Null safety compatibility - what took so long?
- Updating to be compatible with latest location dependency
1.1.0 #
- Updating to be compatible with latest location dependency
- Adding support for all the new location methods
1.0.3+1 - 2018-08-24 #
- Fixing version numbers in the changelog, because I forgot to save it.
1.0.3 - 2018-08-24 #
- Streamlining the Location dependency injection in context.dart
- Fixing the compiler errors in context.dart related to dart 2
- Adding an example application for how to use this
- Updating quiver dependency to match the flutter sdk dependency
1.0.2 - 2018-08-03 #
- Optimizing the Postion class for better comparisons
1.0.1 - 2018-07-18 #
- Removing unused import from the test files
1.0.0 - 2018-07-17 #
- Initial release for sharing location data using InheritedWidget