An open API service indexing awesome lists of open source software.

https://github.com/jinosh05/flutter_localisation_bloc

A Flutter localisation Example app created using Flutter_Bloc and json files for translations.
https://github.com/jinosh05/flutter_localisation_bloc

bloc dart flutter flutter-apps flutter-bloc flutter-bloc-pattern flutter-examples flutter-localization localisation

Last synced: 5 months ago
JSON representation

A Flutter localisation Example app created using Flutter_Bloc and json files for translations.

Awesome Lists containing this project

README

          

# Flutter_localisation_example

A Flutter localisation Example app created using Flutter_Bloc and json files for translations. This gives you cristal clear view of flutter localisation.


## Screenshot

![](localisation.gif)

## Build Instructions

### Install Flutter

Built with [Flutter](https://flutter.dev/), you need to have `Flutter` dev tools
installed on your computer to compile the project. check [Flutter Documentation](https://flutter.dev/docs)
to learn how to install `Flutter` and initialize a Flutter App.


### Run App

If you have an AVD or real device attached, you can do

```
flutter run
```

### Build APK

You may build the App with Flutter's [Deployment Documentation](https://flutter.dev/docs).

In order to build a fat APK, you can do
```
flutter build apk
```
and find the output in `build/app/outputs/flutter-apk/app-release.apk`

#### Dev hints

Currently supports flutter: 3.0.4


# How to get this Repo and run it on your System

I kept the code as original as possible with proper Commented Guides for anyone to understand and implement. Still you need to follow these steps.
- First get Flutter and all necessary SDK/Plugins installed. Full guide here [Flutter: Get Started](https://flutter.dev/docs/get-started/install)
- Now download this [Repo](https://github.com/jinosh05/Flutter_localisation_Bloc/archive/refs/heads/master.zip)
- Extract the Repo into your newly created **Flutter_localisation_Bloc** and replace the required files.
- Now you can Finally run VS-Code or Android Studio whichever you prefer and get the flutter packages and just run the App.

# Download the APK

Download the release APK

## 🔑 License
- This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details