Skip to content

Commit

Permalink
Merge pull request #20 from RoadTripMoustache/v2
Browse files Browse the repository at this point in the history
version: v0.2.0
  • Loading branch information
apomalyn committed Jul 10, 2024
2 parents fc41b25 + 57e28f2 commit 37fd6a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Unreleased


## [0.2.0] - 08/07/2024
### Added
- Add a reset button [#15](https://github.com/RoadTripMoustache/avatar_maker/issues/15)
- Add a randomizer button [#16](https://github.com/RoadTripMoustache/avatar_maker/issues/14)
Expand All @@ -7,7 +10,7 @@
- Example configurations
- README

## [0.1.0] -30/06/2024
## [0.1.0] - 30/06/2024
### Added
- New colors for facial hairs, hairs & outfits
- Documentation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This package provides you three easy-to-use widgets -
|-------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
| [AvatarMakerAvatar](./docs/widgets/avatar.md) | Use your avatar anywhere in your Flutter app with a simple customizable widget. Supports material dark theme too. | ![1608830483994](https://user-images.githubusercontent.com/37346450/103071632-009ec100-45ea-11eb-97c4-96c9ec67e204.gif) |
| [AvatarMakerCustomizer](./docs/widgets/customizer.md) | A comprehensize UI to customize the user's avatar. Offers previews of each individual component and whose looks can be tweaked with a `AvatarMakerThemeData` | ![1608827561239](https://user-images.githubusercontent.com/37346450/154008536-a687828c-dc9d-4a62-aa11-b800d4fb7763.jpg) |
| [AvatarMakerRandomWidget](./docs/widgets/random.md) | Renders a randomizer button by default OR can be used as an [InkWell] wrapper for the [child] widget. It changes the avatar with random properties for every displayed property categories. | ![AvatarMakerRandomWidget](https://github.com/RoadTripMoustache/avatar_maker/assets/36586573/5a20d383-2287-417c-975f-99373fe59b70) |
| [AvatarMakerRandomWidget](./docs/widgets/random.md) | Renders a randomizer button by default OR can be used as an [InkWell] wrapper for the [child] widget. It changes the avatar with random properties for every displayed property categories. | ![AvatarMakerRandomWidget](https://github.com/RoadTripMoustache/avatar_maker/assets/36586573/2f81c840-9c16-40db-852b-f1da1aad8811) |
| [AvatarMakerResetWidget](./docs/widgets/reset.md) | Renders a reset button by default OR can be used as an [InkWell] wrapper for the [child] widget. It resets the avatar to the last avatar saved state. | ![AvatarMakerResetWidget](https://github.com/RoadTripMoustache/avatar_maker/assets/36586573/ef052b05-1b23-4f77-8a47-1d08fc734958) |
| [AvatarMakerSaveWidget](./docs/widgets/save.md) | Renders a save button by default OR can be used as an [InkWell] wrapper for the [child] widget. | ![1608827561239](https://user-images.githubusercontent.com/37346450/154008545-8325af7b-58a2-4419-8544-929ffbdbb9ff.jpg) |

Expand Down
2 changes: 1 addition & 1 deletion doc/widgets/random.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AvatarMakerRandomWidget

![AvatarMakerRandomWidget](https://github.com/RoadTripMoustache/avatar_maker/assets/36586573/5a20d383-2287-417c-975f-99373fe59b70)
![AvatarMakerRandomWidget](https://github.com/RoadTripMoustache/avatar_maker/assets/36586573/2f81c840-9c16-40db-852b-f1da1aad8811)

Renders a randomizer button by default OR can be used as an [InkWell] wrapper for the [child] widget. It changes the avatar with random properties for every displayed property categories.

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: avatar_maker
description: A light-weight and highly customizable SVG avatar library for
Flutter apps. Provides a Customizer Widget, CircleAvatar and other utility
functions that are ready-to-use.
version: 0.1.0
version: 0.2.0
homepage: https://github.com/RoadTripMoustache/avatar_maker

environment:
Expand Down

0 comments on commit 37fd6a5

Please sign in to comment.