[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

目錄
Bitnami