Skip to content

Commit

Permalink
Merge pull request #6 from RikitoNoto/develop
Browse files Browse the repository at this point in the history
release 1.1.0
  • Loading branch information
RikitoNoto authored Jan 13, 2024
2 parents e4dfd74 + e657c6c commit 62b58ba
Show file tree
Hide file tree
Showing 25 changed files with 22 additions and 270 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

* Initial release.

## 1.1.0
* Add exports in ```flutter_animated_icon_button.dart```
* Add the platform info in ```pubspec.yaml```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This plugin allows you to create an animated icon button easily.
## Getting Started
To use this plugin, add ```flutter_animated_icon_button``` to a dependency in your ```pubspec.yaml```.
```yaml
flutter_animated_icon_button: ^1.0.0
flutter_animated_icon_button: ^1.1.0
```
## Example
Expand Down
16 changes: 0 additions & 16 deletions example/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions example/android/.gitignore

This file was deleted.

72 changes: 0 additions & 72 deletions example/android/app/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions example/android/app/src/debug/AndroidManifest.xml

This file was deleted.

33 changes: 0 additions & 33 deletions example/android/app/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions example/android/app/src/main/res/drawable/launch_background.xml

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 0 additions & 18 deletions example/android/app/src/main/res/values-night/styles.xml

This file was deleted.

18 changes: 0 additions & 18 deletions example/android/app/src/main/res/values/styles.xml

This file was deleted.

7 changes: 0 additions & 7 deletions example/android/app/src/profile/AndroidManifest.xml

This file was deleted.

31 changes: 0 additions & 31 deletions example/android/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions example/android/gradle.properties

This file was deleted.

5 changes: 0 additions & 5 deletions example/android/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

11 changes: 0 additions & 11 deletions example/android/settings.gradle

This file was deleted.

1 change: 0 additions & 1 deletion example/test/widget_test.dart

This file was deleted.

4 changes: 3 additions & 1 deletion lib/flutter_animated_icon_button.dart
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@

export 'animate_change_icon.dart';
export 'tap_fill_icon.dart';
export 'tap_particle.dart';
17 changes: 14 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: flutter_animated_icon_button
description: An animated icon button for Flutter apps.
version: 1.0.0
homepage: https://github.com/RikitoNoto
description:
An animated icon button for Flutter apps.
This package allows you to create animated icons and a particle easily.

version: 1.1.0
homepage: https://github.com/RikitoNoto/flutter_animated_icon_button/tree/develop/lib
repository: https://github.com/RikitoNoto/flutter_animated_icon_button

environment:
Expand All @@ -22,3 +25,11 @@ flutter:
platforms:
some_platform:
pluginClass: somePluginClass

platforms:
android:
ios:
linux:
macos:
web:
windows:

0 comments on commit 62b58ba

Please sign in to comment.