Unverified Commit 3b248fdc authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Add a profile build type to the app template (#22837)

This is required in order to support "flutter run --profile"
parent 3e08c1a5
......@@ -14,6 +14,9 @@ android {
}
buildTypes {
profile {
initWith debug
}
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment