Skip to content

Commit 4c67b42

Browse files
committed
updated:
1 parent c752507 commit 4c67b42

File tree

16 files changed

+303
-320
lines changed

16 files changed

+303
-320
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.5.8] - 2021-03-17.
2+
3+
* [Updated] - Flutter 2.0 support.
4+
* [Updated] - example 1.
5+
16
## [0.5.7+2] - 2020-08-05.
27

38
* [Clean] - deprecated functions.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flutter_inner_drawer
2-
[![pub package](https://img.shields.io/badge/pub-0.5.7+2-orange.svg)](https://pub.dartlang.org/packages/flutter_inner_drawer)
2+
[![pub package](https://img.shields.io/badge/pub-0.5.8-orange.svg)](https://pub.dartlang.org/packages/flutter_inner_drawer)
33
[![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square)](https://github.com/Solido/awesome-flutter#drawers)
44
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/dnag88)
55

@@ -10,7 +10,7 @@ Inner Drawer is an easy way to create an internal side section (left/right) wher
1010
Add this to your package's pubspec.yaml file:
1111
```dart
1212
dependencies:
13-
flutter_inner_drawer: "^0.5.7+2"
13+
flutter_inner_drawer: "^0.5.8"
1414
```
1515
## Demo
1616
<div align="center">
Binary file not shown.
36.9 KB
Binary file not shown.
238 Bytes
Binary file not shown.
42 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
3.64 KB
Binary file not shown.

example/android/local.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sdk.dir=C:\\Users\\NINU0\\AppData\\Local\\Android\\sdk
1+
sdk.dir=C:\\Users\\NINU0\\AppData\\Local\\Android\\Sdk
22
flutter.sdk=C:\\flutter
33
flutter.buildMode=debug
44
flutter.versionName=1.0.0
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#!/bin/sh
22
# This is a generated file; do not edit or check into version control.
33
export "FLUTTER_ROOT=C:\flutter"
4-
export "FLUTTER_APPLICATION_PATH=D:\Android\Flutter\Package\flutter_inner_drawer\example"
4+
export "FLUTTER_APPLICATION_PATH=D:\Android\Flutter\package\flutter_inner_drawer\example"
55
export "FLUTTER_TARGET=lib\main.dart"
66
export "FLUTTER_BUILD_DIR=build"
77
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
8-
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
9-
export "FLUTTER_FRAMEWORK_DIR=C:\flutter\bin\cache\artifacts\engine\ios"
108
export "FLUTTER_BUILD_NAME=1.0.0"
119
export "FLUTTER_BUILD_NUMBER=1"
10+
export "DART_OBFUSCATION=false"
11+
export "TRACK_WIDGET_CREATION=false"
12+
export "TREE_SHAKE_ICONS=false"
13+
export "PACKAGE_CONFIG=.packages"

0 commit comments

Comments
 (0)