avatar_rings 0.1.0+12 avatar_rings: ^0.1.0+12 copied to clipboard
Custom user profile widget, waves-like rings around, badges, status points, and many more customizations.
Avatar Rings #
Custom user avatar widget, waves-like rings around, badges, status points, and many more customizations.
Installation 💻 #
❗ In order to start using Avatar Rings you must have the Flutter SDK installed on your machine.
Install via flutter pub add
:
dart pub add avatar_rings
Continuous Integration 🤖 #
Avatar Rings comes with a built-in GitHub Actions workflow powered by Very Good Workflows but you can also add your preferred CI/CD solution.
Out of the box, on each pull request and push, the CI formats
, lints
, and tests
the code. This ensures the code remains consistent and behaves correctly as you add functionality or make changes. The project uses Very Good Analysis for a strict set of analysis options used by our team. Code coverage is enforced using the Very Good Workflows.