Skip to content

Commit 2f65630

Browse files
committed
Release version 2.1.0
1 parent d46c379 commit 2f65630

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.1.0
2+
- **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
3+
4+
Thanks for [coskuncay](https://github.com/coskuncay)
5+
16
## 2.0.1
27
- **FIX**: Fix tap zone of bar item
38
- **FIX**: Fix icon size passing from custom theme

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
```yaml
1919
dependencies:
20-
bottom_bar_with_sheet: ^2.0.1
20+
bottom_bar_with_sheet: ^2.1.0
2121
```
2222
2323
### Add import package

example/lib/examples/without_background_bar_items_example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class _MyHomePageState extends State<MyHomePage> {
2727
backgroundColor: Colors.grey[100],
2828
appBar: AppBar(
2929
backgroundColor: Colors.purple,
30-
title: Text('bottom_bar_with_sheet v2.0.1',
30+
title: Text('bottom_bar_with_sheet v2.1.0',
3131
style: TextStyle(color: Colors.white)),
3232
),
3333
body: Center(child: Text("Place for your content")),

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
path: ".."
2222
relative: true
2323
source: path
24-
version: "2.0.1"
24+
version: "2.1.0"
2525
characters:
2626
dependency: transitive
2727
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 2.0.1+1
18+
version: 2.1.0+1
1919

2020
environment:
2121
sdk: ">=2.7.0 <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bottom_bar_with_sheet
22
description: This package help you to create bottom bar with FloatingActionButton which buld BottomSheet widget on every page.
3-
version: 2.0.1
3+
version: 2.1.0
44
homepage: https://github.com/Frezyx/bottom_bar_with_sheet
55

66
environment:

0 commit comments

Comments
 (0)