MiNotes
Search
⌃
K
MiNotes
Search
⌃
K
Introduction
Getting Started
The App
Directory Structure
Adding Screens
Others
License
Powered By
GitBook
Adding Screens
Creating Screen Files
Adding a new screen can be done in a couple of steps
Create a new folder, say
new_page
and place it under
/lib/views/
.
Create a new file
new_page.dart
within this folder.
class NewPage extends StatelessWidget {
. . .
. . .
}
The App - Previous
Directory Structure
Next - Others
License
Last modified
2yr ago