Last active
May 21, 2020 11:57
-
-
Save ruan65/34a09c4dde07efd9bdccf72e6ad23c61 to your computer and use it in GitHub Desktop.
Flutter snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
flutter run -d chrome --release --dart-define=FLUTTER_WEB_USE_SKIA=true | |
flutter create --org org.premiumapp -i swift -a kotlin --description 'description' app_name | |
flutter create --org ru.emc.flutter.qr -i swift -a kotlin --description 'flutter emc application' flutter_emc_qr | |
flutter create --org ru.finam -i swift -a kotlin --description 'grpc chat widget' txchatwidget | |
flutter create -t module --org ru.finam -i swift -a kotlin --description 'grpc chat widget library' txchatwidget | |
Android | |
flutter build apk --release | |
iOS | |
flutter build ios --release --no-codesign | |
flutter devices | |
flutter run -d R58M53PRDXA | |
https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps | |
http://docs.onemobilesdk.aol.com/android-ad-sdk/adding-aar-files.html | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment