Panther Flutter Presentation

Recommended links

Useful links

Directories and project explanation

Step 1

Dart Hello World.

Directory: step_1

Step 2

Dart simple functions and useful features.

Directory: step_2

Step 3

Flutter create default project and basic modifications.

Directory: step_3

Step 4

A simple calculator project.

Directory: step_4

Step 5

A simple project implementing navigation and API calls.

Directory: flutter-weather

Important Notes

Inside each folder run the commands:

  • flutter clean - to clean the project
  • flutter pub get - to get the packages
  • flutter run - to run the project