Skip to content

BitizenWallet/intlx_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intlx_generator

Use the intl plugin with dynamic strings.

You can now get translation using a dynamic string key in Flutter.

Usage

Add the plugin to your dev_dependencies:

intlx_generator:
    git:
      url: "https://github.com/BitizenWallet/intlx_generator.git"
      ref: main

Run the generator function:

flutter pub get
flutter pub run intlx_generator

Use the plugin:

import "package:your_app/intlx.dart
# The argument list is optional.
AppLocalisations.of(context).intlx("some_key", []);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages