File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 21
21
<key >CFBundleVersion </key >
22
22
<string >1.0 </string >
23
23
<key >MinimumOSVersion </key >
24
- <string >11 .0 </string >
24
+ <string >12 .0 </string >
25
25
</dict >
26
26
</plist >
Original file line number Diff line number Diff line change 1
1
# Uncomment this line to define a global platform for your project
2
- # platform :ios, '11 .0'
2
+ # platform :ios, '12 .0'
3
3
4
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
5
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
20
20
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
21
21
22
22
SPEC CHECKSUMS:
23
- Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
23
+ Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
24
24
image_picker_ios: 4a8aadfbb6dc30ad5141a2ce3832af9214a705b5
25
25
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
26
26
27
- PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
27
+ PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
28
28
29
- COCOAPODS: 1.12.1
29
+ COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change 156
156
97C146E61CF9000F007C117D /* Project object */ = {
157
157
isa = PBXProject;
158
158
attributes = {
159
- LastUpgradeCheck = 1300 ;
159
+ LastUpgradeCheck = 1430 ;
160
160
ORGANIZATIONNAME = "";
161
161
TargetAttributes = {
162
162
97C146ED1CF9000F007C117D = {
343
343
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
344
344
GCC_WARN_UNUSED_FUNCTION = YES;
345
345
GCC_WARN_UNUSED_VARIABLE = YES;
346
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
346
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
347
347
MTL_ENABLE_DEBUG_INFO = NO;
348
348
SDKROOT = iphoneos;
349
349
SUPPORTED_PLATFORMS = iphoneos;
421
421
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
422
422
GCC_WARN_UNUSED_FUNCTION = YES;
423
423
GCC_WARN_UNUSED_VARIABLE = YES;
424
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
424
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
425
425
MTL_ENABLE_DEBUG_INFO = YES;
426
426
ONLY_ACTIVE_ARCH = YES;
427
427
SDKROOT = iphoneos;
470
470
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
471
471
GCC_WARN_UNUSED_FUNCTION = YES;
472
472
GCC_WARN_UNUSED_VARIABLE = YES;
473
- IPHONEOS_DEPLOYMENT_TARGET = 11 .0;
473
+ IPHONEOS_DEPLOYMENT_TARGET = 12 .0;
474
474
MTL_ENABLE_DEBUG_INFO = NO;
475
475
SDKROOT = iphoneos;
476
476
SUPPORTED_PLATFORMS = iphoneos;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Scheme
3
- LastUpgradeVersion = " 1300 "
3
+ LastUpgradeVersion = " 1430 "
4
4
version = " 1.3" >
5
5
<BuildAction
6
6
parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import 'weather_app.dart';
6
6
void main () => runApp (const ExamplesApp ());
7
7
8
8
class ExamplesApp extends StatelessWidget {
9
- const ExamplesApp ({Key ? key}) : super ( key: key );
9
+ const ExamplesApp ({super . key} );
10
10
11
11
@override
12
12
Widget build (BuildContext context) {
@@ -17,7 +17,7 @@ class ExamplesApp extends StatelessWidget {
17
17
}
18
18
19
19
class ExamplesMenuScreen extends StatelessWidget {
20
- const ExamplesMenuScreen ({Key ? key}) : super ( key: key );
20
+ const ExamplesMenuScreen ({super . key} );
21
21
22
22
@override
23
23
Widget build (BuildContext context) {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import 'package:http_interceptor_example/credentials.dart';
9
9
import 'package:image_picker/image_picker.dart' ;
10
10
11
11
class MultipartApp extends StatefulWidget {
12
- const MultipartApp ({Key ? key}) : super ( key: key );
12
+ const MultipartApp ({super . key} );
13
13
14
14
static Route <void > route () {
15
15
return MaterialPageRoute (builder: (ctx) => const MultipartApp ());
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import 'cities.dart';
13
13
import 'credentials.dart' ;
14
14
15
15
class WeatherApp extends StatefulWidget {
16
- const WeatherApp ({Key ? key}) : super ( key: key );
16
+ const WeatherApp ({super . key} );
17
17
18
18
static Route <void > route () {
19
19
return MaterialPageRoute (builder: (ctx) => const WeatherApp ());
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ dependencies:
11
11
sdk : flutter
12
12
http_interceptor :
13
13
path : ../
14
- image_picker : ^0.8.8
15
- shared_preferences : ^2.1 .2
14
+ image_picker : ^0.8.9
15
+ shared_preferences : ^2.2 .2
16
16
17
17
dev_dependencies :
18
- flutter_lints : ^2 .0.1
18
+ flutter_lints : ^3 .0.1
19
19
flutter_test :
20
20
sdk : flutter
21
21
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ dependencies:
14
14
http : ^1.1.0
15
15
16
16
dev_dependencies :
17
- lints : ^2.1.1
18
- test : ^1.24.3
17
+ lints : ^3.0.0
18
+ test : ^1.25.2
You can’t perform that action at this time.
0 commit comments