0

My Flutter app runs fast in debug mode but slow in release mode. what could be the reason

1 Answers1

0

Run flutter clean then flutter pub get then flutter run --release. Try it then.

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