sonnet 0.1.0 copy "sonnet: ^0.1.0" to clipboard
sonnet: ^0.1.0 copied to clipboard

A Flutter package for i18n using Sonnet

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sonnet

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

dependencies:
  sonnet: ^0.1.0

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:sonnet/sonnet.dart';
0
likes
130
points
165
downloads

Publisher

verified publishersonnet.international

Weekly Downloads

A Flutter package for i18n using Sonnet

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, flutter, intl, intl_generator, meta, path, shared_preferences, yaml

More

Packages that depend on sonnet