verblaze_flutter 1.1.1 copy "verblaze_flutter: ^1.1.1" to clipboard
verblaze_flutter: ^1.1.1 copied to clipboard

Flutter SDK for Verblaze Translation Management System

Verblaze Logo

Verblaze Flutter #

Verblaze Flutter is a lightweight and effective multilingual (i18n) solution for Flutter applications.

Features #

  • 🚀 Simple and easy-to-use API
  • 💾 Built-in cache support
  • ⚡ High-performance translation processing
  • 🔄 Dynamic language switching
  • 📱 Optimized for Flutter applications

Installation #

Add this dependency to your pubspec.yaml file:

dependencies:
  verblaze_flutter: ^1.1.1

Usage #

  1. Initialize Verblaze:
await Verblaze.initialize(
  defaultLanguage: 'en',
  supportedLanguages: ['en', 'es', 'fr'],
);
  1. Use translations:
// Using string extension
Text('hello'.tr()); // or
Text('hello'.translate());

// Directly
Text(Verblaze.translate('hello'));
  1. Change language:
await Verblaze.changeLanguage('fr');

License #

This project is licensed under the MIT License. See the LICENSE file for more information.

Release Notes #

See CHANGELOG.md for changes.

1
likes
0
points
54
downloads

Publisher

verified publisherverblaze.com

Weekly Downloads

Flutter SDK for Verblaze Translation Management System

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, provider, shared_preferences

More

Packages that depend on verblaze_flutter