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

A cool localization package for every developer. In this package you can use many common words directly ...it will save your time and fast development ..

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

Features #

Using this package we can easily Localization of our apps. Flutter localization is the process of adapting your Flutter app to work with different languages, regions, and cultures. It allows you to create applications that can be used by people around the world by providing translations for text and content, as well as adapting other aspects like date and time formats, number formats, and more to suit the target audience.

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

Support Buy Me A Coffee

38
likes
140
pub points
16%
popularity

Publisher

unverified uploader

A cool localization package for every developer. In this package you can use many common words directly ...it will save your time and fast development ..

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on best_naveen_localization