localify 0.0.2 copy "localify: ^0.0.2" to clipboard
localify: ^0.0.2 copied to clipboard

Simplify and accelerate localization by effortlessly converting team-sourced data from tools like Google Sheets and Notion into app resource bundles (ARB), making the process easier.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add localify

With Flutter:

 $ flutter pub add localify

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

dependencies:
  localify: ^0.0.2

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:localify/localify.dart';
4
likes
120
pub points
6%
popularity

Publisher

verified publishershawnthegreat.dev

Simplify and accelerate localization by effortlessly converting team-sourced data from tools like Google Sheets and Notion into app resource bundles (ARB), making the process easier.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, googleapis, googleapis_auth, http, yaml

More

Packages that depend on localify