autologin 1.1.0 copy "autologin: ^1.1.0" to clipboard
autologin: ^1.1.0 copied to clipboard

This Plugin helps the developer to auto login into their app as simple as possible.

1.1.0 #

  • Fix a wrong naming in the darwin package which broke the swift package manager support
  • Mark some constructors as private for a better documentation coverage
  • Add Gradle 9.0 migration
  • Add support for Flutter 3.44/Dart 3.12
  • Add WASM support
  • Throw UnsupportedError in unsupported browsers

1.0.2 #

  • Support freezed_annotation 3.x the change is not breaking for this package

1.0.1 #

  • Add API to delete saved autologin tokens (supported on Android, iOS and macOS)
  • Add Swift Package Manager support
  • Extend example app for publishing on Google Play

1.0.0 #

  • First official stable version
  • Improved documentation to have a full documentation coverage

0.2.0 #

  • Add Windows support

0.1.1 #

  • Extend the documentation

0.1.0 #

  • Add Linux support
  • Duplicating (test) code
  • Use the same method channel structure for all platforms with maps instead of json
  • Setting everything up for publishing on pub.dev
  • Fix getting username for web

0.0.6 #

  • Fix build issues on Android
  • Migrate to plugins block

0.0.5 #

  • Migrated to federated plugin structure
  • Migrated on Android to the CredentialManager API
  • Added on Android zero touch login options by using the BlockManager to sync a login token across all (Google PlayService compatible) devices of a user
  • Add MacOS support
  • Use the KeyValueStore to sync login tokens cross iOS and MacOS
  • Fixed loading credentials on iOS
  • Added tons of tests and CI improvements heavily inspired by very_good_flutter_plugin
  • Add editor config for better common formatting