11name : shorey
2- description : Shorey is a simple note app which is built with Flutter 3 and supports
2+ description :
3+ Shorey is a simple note app which is built with Flutter 3 and supports
34 both Android/iOS platforms. It provides me full experience of interacting with Flutter
45 and in the meantime I hope it can be your knowledge/memory transition tool,
56 and yes, there still much work to do.
67
7- publish_to : ' none'
8+ publish_to : " none"
89
910# The following defines the version and build number for your application.
1011# A version number is three numbers separated by dots, like 1.2.43
@@ -19,7 +20,7 @@ publish_to: 'none'
1920version : 0.3.0-beta.1
2021
2122environment :
22- sdk : ' >=2.12.0 <3.0.0'
23+ sdk : " >=2.12.0 <3.0.0"
2324
2425dependencies :
2526 flutter :
@@ -36,7 +37,7 @@ dependencies:
3637 syncfusion_flutter_datepicker : ^21.2.4
3738 day_night_time_picker : ^1.1.3
3839 flutter_native_timezone : ^2.0.0
39- # intl: ^0.18.1
40+ # intl: ^0.18.1
4041 package_info_plus : ^4.0.0
4142 lottie : ^2.3.2
4243 flutter_easyloading : ^3.0.5
@@ -53,7 +54,6 @@ dependencies:
5354 permission_handler : ^10.1.0
5455 flutter_qweather : ^0.0.10
5556
56-
5757dev_dependencies :
5858 flutter_test :
5959 sdk : flutter
@@ -65,7 +65,6 @@ dev_dependencies:
6565
6666# The following section is specific to Flutter.
6767flutter :
68-
6968 # The following line ensures that the Material Icons font is
7069 # included with your application, so that you can use the icons in
7170 # the material Icons class.
@@ -83,7 +82,7 @@ flutter:
8382 fonts :
8483 - family : QWeather
8584 fonts :
86- - asset : assets/fonts/qweather_icons.ttf
85+ - asset : assets/fonts/qweather_icons.ttf
8786
8887 generate : true
8988 # An image asset can refer to one or more resolution-specific "variants", see
0 commit comments