File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.0
2
+
3
+ * Migrate to null safety(thanks to @areille #33 )
4
+
1
5
## 0.0.2+1
2
6
3
7
* Dartfmt line length changed from 120 to 80
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4
4
version : 1.0.0+1
5
5
6
6
environment :
7
- sdk : " >=2.12.0 <3.0.0"
7
+ sdk : ' >=2.12.0 <3.0.0'
8
8
9
9
dependencies :
10
10
flutter :
@@ -14,8 +14,8 @@ dependencies:
14
14
path : ../
15
15
16
16
17
- font_awesome_flutter : ^9.0.0-nullsafety
18
- url_launcher : ^6.0.2
17
+ font_awesome_flutter : ^9.0.0
18
+ url_launcher : ^6.0.3
19
19
url_launcher_web : ^2.0.0
20
20
21
21
dev_dependencies :
Original file line number Diff line number Diff line change 1
1
name : timelines
2
- version : 0.0.2+1
2
+ version : 0.1.0
3
3
description : A powerful & easy to use timeline package for Flutter. All UI components in this package are separate widgets.
4
4
homepage : https://chulwoo.dev
5
5
repository : https://github.com/chulwoo-park/timelines/
6
6
issue_tracker : https://github.com/chulwoo-park/timelines/issues
7
7
8
8
environment :
9
9
sdk : ' >=2.12.0 <3.0.0'
10
- flutter : " >=1.17.0"
10
+ flutter : ' >=1.17.0'
11
11
12
12
dependencies :
13
13
flutter :
@@ -16,6 +16,6 @@ dependencies:
16
16
dev_dependencies :
17
17
flutter_test :
18
18
sdk : flutter
19
- pedantic : ^1.9.2
19
+ pedantic : ^1.11.0
20
20
21
21
flutter :
You can’t perform that action at this time.
0 commit comments