-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 4.0.0-dev and example project Readme + add some fil…
…es in .gitignore
- Loading branch information
1 parent
e27753e
commit 1bed875
Showing
5 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
|
||
.idea | ||
.vscode | ||
.metadata | ||
*.iml | ||
|
||
.packages | ||
.pub/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,8 @@ | |
android/ | ||
ios/ | ||
linux/ | ||
mac/ | ||
windows/ | ||
web/ | ||
|
||
# Flutter/Dart/Pub related | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters