Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 51cc702

Browse files
Update project
1 parent 08dd0c8 commit 51cc702

File tree

7 files changed

+90
-55
lines changed

7 files changed

+90
-55
lines changed

‎ios/Flutter/AppFrameworkInfo.plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>8.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

‎ios/Runner.xcodeproj/project.pbxproj‎

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -127,7 +127,7 @@
127127
97C146E61CF9000F007C117D /* Project object */ = {
128128
isa = PBXProject;
129129
attributes = {
130-
LastUpgradeCheck = 1020;
130+
LastUpgradeCheck = 1430;
131131
ORGANIZATIONNAME = "";
132132
TargetAttributes = {
133133
97C146ED1CF9000F007C117D = {
@@ -171,10 +171,12 @@
171171
/* Begin PBXShellScriptBuildPhase section */
172172
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
173173
isa = PBXShellScriptBuildPhase;
174+
alwaysOutOfDate = 1;
174175
buildActionMask = 2147483647;
175176
files = (
176177
);
177178
inputPaths = (
179+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
178180
);
179181
name = "Thin Binary";
180182
outputPaths = (
@@ -185,6 +187,7 @@
185187
};
186188
9740EEB61CF901F6004384FC /* Run Script */ = {
187189
isa = PBXShellScriptBuildPhase;
190+
alwaysOutOfDate = 1;
188191
buildActionMask = 2147483647;
189192
files = (
190193
);
@@ -272,7 +275,7 @@
272275
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
273276
GCC_WARN_UNUSED_FUNCTION = YES;
274277
GCC_WARN_UNUSED_VARIABLE = YES;
275-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
278+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
276279
MTL_ENABLE_DEBUG_INFO = NO;
277280
SDKROOT = iphoneos;
278281
SUPPORTED_PLATFORMS = iphoneos;
@@ -346,7 +349,7 @@
346349
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
347350
GCC_WARN_UNUSED_FUNCTION = YES;
348351
GCC_WARN_UNUSED_VARIABLE = YES;
349-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
352+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
350353
MTL_ENABLE_DEBUG_INFO = YES;
351354
ONLY_ACTIVE_ARCH = YES;
352355
SDKROOT = iphoneos;
@@ -395,7 +398,7 @@
395398
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
396399
GCC_WARN_UNUSED_FUNCTION = YES;
397400
GCC_WARN_UNUSED_VARIABLE = YES;
398-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
401+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
399402
MTL_ENABLE_DEBUG_INFO = NO;
400403
SDKROOT = iphoneos;
401404
SUPPORTED_PLATFORMS = iphoneos;

‎ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

‎ios/Runner/Info.plist‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@
4141
</array>
4242
<key>UIViewControllerBasedStatusBarAppearance</key>
4343
<false/>
44+
<key>CADisableMinimumFrameDurationOnPhone</key>
45+
<true/>
46+
<key>UIApplicationSupportsIndirectInputEvents</key>
47+
<true/>
4448
</dict>
4549
</plist>

‎lib/main.dart‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class _HomePageState extends State<HomePage> {
5959
height: 38,
6060
child: TextField(
6161
onChanged: (value) => onSearch(value),
62+
style: TextStyle(color: Colors.white),
6263
decoration: InputDecoration(
6364
filled: true,
6465
fillColor: Colors.grey[850],

‎pubspec.lock‎

Lines changed: 74 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -5,63 +5,71 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
url: "https://pub.dartlang.org"
8+
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
9+
url: "https://pub.dev"
910
source: hosted
10-
version: "2.6.1"
11+
version: "2.11.0"
1112
boolean_selector:
1213
dependency: transitive
1314
description:
1415
name: boolean_selector
15-
url: "https://pub.dartlang.org"
16+
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
17+
url: "https://pub.dev"
1618
source: hosted
17-
version: "2.1.0"
19+
version: "2.1.1"
1820
characters:
1921
dependency: transitive
2022
description:
2123
name: characters
22-
url: "https://pub.dartlang.org"
24+
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
25+
url: "https://pub.dev"
2326
source: hosted
24-
version: "1.1.0"
25-
charcode:
26-
dependency: transitive
27-
description:
28-
name: charcode
29-
url: "https://pub.dartlang.org"
30-
source: hosted
31-
version: "1.2.0"
27+
version: "1.3.0"
3228
clock:
3329
dependency: transitive
3430
description:
3531
name: clock
36-
url: "https://pub.dartlang.org"
32+
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
33+
url: "https://pub.dev"
3734
source: hosted
38-
version: "1.1.0"
35+
version: "1.1.1"
3936
collection:
4037
dependency: transitive
4138
description:
4239
name: collection
43-
url: "https://pub.dartlang.org"
40+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
41+
url: "https://pub.dev"
4442
source: hosted
45-
version: "1.15.0"
43+
version: "1.17.2"
4644
cupertino_icons:
4745
dependency: "direct main"
4846
description:
4947
name: cupertino_icons
50-
url: "https://pub.dartlang.org"
48+
sha256: "486b7bc707424572cdf7bd7e812a0c146de3fd47ecadf070254cc60383f21dd8"
49+
url: "https://pub.dev"
5150
source: hosted
5251
version: "1.0.3"
5352
fake_async:
5453
dependency: transitive
5554
description:
5655
name: fake_async
57-
url: "https://pub.dartlang.org"
56+
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
57+
url: "https://pub.dev"
5858
source: hosted
59-
version: "1.2.0"
59+
version: "1.3.1"
6060
flutter:
6161
dependency: "direct main"
6262
description: flutter
6363
source: sdk
6464
version: "0.0.0"
65+
flutter_slidable:
66+
dependency: "direct main"
67+
description:
68+
name: flutter_slidable
69+
sha256: c7607eb808cdef19c8468246e95a133308aeaeb3971cdd9edfb9d5e31cedfbe9
70+
url: "https://pub.dev"
71+
source: hosted
72+
version: "0.6.0"
6573
flutter_test:
6674
dependency: "direct dev"
6775
description: flutter
@@ -71,23 +79,34 @@ packages:
7179
dependency: transitive
7280
description:
7381
name: matcher
74-
url: "https://pub.dartlang.org"
82+
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
83+
url: "https://pub.dev"
84+
source: hosted
85+
version: "0.12.16"
86+
material_color_utilities:
87+
dependency: transitive
88+
description:
89+
name: material_color_utilities
90+
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
91+
url: "https://pub.dev"
7592
source: hosted
76-
version: "0.12.10"
93+
version: "0.5.0"
7794
meta:
7895
dependency: transitive
7996
description:
8097
name: meta
81-
url: "https://pub.dartlang.org"
98+
sha256: "3c74dbf8763d36539f114c799d8a2d87343b5067e9d796ca22b5eb8437090ee3"
99+
url: "https://pub.dev"
82100
source: hosted
83-
version: "1.3.0"
101+
version: "1.9.1"
84102
path:
85103
dependency: transitive
86104
description:
87105
name: path
88-
url: "https://pub.dartlang.org"
106+
sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917"
107+
url: "https://pub.dev"
89108
source: hosted
90-
version: "1.8.0"
109+
version: "1.8.3"
91110
sky_engine:
92111
dependency: transitive
93112
description: flutter
@@ -97,57 +116,65 @@ packages:
97116
dependency: transitive
98117
description:
99118
name: source_span
100-
url: "https://pub.dartlang.org"
119+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
120+
url: "https://pub.dev"
101121
source: hosted
102-
version: "1.8.1"
122+
version: "1.10.0"
103123
stack_trace:
104124
dependency: transitive
105125
description:
106126
name: stack_trace
107-
url: "https://pub.dartlang.org"
127+
sha256: c3c7d8edb15bee7f0f74debd4b9c5f3c2ea86766fe4178eb2a18eb30a0bdaed5
128+
url: "https://pub.dev"
108129
source: hosted
109-
version: "1.10.0"
130+
version: "1.11.0"
110131
stream_channel:
111132
dependency: transitive
112133
description:
113134
name: stream_channel
114-
url: "https://pub.dartlang.org"
135+
sha256: "83615bee9045c1d322bbbd1ba209b7a749c2cbcdcb3fdd1df8eb488b3279c1c8"
136+
url: "https://pub.dev"
115137
source: hosted
116-
version: "2.1.0"
138+
version: "2.1.1"
117139
string_scanner:
118140
dependency: transitive
119141
description:
120142
name: string_scanner
121-
url: "https://pub.dartlang.org"
143+
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
144+
url: "https://pub.dev"
122145
source: hosted
123-
version: "1.1.0"
146+
version: "1.2.0"
124147
term_glyph:
125148
dependency: transitive
126149
description:
127150
name: term_glyph
128-
url: "https://pub.dartlang.org"
151+
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
152+
url: "https://pub.dev"
129153
source: hosted
130-
version: "1.2.0"
154+
version: "1.2.1"
131155
test_api:
132156
dependency: transitive
133157
description:
134158
name: test_api
135-
url: "https://pub.dartlang.org"
159+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
160+
url: "https://pub.dev"
136161
source: hosted
137-
version: "0.3.0"
138-
typed_data:
162+
version: "0.6.0"
163+
vector_math:
139164
dependency: transitive
140165
description:
141-
name: typed_data
142-
url: "https://pub.dartlang.org"
166+
name: vector_math
167+
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
168+
url: "https://pub.dev"
143169
source: hosted
144-
version: "1.3.0"
145-
vector_math:
170+
version: "2.1.4"
171+
web:
146172
dependency: transitive
147173
description:
148-
name: vector_math
149-
url: "https://pub.dartlang.org"
174+
name: web
175+
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
176+
url: "https://pub.dev"
150177
source: hosted
151-
version: "2.1.0"
178+
version: "0.1.4-beta"
152179
sdks:
153-
dart: ">=2.12.0 <3.0.0"
180+
dart: ">=3.1.3 <4.0.0"

‎pubspec.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1818
version: 1.0.0+1
1919

2020
environment:
21-
sdk: ">=2.12.0 <3.0.0"
21+
sdk: '>=3.1.3 <4.0.0'
2222

2323
dependencies:
2424
flutter:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /