Tips and Tricks
Last modified on Thu 21 Jan 2021
Android Studio tips
- When using Bloc you can use their plugin for easier creation of blocs: https://plugins.jetbrains.com/plugin/12129-bloc-code-generator
- Flutter plugin goodies:
- You can select part of widget and extract it to separate widget: Select a widget, Refactor -> Extract -> Flutter Widget
- You can right click /ios or /android module and open it in XCode or Studio to work on some native part.
Flutter tips
- Dart DevTools for debugging and checking performance: https://flutter.dev/docs/development/tools/devtools/overview