Skip to content

Commit 7a766b1

Browse files
committed
RELEASE: v0.1.3, support for dart v2
1 parent 3ef52c9 commit 7a766b1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.1.3
2+
* Updated library to support dart v2
13

24
## 0.1.2
35
* Updated Readme and screenshot

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A Flutter library to add bubble tab indicator to TabBar.
1111
Add package from github by adding the following to your pubspec.yaml, pub publication is added later.
1212
````
1313
dependencies:
14-
bubble_tab_indicator: "^0.1.2"
14+
bubble_tab_indicator: "^0.1.3"
1515
````
1616
Import the library in your file:
1717
````

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bubble_tab_indicator
22
description: A Flutter library to add bubble tab indicator to TabBar
3-
version: 0.1.2
3+
version: 0.1.3
44
author: Vipul Asri <[email protected]>
55
homepage: https://github.com/vipulasri/flutter_bubble_tab_indicator
66

@@ -13,4 +13,4 @@ dev_dependencies:
1313
sdk: flutter
1414

1515
environment:
16-
sdk: '>=1.23.0 <2.0.0'
16+
sdk: '>=1.23.0 <3.0.0'

0 commit comments

Comments
 (0)