My Flutter app runs fast in debug mode but slow in release mode. what could be the reason
Asked
Active
Viewed 69 times
1 Answers
0
Run flutter clean
then flutter pub get
then flutter run --release
. Try it then.

Matthew Trent
- 2,611
- 1
- 17
- 30