mobility_features 1.3.4 copy "mobility_features: ^1.3.4" to clipboard
mobility_features: ^1.3.4 copied to clipboard

outdated

Real-time mobility feature calculation

1.3.4 Flushing data #

  • Fixed an error where location samples were being flushed when they shouldn't

1.3.3 Dependencies #

  • Updated dependencies

1.3.2 Streaming based API #

  • Renamed GeoPosition to GeoLocation due to naming conflicts with another package.

1.3.0 Streaming based API #

  • Refactored API to support streaming
  • An example app is now included

1.2.0 Restructuring #

  • MobilitySerializer is now private.

1.1.5 Major refactoring #

  • Renamed and refactored classes such as Location and SingleLocationPoint to GeoPosition and LocationSample respectively.

1.1.0 Private classes #

  • Made a series of classes private such that they cannot be instantiated from outside the package

1.0.0 Formatting #

  • Fixed a series of formatting issues which caused the package to score lower on pub.flutter-io.cn
  • Upgraded the release number to 1.x.x to increase the package score on pub.flutter-io.cn

0.1.5 Private constructor. #

  • The Mobility Context constructor is now private
  • A Mobility Context should always be instantiated via the ContextGenerator class.

0.1.0 First release. #

  • The first official release with working unit tests
  • Includes a minimalistic API which allows the application programmer to generate features with very few lines of code.