app_strings 1.0.0 copy "app_strings: ^1.0.0" to clipboard
app_strings: ^1.0.0 copied to clipboard

Comprehensive Package for Managing Multilingual Application Strings

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add app_strings

With Flutter:

 $ flutter pub add app_strings

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  app_strings: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:app_strings/app_strings.dart';
0
likes
130
points
40
downloads

Publisher

verified publisherefa.dev

Weekly Downloads

Comprehensive Package for Managing Multilingual Application Strings

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, built_collection, code_builder, dart_style, meta, path, source_gen

More

Packages that depend on app_strings