File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.3
2+ * Updated library to support dart v2
13
24## 0.1.2
35* Updated Readme and screenshot
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ A Flutter library to add bubble tab indicator to TabBar.
1111Add 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````
1616Import the library in your file:
1717````
Original file line number Diff line number Diff line change 11name : bubble_tab_indicator
22description : A Flutter library to add bubble tab indicator to TabBar
3- version : 0.1.2
3+ version : 0.1.3
44author :
Vipul Asri <[email protected] > 55homepage : https://github.com/vipulasri/flutter_bubble_tab_indicator
66
@@ -13,4 +13,4 @@ dev_dependencies:
1313 sdk : flutter
1414
1515environment :
16- sdk : ' >=1.23.0 <2 .0.0'
16+ sdk : ' >=1.23.0 <3 .0.0'
You can’t perform that action at this time.
0 commit comments