Skip to content

otaku-movie/app

Repository files navigation

otaku_movie

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

生成i18n 文件

dart pub global run intl_utils:generate

# 国际化json生成arb
node lib/l10n/node/index.js

json 序列化

dart run build_runner build

打包

flutter build apk --flavor dev --dart-define=ENV=dev
flutter build apk --flavor qa --dart-define=ENV=test
flutter build apk --flavor prod --dart-define=ENV=prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors