flutter_advanced_avatar
v1.5.3An advanced avatar provides a rich API for widget customization that opens a new look and feel in your app.
Package archive: https://pubdev.letsnova.ru/api/archives/flutter_advanced_avatar/1.5.3.tar.gz
Install
dart pub add flutter_advanced_avatarReadme
Launch Screen Assets
You can customize the launch screen with your own desired assets by replacing the image files in this directory.
You can also do it by opening your Flutter project's Xcode project with open ios/Runner.xcworkspace, selecting Runner/Assets.xcassets in the Project Navigator and dropping in the desired images.
Changelog
1.5.3
- Update GitHub Actions workflow for automated publishing to pub.dev using OIDC authentication.
1.5.2
- Increase safety on splitting empty
namestrings to abbreviation by @MrLightful. - Bump
flutter_lintsto major v5.0.0 & fix analysis issues by @MrLightful.
1.5.1
- Fix
namesplitting with emojis by @MrLightful.
1.5.0
- Two letters abbreviation algorithm added.
- Minimum SDK version changed to 2.17.0.
1.4.0
- Fix abbreviation algorithm.
- autoTextSize property added.
1.3.1
- Set image size according to the container size.
1.3.0
- AnimatedContainer support added.
1.2.0
- AlignCircular widget implemented to align children on circle.
- Gesture detection support added.
1.1.0
- Corner properties replaced with children.
1.0.0+1
- LICENSE CHANGED.
1.0.0
- Null Safety implemented.
0.0.2+1
- Preview images fixed.
0.0.2
- Extended functionality.
- Documentation improved.
0.0.1
- Basic functionality added.
