i18n_remote_config 0.0.4-nullsafety+1 i18n_remote_config: ^0.0.4-nullsafety+1 copied to clipboard
Integration i18n with Remote Config. The package help you implements remote config. The objective is create redundance your application, if remote config failure the package return your local json.
import 'package:flutter/material.dart';
import 'package:example/app/app_module.dart';
import 'package:flutter_modular/flutter_modular.dart';
void main() => runApp(ModularApp(module: AppModule()));