flutter_next_auth_riverpod 1.0.9
flutter_next_auth_riverpod: ^1.0.9 copied to clipboard
Riverpod integration for NextAuth authentication in Flutter, providing reactive state management for session and authentication status.
1.0.0 #
- Initial release.
1.0.1 #
- Update readme
1.0.2 #
- Fix example dependencies import path error
1.0.3 #
- Upgrade core dependency, because a key bug was fixed in the core lib
1.0.4 #
- Added in-progress status for example
1.0.5 #
- Updated README.md
1.0.6 #
- Updated README.md
1.0.7 #
- Link oAuth backend logic example to Core lib, not provider it here
1.0.8 #
- Added email login in example
1.0.9 #
- fix session serialization error in example; fixed wrong version of core used in example