main_app_strings 0.0.1
main_app_strings: ^0.0.1 copied to clipboard
is a localization package for Flutter applications that provides easy and efficient handling of translations. It supports dynamic loading of language resources based on the app's locale, with robust f [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add main_app_stringsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
main_app_strings: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:main_app_strings/main_app_strings.dart';