login_widget 1.0.3
login_widget: ^1.0.3 copied to clipboard
A Flutter package capable of streamlining the construction of login forms.
1.0.3 #
- Fix lib structure
- Use material design
1.0.2+1 #
- Convert LICENSE to 2-Clause BSD
1.0.2 #
- Use positional parameters when applicable
1.0.1 #
- Follow Very Good Analysis guidelines
- Make onSubmit optional
- Significantly improve tests
1.0.0 #
- Add tests
- Format code
- Rename GitHub repo
0.0.8 #
- Fix long press not using internal method
- Use proper syntax for private methods
0.0.7 #
- Add error message support by returning String from callbacks
0.0.6 #
- Add loading indicator support while awaiting callbacks
- Convert callbacks to async functions
- Document code better
0.0.5 #
- Fix repo URL
0.0.4 #
- Use
String? Function(String?)?style input validators
0.0.3 #
- Add autofocus option to fields
- Reorder a few widget parameters
0.0.2 #
- Add hook for log in button long-press action
- Refactor
LoginFieldFormWidget-->LoginFormWidget
0.0.1 #
- Initial release.