forked from Mohanraj153/flutter_boom_menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Now user can handle the body of scaffold widget.
* Improved Performance
- Loading branch information
1 parent
d8822ca
commit 7f72dc2
Showing
8 changed files
with
177 additions
and
27 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 |
---|---|---|
@@ -1,3 +1,25 @@ | ||
## 1.0.2 | ||
|
||
* Now user can handle the body of scaffold widget. | ||
* Improved Performance | ||
|
||
## 1.0.1 | ||
|
||
* Now user can handle the body of scaffold widget. | ||
|
||
## 1.0.0 | ||
|
||
* Now user can set alignment and padding to FAB. | ||
* A better way of handling vertical overflows any MenuItem number is now supported. | ||
|
||
## 0.0.2 | ||
|
||
* Fix Some Bugs. | ||
|
||
## 0.0.2 | ||
|
||
* Fix Some Bugs. | ||
|
||
## 0.0.1 | ||
|
||
* TODO: Describe initial release. | ||
* Initial release. |
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,2 +1,3 @@ | ||
org.gradle.jvmargs=-Xmx1536M | ||
|
||
android.enableR8=true |
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
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
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,6 +1,6 @@ | ||
name: flutter_boom_menu | ||
description: Flutter plugin to implement a Boom Menu, with icons, title, sub title, animated FAB Icon and hide on scrolling. | ||
version: 0.0.2 | ||
version: 1.0.2 | ||
author: | ||
Mohanraj <[email protected]> | ||
Ralph Noel Bruno <[email protected]> | ||
|
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,7 +1,3 @@ | ||
import 'package:flutter/services.dart'; | ||
import 'package:flutter_test/flutter_test.dart'; | ||
import 'package:flutter_boom_menu/flutter_boom_menu.dart'; | ||
|
||
void main() { | ||
|
||
} |