chore: update version to 7.0.0

This commit is contained in:
Bart Ribbers 2024-05-24 12:05:42 +02:00
parent 102cb65444
commit 36543b3d3c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
## 7.0.0
* Removed `title` and `subtitle` parameters from `LoginOptions` in favour of passing them directly to the `EmailPasswordLoginForm` widget directly
## 6.1.0 ## 6.1.0
* Added 'suffixIconSize' and 'suffixIconPadding' to LoginOptions. * Added 'suffixIconSize' and 'suffixIconPadding' to LoginOptions.

View file

@ -1,6 +1,6 @@
name: flutter_login name: flutter_login
description: Flutter Login Component description: Flutter Login Component
version: 6.1.0 version: 7.0.0
environment: environment:
sdk: ">=2.18.1 <3.0.0" sdk: ">=2.18.1 <3.0.0"