Skip to content

Commit 7b40d96

Browse files
committed
chore,style: Add dependency and beautify some widgets.
1 parent 6f7dd04 commit 7b40d96

52 files changed

Lines changed: 687 additions & 208 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

analysis_options.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ include: package:flutter_lints/flutter.yaml
22

33
linter:
44
rules:
5-
# avoid_print: false # Uncomment to disable the `avoid_print` rule
6-
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
5+
curly_braces_in_flow_control_structures: false

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2-
<application android:label="monet" android:name="${applicationName}" android:icon="@mipmap/ic_launcher">
2+
<application android:label="Monet" android:name="${applicationName}" android:icon="@mipmap/launcher_icon">
33
<activity
44
android:name=".MainActivity"
55
android:exported="true"
4.06 KB
Loading
2.34 KB
Loading
5.96 KB
Loading
10.9 KB
Loading
16.9 KB
Loading

ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@
4242
"filename": "Icon-App-40x40@3x.png",
4343
"scale": "3x"
4444
},
45+
{
46+
"size": "57x57",
47+
"idiom": "iphone",
48+
"filename": "Icon-App-57x57@1x.png",
49+
"scale": "1x"
50+
},
51+
{
52+
"size": "57x57",
53+
"idiom": "iphone",
54+
"filename": "Icon-App-57x57@2x.png",
55+
"scale": "2x"
56+
},
4557
{
4658
"size": "60x60",
4759
"idiom": "iphone",
@@ -90,6 +102,30 @@
90102
"filename": "Icon-App-40x40@2x.png",
91103
"scale": "2x"
92104
},
105+
{
106+
"size": "50x50",
107+
"idiom": "ipad",
108+
"filename": "Icon-App-50x50@1x.png",
109+
"scale": "1x"
110+
},
111+
{
112+
"size": "50x50",
113+
"idiom": "ipad",
114+
"filename": "Icon-App-50x50@2x.png",
115+
"scale": "2x"
116+
},
117+
{
118+
"size": "72x72",
119+
"idiom": "ipad",
120+
"filename": "Icon-App-72x72@1x.png",
121+
"scale": "1x"
122+
},
123+
{
124+
"size": "72x72",
125+
"idiom": "ipad",
126+
"filename": "Icon-App-72x72@2x.png",
127+
"scale": "2x"
128+
},
93129
{
94130
"size": "76x76",
95131
"idiom": "ipad",
@@ -115,8 +151,5 @@
115151
"scale": "1x"
116152
}
117153
],
118-
"info": {
119-
"version": 1,
120-
"author": "xcode"
121-
}
154+
"info": { "version": 1, "author": "xcode" }
122155
}
259 KB
Loading
430 Bytes
Loading

0 commit comments

Comments
 (0)