Skip to content

Latest commit

 

History

History
95 lines (67 loc) · 2.36 KB

File metadata and controls

95 lines (67 loc) · 2.36 KB

3.2.0 · 1/1/2025

  • Fixed method type by Dishank Jindal - PR
  • Removed unnecessary type declarations
  • Removed unnecessary exclude from the analyses_options.yaml
  • Replaced flutter_lints with very_good_analysis in the example app

3.1.0 · 22/12/2024

  • Lowered Java version to 11 for better compatibility
  • Retracted version 3.0.0

3.0.0 · 20/12/2024

  • Improved readme by adding detailed instructions
  • Improved the result returned from all methods

3.0.0-beta.1 · 19/12/2024

  • Upgraded Android Dependencies PR - with help of OneXeor 🙏
  • Kotlin version 2.0.0
  • gradle plugin 8.3.2
  • android sdk 35
  • core-ktx 1.15.0
  • Java 21
  • Removed fake support for other operating systems
  • Migrated to Pigeon
  • Added new Credentials Manager API
    • requestPhoneNumberHint
  • Removed deprecated SmartLock API
    • getCredential
    • saveCredential
    • deleteCredential

2.0.0 · 21/01/2024

  • Fixed RECEIVER_EXPORTED exception in android SDK 34 PR
  • Fix "Namespace not specified" error when upgrading to AGP 8.0 PR
  • Updated readme
  • Formatted example app

1.1.1 · 24/07/2023

  • Fixed AGP 4.2<= compatibility
  • Updated SDK constraints
  • Updated default SMS code matcher regex length to 8 digits

1.1.0 · 12/05/2023

  • Upgraded Gradle to 7.2.0
  • Added GitHub Actions
    • Static Analysis

1.0.8 · 29/12/2022

  • Fixed Error receiving broadcast Intent

1.0.6

  • Improved docs

1.0.5

  • Remove downcast of Activity => FlutterActivity

1.0.4

  • Replaced dart.io with foundation.dart

1.0.3

  • Fake support of all operating systems, because other packages is depended on this one

1.0.1

  • Fixed reinitializing listeners
  • Fixed Typos

0.9.1

Initial Release

  • Android Autofill**
    • SMS Retriever API
    • SMS User Consent API
  • Showing Hint Dialog
  • Getting Saved Credential
  • Saving Credential
  • Deleting Credential