Flutter Build
<!-- Android -->
flutter build apk --release
<!-- IOS (You need a Mac to build for IOS) -->
<!-- More info: https://flutter.dev/docs/deployment/ios -->
flutter build ios --release
Flutter Build
<!-- Android -->
flutter build apk --release
<!-- IOS (You need a Mac to build for IOS) -->
<!-- More info: https://flutter.dev/docs/deployment/ios -->
flutter build ios --release
flutter run code after build
1) WidgetsBinding.instance.addPostFrameCallback((_) => yourFunc(context));
2) Future.delayed(Duration.zero, () => yourFunc(context));
3) Timer.run(() => yourFunc(context));
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us