MiNotes
Search…
MiNotes
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.
1
class NewPage extends StatelessWidget {
2
. . .
3
. . .
4
}
Copied!
The App - Previous
Directory Structure
Next - Others
License
Last modified
10mo ago
Copy link