Skip to content

Commit

Permalink
Update version to 4.0.0-dev and example project Readme + add some fil…
Browse files Browse the repository at this point in the history
…es in .gitignore
  • Loading branch information
prateekmedia committed May 19, 2021
1 parent e27753e commit 1bed875
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

.idea
.vscode
.metadata
*.iml

.packages
.pub/
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [4.0.0-dev] - 19 May 2021

- Update Example Project
- Revamp Whole Codebase by using Overlays instead of stacks
- Update dialRoot and now you specify any widget other then FAB as DialRoot too
- Add Four Directions in SpeedDialDirection parameter namely Up, Down, Left, Right
- Add buttonSize and childrenButtonSize parameter's to set button size for main dial and its childrens
- Use Theme Colors When no color is specified
- Fix weird grey offset
- Fix useRotationAnimation not working
- Fix issues with child and activeChild
- Fix snackbar not visible with SpeedDial
- Fix FloatingActionButtonLocation not working with Speed Dial
- Fix speed Dial doesn't get docked with BottomNavigationBar and BottomAppBar
- Remove unnecessary files

By @prateekmedia and other contributers who helped me in finding the bugs and solving the issues.

## [3.0.5] - 12 Mar 2021

- Fix closing animation by @Amir-P
Expand Down
2 changes: 2 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
android/
ios/
linux/
mac/
windows/
web/

# Flutter/Dart/Pub related
Expand Down
10 changes: 10 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# flutter_speed_dial_example

This is a sample speed dial Project, feel free to sneak at the source code.

### How to test

- Run below command in the terminal
```bash
flutter pub get;
cd example;
flutter create ./
```
- Now test example using `flutter run -v` or by hitting debug icon on your favorite IDE.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_speed_dial
description: Flutter plugin to implement a beautiful and dynamic Material Design Speed Dial, with labels, animated icons and hide on scrolling.
version: 3.0.5
description: Flutter plugin to implement a beautiful and dynamic Material Design Speed Dial with labels, animated icons, multi-directional children and much more.
version: 4.0.0-dev
homepage: https://github.com/darioielardi/flutter_speed_dial/

dependencies:
Expand Down

0 comments on commit 1bed875

Please sign in to comment.