best_naveen_localization 0.0.1 copy "best_naveen_localization: ^0.0.1" to clipboard
best_naveen_localization: ^0.0.1 copied to clipboard

A cool localization package for every developer.

Best naveen Localization flutter package for most common words used in mobile apps.

Features #

Using this package we can easily Localization of our apps.

Getting started #

first add best_naveen_localization dep in pubspec.yaml

dependencies: flutter: sdk: flutter best_naveen_localization:

Usage #

import the package where you want to use

import 'package:best_naveen_localization/best_naveen_localization.dart';

String settings = CommonTranslations.settings; String chats = CommonTranslations.chats; String help = CommonTranslations.help; String account = CommonTranslations.account; String save = CommonTranslations.save; String search = CommonTranslations.search; String accountCreatedSuccessfully = CommonTranslations.accountCreatedSuccessfully; String accountDeletedSuccessfully = CommonTranslations.accountDeletedSuccessfully; String createAccount = CommonTranslations.createAccount; String currentLocation = CommonTranslations.currentLocation;

Additional information #

if any suggestions you can email me on naveensheoran1000@gmail.com or telegram @Naveenmusic

40
likes
0
pub points
18%
popularity

Publisher

unverified uploader

A cool localization package for every developer.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on best_naveen_localization