Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

sensuikan1973/HumanLifeGame

Repository files navigation

HumanLifeGame

Flutter Version Figma GoogleDrive API_Document
Dart_Format Flutter_Analyzer Flutter_Web_Deploy Flutter Test
Codecov HumanLifeGame_Server

What's this game ?

Play now Human Life Game on Web. You can also create original Life.

Development

Setup

  1. https://flutter.dev/docs/get-started/web
  2. cp config/.env.sample config/.env && vim config/.env
firebase serve --only hosting
# Server Side
firebase emulators:start --only firestore,functions

then, run by main_emulator config. (Note: Auth Trigger is not supported)

flutter packages pub run build_runner build
  1. add English text to i18n/extensions/*.dart
  2. create arb files
./lib/i18n/create_arb.sh
  1. copy i18n/intl_messages.arb to i18n/intl_en.arb
  2. add Japanese text to i18n/intl_ja.arb
  3. create dart classes
./lib/i18n/create_message_class.sh
  1. you can call I18n.of(context).hoge
FLUTTER_HOME=~/development/flutter/ \
&& FLUTTER_ROOT=$FLUTTER_HOME dartdoc --output docs/ \
&& open docs/index.html

About

Human Life Game on Web. You can also create original Life.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •