-
Notifications
You must be signed in to change notification settings - Fork 330
Release testing
Michael Thomsen edited this page Nov 9, 2016
·
4 revisions
The following use cases should be tested on all new releases:
Pre-reqs: flutter setup and flutter getting started.
- Create a new project in IJ
- Open an existing project
- Code analysis is working: detect programming problems, code analysis errors, refactor rename, etc.
- Target selector sees connected devices & running emulators
- Run button starts app on phone
- Hot reload works while running
- View logging output in Logs
- Adding breakpoints and debugging