quanttide / quanttide-handbook-of-flutter

量潮Flutter手册
https://quanttide.github.io/quanttide-handbook-of-flutter/
0 stars 0 forks source link

环境变量配置方案 #1

Open Guo-Zhang opened 1 year ago

Guo-Zhang commented 1 year ago

环境变量使用environment_config库。

  1. pubspec.yml文件里配置环境变量。使用统一的配置文件可以减少配置文件数量、方便统一管理。
  2. 本地开发时,lib/文件夹增加environment_config.dart文件并配置环境变量的值。在.gitignore添加此文件。
  3. 云端CI时,配置flutter pub run environment_config:generate,通过环境变量传参。