You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
import 'package:logger/logger.dart';
|
|
|
|
|
|
|
|
|
|
Logger logger = Logger(printer: PrettyPrinter(printEmojis: false, colors: true, printTime: false));
|
|
|
|
|
|
|
|
|
|
bool disableThingsForQA = true;
|
|
|
|
|
|
|
|
|
|
// Language Tile in Settings
|
|
|
|
|
|
|
|
|
|
// todo terminal command to genertate translation files
|
|
|
|
|
// flutter pub run easy_localization:generate --source-dir ./assets/langs
|
|
|
|
|
// todo terminal command to genertate translation keys
|
|
|
|
|
// flutter pub run easy_localization:generate --source-dir ./assets/langs -f keys -o locale_keys.g.dart
|
|
|
|
|
// command to generate languages data from json
|