Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Jan 31, 2022
1 parent d46c379 commit 2f65630
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.0
- **FEAT**: Add [isVerticalItemLabel](https://github.com/Frezyx/bottom_bar_with_sheet/blob/master/lib/src/theme/bottom_bar_with_sheet_theme.dart#:~:text=final%20bool-,isVerticalItemLabel,-%3B) field

Thanks for [coskuncay](https://github.com/coskuncay)

## 2.0.1
- **FIX**: Fix tap zone of bar item
- **FIX**: Fix icon size passing from custom theme
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

```yaml
dependencies:
bottom_bar_with_sheet: ^2.0.1
bottom_bar_with_sheet: ^2.1.0
```

### Add import package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class _MyHomePageState extends State<MyHomePage> {
backgroundColor: Colors.grey[100],
appBar: AppBar(
backgroundColor: Colors.purple,
title: Text('bottom_bar_with_sheet v2.0.1',
title: Text('bottom_bar_with_sheet v2.1.0',
style: TextStyle(color: Colors.white)),
),
body: Center(child: Text("Place for your content")),
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.1"
version: "2.1.0"
characters:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.1+1
version: 2.1.0+1

environment:
sdk: ">=2.7.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bottom_bar_with_sheet
description: This package help you to create bottom bar with FloatingActionButton which buld BottomSheet widget on every page.
version: 2.0.1
version: 2.1.0
homepage: https://github.com/Frezyx/bottom_bar_with_sheet

environment:
Expand Down

0 comments on commit 2f65630

Please sign in to comment.