mylocalization 0.0.3 copy "mylocalization: ^0.0.3" to clipboard
mylocalization: ^0.0.3 copied to clipboard

A module for localization

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mylocalization

With Flutter:

 $ flutter pub add mylocalization

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

dependencies:
  mylocalization: ^0.0.3

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:mylocalization/mylocalization.dart';
0
likes
0
points
149
downloads

Publisher

unverified uploader

Weekly Downloads

A module for localization

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on mylocalization