Setup Instructions Skipped¶
Skipped due to uni knowledge.
Creating New Flutter Project¶
flutter create
Flutter Project Directories¶
- Android - google's mobile operating system native
- iOS - apple operating systems native application folder
- Lib - flutter application source code here
- Linux - linux native
- Macros - Apple Mac OS native
- Test - testing of application, automated testing
- Website - web native
- Windows - windows native
- GitIgnore - git ignore for version control
- Metadata - tracks properties of the flutter project
- analysis_options - configure errors
- pubspec lock - contains all packages installed, version number, description, downloaded source
- pubspec yaml - description and name of project
Updating Flutter/Installing Dependencies¶
flutter run flutter docter