[Flutter] 基礎架構
- 2023.08.19
- Flutter
lib/main.dart |
This file contains the main entry point and the application widgets. |
lib/config.dart |
This file contains the environment settings. |
pubspec.yaml | This file contains the package configuration for the application. |
pubspec.yaml
Append a Package
加在dependencies
下:
dependencies:
flutter:
sdk: flutter
// add here ...
Material Design Components
Last Updated on 2023/08/20 by A1go