apptive_grid_user_management 0.4.0 apptive_grid_user_management: ^0.4.0 copied to clipboard
Package to add UserManagement through ApptiveGrid to a Flutter App. This provides Login/Register Widgets and options to confirm accounts
0.4.0 #
- Update apptive_grid_core to 0.15.0
0.3.1 #
- Upgrade apptive_grid_core to 0.14.4
- Fix Lints for Flutter 3.7.0
0.3.0 #
- Upgrade apptive_grid_core to 0.14.0
- Update dependencies
0.2.1 #
- Improve autofill for login and registration
0.2.0 #
- Remove deprecated members
0.1.1 #
- Add option to delete a user's account
0.0.6 #
- Adjust handling of different scenarios
- Login with valid credentials but user not part of the group: Ask to join group
- Register with valid credentials and user is already part of the group: Login User
- Register with email that is already registered: Hint that mail with confirmation link has been sent
0.0.5 #
- Update apptive_grid_core Package to include breaking Model Changes from Version 0.10.0
- Add support for custom translations
Breaking Change #
- Model changes from apptive_grid_core see here for more details
- Remove
ApptiveGridUserManagement.withClient
in favor of a named argument in the default constructor
0.0.5-alpha.4 #
- Upgraded to dart 2.17
0.0.5-alpha.3 #
- Add support for custom translations
0.0.5-alpha.2 #
- Upgraded to
flutter_lints 2
Breaking Change #
- Remove
ApptiveGridUserManagement.withClient
in favor of a named argument in the default constructor
0.0.5-alpha.1 #
- Update apptive_grid_core to 0.10.0 to include breaking model changes
0.0.4+1 #
- Add Group to Login call url
0.0.4 #
- Allow customization of Password Rule enforcement through
PasswordRequirement
0.0.3 #
- Add functionality to reset passwords
- BREAKING Rename
redirectSchema
toredirectScheme
- Add AutofillHints to input fields
0.0.2 #
- Add Example
- Disallow spaces in email fields