quik_locale 1.0.1 copy "quik_locale: ^1.0.1" to clipboard
quik_locale: ^1.0.1 copied to clipboard

Manual, typed, effortless Flutter localization plugin. Define translations as Dart constants with full IDE support and type safety.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quik_locale

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

dependencies:
  quik_locale: ^1.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:quik_locale/quik_locale.dart';
1
likes
140
points
24
downloads

Publisher

verified publishervignaraj.dev

Weekly Downloads

Manual, typed, effortless Flutter localization plugin. Define translations as Dart constants with full IDE support and type safety.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_localizations

More

Packages that depend on quik_locale