tom_and_jerry

tom and jerry flutter app

this is opensource flutter project just for fun's, not an official Disney app

Depend

Build

prebuild

flutter pub get

copy .env.example to .env

cp .env.example .env

configuration .env with cloud appkey

and use builld_runner make env work

flutter pub run build_runner build

build-app

# build android
flutter build apk

# build ios
flutter build ios