main_app_strings 0.0.1 copy "main_app_strings: ^0.0.1" to clipboard
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_strings

This 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.1

Alternatively, 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';
1
likes
140
points
2
downloads

Publisher

verified publisherabdelrahman.ghanem.eg

Weekly Downloads

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 fallback translations.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on main_app_strings