fixed ios crash
This commit is contained in:
@@ -93,6 +93,9 @@ dev_dependencies:
|
|||||||
flutter_native_splash: "^2.3.10"
|
flutter_native_splash: "^2.3.10"
|
||||||
sqflite_common_ffi: ^2.0.0+3
|
sqflite_common_ffi: ^2.0.0+3
|
||||||
|
|
||||||
|
dependency_overrides:
|
||||||
|
webview_flutter_wkwebview: 3.17.0
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
|
|
||||||
|
|||||||
@@ -273,6 +273,9 @@ class EditSubjectScreenState extends State<EditSubjectScreen> {
|
|||||||
await databaseProvider.userStore
|
await databaseProvider.userStore
|
||||||
.storeRenamedSubjects(renamedSubjs, userId: user.id!);
|
.storeRenamedSubjects(renamedSubjs, userId: user.id!);
|
||||||
|
|
||||||
|
print("USER ID BELOW FOR DEBUG:");
|
||||||
|
print(user.id);
|
||||||
|
|
||||||
updateProviders();
|
updateProviders();
|
||||||
|
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
|
|||||||
@@ -81,5 +81,8 @@ dependencies:
|
|||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_lints: ^5.0.0
|
flutter_lints: ^5.0.0
|
||||||
|
|
||||||
|
dependency_overrides:
|
||||||
|
webview_flutter_wkwebview: 3.17.0
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
|
|||||||
Submodule refilc_plus updated: 743e2346a8...66b133ced5
Reference in New Issue
Block a user