avatars 3.0.2
avatars: ^3.0.2 copied to clipboard
An avatar widget that uses the best available data source among those provided (social images, gravatar, name initials, custom)
[3.0.2] - 17 Nov 2021. #
- Resolved format issue for pub.dev.
[3.0.1] - 16 Nov 2021. #
- Documentation update.
[3.0.0] - 16 Nov 2021. #
Avatar
widget inherits fromStatelessWidget
instead ofStatefulWidget
.- Removed default inner margin/padding in
Avatar
widget.
[2.2.1] - 16 Nov 2021. #
- Documentation update.
[2.2.0] - 01 Oct 2021. #
- New
margin
parameter.
[2.1.1] - 07 July 2021. #
- Small cache issue fixed.
[2.1.0] - 18 April 2021. #
- Fix an Unhandled Exception: setState() called after dispose().
[2.0.4] - 6 March 2021. #
- README.md table: wrong layout on pub.dev (but correct in other repositories like GitHub).
[2.0.0] - 6 March 2021. #
- Null safety version.
[1.0.2] - 5 March 2021. #
- Example provided
[1.0.1] - 5 March 2021. #
- README.md updated
[1.0.0] - 5 March 2021. #
- Initial release