Skip to content

Commit

Permalink
Merge pull request #12 from Frezyx/dev
Browse files Browse the repository at this point in the history
Release version 1.0.2
  • Loading branch information
Frezyx authored Jun 5, 2021
2 parents 2b9b8f3 + 7d845e1 commit 39ba3f4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.4.1 - 2021-06-06
## 1.0.2 - 2021-06-06

* Fix analyser issues

## 1.0.1 - 2021-06-06

* Update examples && README.md

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img src="https://github.com/Frezyx/animated_icon_button/blob/master/example/rep_files/preview.gif?raw=true" width="270"></p>

## Breaking Change
After `1.0.1` version you can use multiple icons.
After `1.0.2` version you can use multiple icons.

## Getting Started
Follow these steps to use this library
Expand All @@ -25,7 +25,7 @@ Follow these steps to use this library

```yaml
dependencies:
animated_icon_button: ^1.0.1 #latest version
animated_icon_button: ^1.0.2 #latest version
```
### Add import package
Expand Down
2 changes: 1 addition & 1 deletion example/lib/button_themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class _MyHomePageState extends State<MyHomePage> {
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('animated_icon_button v1.0.1'),
title: const Text('animated_icon_button v1.0.2'),
),
body: Center(
child: Column(
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.1+2
version: 1.0.2+2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
File renamed without changes
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: animated_icon_button
description: Flutter package to create custom animated IconButton. Includes all available icons. Based on native IconButton.
version: 1.0.1
author: [email protected]
version: 1.0.2
homepage: https://github.com/Frezyx/animated_icon_button

environment:
Expand Down

0 comments on commit 39ba3f4

Please sign in to comment.