Skip to content

Latest commit

 

History

History
206 lines (126 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

206 lines (126 loc) · 2.88 KB

4.0.1

  • Set android min sdk to 21

4.0.0

Completely reviewed and updated to the latest firebase libraries. flutter_auth_ui_web is now integrated into the main package.

  • Updated firebase_auth to ^3.0.0
  • Update firebase_auth to ^5.0.0
  • Update FirebaseUI-iOS to 14.0.0~
  • Support wasm build for web
  • Bug fixes on iOS and web
  • Update README

3.1.0

  • firebase_core v2
  • firebase_auth v4
  • FirebaseUI-Android v8.0.2
  • FirebaseUI-iOS v12.3.0

3.0.0

  • Flutter 3.0.0

3.0.0-dev.0

  • Flutter 2.10.0
  • Add web option

2.4.2

  • Fix typo

2.4.1

  • Add FlutterAuthUi.signOut()

2.4.0

  • firebase_auth ^3.1.0

2.3.2

  • Update dependencies

2.3.1

  • Fix EmailLink on Android
  • Update README

2.3.0

  • Update firebase_auth to ^3.0.0
  • FirebaseUI-iOS 12.0.0

2.2.2

  • Fix iOS code error

2.2.1

  • Support Email link auth on iOS

2.2.0

  • Update firebase_auth to 1.4.1
  • FirebaseUI-Android 7.2.0
  • FirebaseUI-iOS 11.0.3

2.1.0

Breaking changes

  • Rename AuthUiProvider from AuthUiItem

2.0.2+1

  • Use effective_dart style

2.0.2

  • Update README
  • firebase_auth ^1.0.3
  • flutter_plugin_android_lifecycle ^2.0.1
  • flutter_auth_ui_web ^1.0.1

2.0.1

  • Update README
  • Support Logo in FirebaseUI-Android

2.0.0

  • null safety
  • support web

1.3.0

  • Change EmailAuth option
  • Delete iOS option class
  • Update README

1.2.2

  • Fix package.yml

1.2.1

  • Remove Kotlin
  • Update firebase_auth to 0.20.1
  • Support anonymous login
  • Fixed the return value of the startUi method
  • Update README

1.2.0

  • Added tips for changing the AppBar in FirebaseUI-Android
  • Update Kotlin 1.4.30
  • Remove support for Android v1 plugin

1.1.1

  • Fix EmailLink option
  • Update README
  • Update sample code

1.1.0

  • Update FirebaseUI-iOS v10.0.2
  • Update firebase_auth to 0.20.0+1
  • Fix iOS plugin

1.0.0

  • stable release
  • Change API
  • Update firebase_auth to 0.18.4+1

0.3.1

  • Update firebase_auth to 0.18.4
  • Firebase Auth UI v9.0(iOS) & v7.1.1(Android)

0.3.0

  • Flutter 1.22.0
  • Dart 2.10.0
  • Update firebase_auth to 0.18.1+2
  • Target & Compile SDK 30(Android)

0.2.6

  • Downgrade Flutter to 1.20.0

0.2.5

  • Downgrade Flutter to 1.20.1

0.2.4

  • Downgrade Dart to 2.9.0

0.2.3

  • Flutter 1.20.2
  • Dart 2.9.1
  • Update firebase_auth to 0.18.0+1
  • Fix email-password sign-up on iOS

0.2.2

  • Fix startUi method. (Fix #3)
  • Update firebase_auth to 0.16.1.

0.2.1

Update firebase_auth to 0.16.0.

0.2.0

Second beta release.

Breaking change

  • Change set provider function to enum
  • Change PlatformUser to Bool when success startUi

Minor change

  • Update libs
  • Update api doc

0.1.0

First beta release of flutter plugin for Firebase Auth UI.

  • Modify return value of startUi
  • Change setEmail method
  • Add api doc

0.0.1

Initial alpha release of flutter plugin for Firebase Auth UI.