Skip to content
Open

hi #4

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A new Flutter application.

## Getting Started

gg
This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:
Expand Down
3 changes: 3 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ void main()
runApp(MyApp());
}

void runApp(MyApp myApp) {
}

// Stateless
// Stateful

Expand Down