Commit 3f5799f39f5bd39886897b5820719c86402cebe1
1 parent
354ac7e6
change minnum version 12.0 change responsive_framework import way
Showing
4 changed files
with
6 additions
and
5 deletions
ios/Podfile
1 | source 'https://github.com/CocoaPods/Specs.git' | 1 | source 'https://github.com/CocoaPods/Specs.git' |
2 | source 'https://pt.singsound.com:10081/singsound-public/SingSoundSDKCocoaPodRepo.git' | 2 | source 'https://pt.singsound.com:10081/singsound-public/SingSoundSDKCocoaPodRepo.git' |
3 | 3 | ||
4 | -platform :ios, '11.0' | 4 | +platform :ios, '12.0' |
5 | 5 | ||
6 | # CocoaPods analytics sends network stats synchronously affecting flutter build latency. | 6 | # CocoaPods analytics sends network stats synchronously affecting flutter build latency. |
7 | ENV['COCOAPODS_DISABLE_STATS'] = 'true' | 7 | ENV['COCOAPODS_DISABLE_STATS'] = 'true' |
ios/Runner.xcodeproj/project.pbxproj
@@ -223,7 +223,7 @@ | @@ -223,7 +223,7 @@ | ||
223 | 97C146E61CF9000F007C117D /* Project object */ = { | 223 | 97C146E61CF9000F007C117D /* Project object */ = { |
224 | isa = PBXProject; | 224 | isa = PBXProject; |
225 | attributes = { | 225 | attributes = { |
226 | - LastUpgradeCheck = 1300; | 226 | + LastUpgradeCheck = 1430; |
227 | ORGANIZATIONNAME = ""; | 227 | ORGANIZATIONNAME = ""; |
228 | TargetAttributes = { | 228 | TargetAttributes = { |
229 | 331C8080294A63A400263BE5 = { | 229 | 331C8080294A63A400263BE5 = { |
ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
lib/app/app.dart
@@ -2,8 +2,9 @@ import 'package:flutter/material.dart'; | @@ -2,8 +2,9 @@ import 'package:flutter/material.dart'; | ||
2 | import 'package:flutter_bloc/flutter_bloc.dart'; | 2 | import 'package:flutter_bloc/flutter_bloc.dart'; |
3 | import 'package:flutter_easyloading/flutter_easyloading.dart'; | 3 | import 'package:flutter_easyloading/flutter_easyloading.dart'; |
4 | import 'package:flutter_screenutil/flutter_screenutil.dart'; | 4 | import 'package:flutter_screenutil/flutter_screenutil.dart'; |
5 | -import 'package:responsive_framework/breakpoint.dart'; | ||
6 | -import 'package:responsive_framework/responsive_breakpoints.dart'; | 5 | +import 'package:responsive_framework/responsive_framework.dart'; |
6 | +// import 'package:responsive_framework/breakpoint.dart'; | ||
7 | +// import 'package:responsive_framework/responsive_breakpoints.dart'; | ||
7 | import 'package:wow_english/common/blocs/cachebloc/cache_bloc.dart'; | 8 | import 'package:wow_english/common/blocs/cachebloc/cache_bloc.dart'; |
8 | import 'package:wow_english/common/widgets/hide_keyboard_widget.dart'; | 9 | import 'package:wow_english/common/widgets/hide_keyboard_widget.dart'; |
9 | import 'package:wow_english/pages/tab/blocs/tab_bloc.dart'; | 10 | import 'package:wow_english/pages/tab/blocs/tab_bloc.dart'; |