Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 778 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 778 Bytes

planifago

Planifago application

Help Links

Configuration Env

  • .env (at root directory)
    • API_LOCAL_IP='127.0.0.1'

Execute a function

/// r = null or Future var r = await RequestUtils.tryCatchRequest(appContext, myFunction, [param1, param2]);


## Add new locale
- Update List `ConstantLanguage.languages` in `lib/utils/constants.dart`
- Update function `LanguageUtils.getLanguages` in `lib/utils/utils.dart`