🥳It's the best day of the week, #FlutterFriday Did you know you can run release builds on any device from IntelliJ / Android Studio? Create a new Run/Debug configuration and set the additional arguments to: "--release --no-track-widget-creation"
7
47
236
0
9
Download Image
@FlutterDev Nothing is better than the Command line tool: flutter run --release I love to type this
@FlutterDev Is it available with visual studio too ?
@FlutterDev Are there any issues from the latest sdk with the Web Project? Thanks!
@FlutterDev Is there a way to do it from xcode? I have a iOS native plugin that work in debug mode but in release mode doesn't work.