quik_locale 1.0.1
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';