File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 push :
77 branches : [main]
88 tags :
9- - " [0-9]+.[0-9]+.[0-9]+*"
9+ - " v [0-9]+.[0-9]+.[0-9]+*"
1010
1111 pull_request :
1212 branches : [main]
Original file line number Diff line number Diff line change 11## 2.2.0
22
3- Update Dart to 3.3 .0.
3+ Update Dart to 3.0 .0.
44
55## 2.1.2
66
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ How to use this package:
88
99Add the dependency in the yaml of the example:
1010
11- ```
11+ ``` yaml
1212dependencies :
13- baseflow_plugin_template: ^2.1.2
13+ baseflow_plugin_template : ^2.2.0
1414` ` `
1515
1616And run the template app:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
55version : 1.0.0
66
77environment :
8- sdk : ^3.3 .0
8+ sdk : ^3.0 .0
99 flutter : ' >=3.19.0'
1010
1111dependencies :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 2.2.0
44repository : https://github.com/Baseflow/baseflow_plugin_template
55
66environment :
7- sdk : ^3.3 .0
7+ sdk : ^3.0 .0
88 flutter : ' >=3.19.0'
99
1010dependencies :
You can’t perform that action at this time.
0 commit comments