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

Support for Haitian language translation for flutter applications.

Support for Haitian language translation for flutter applications.

Features #

  • Haitian Language Support

Getting started #

flutter pub add ht_localization

Usage #

import 'package:ht_localization/ht_localization.dart';


MaterialApp(
    title: 'HT Localiation Demo',
    locale: const Locale('ht'),
    supportedLocales: const [
        Locale('ht'),
    ],
    localizationsDelegates: const [
        // ... app-specific localization delegate[s] here
        ...HTLocalizations.delegates,
        ...GlobalMaterialLocalizations.delegates,
    ],
    home: const MyHomePage(),
);

Contributing #

You have a lot of options to contribute to this project ! You can :

3
likes
160
points
152
downloads

Publisher

verified publisherlouismidson.me

Weekly Downloads

Support for Haitian language translation for flutter applications.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_localizations, intl, plugin_platform_interface

More

Packages that depend on ht_localization