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