Download FluxNews v2.5.0 - Flutter mobile app for Wordpress Nulled Free
# Version 2.5.0 – 10 Sep 2021
Last updated: Sep 10, 2021
This is an important update to support the **FluxStore** app compatible with the latest **[Flutter 2.5](https://medium.com/flutter/whats-new-in-flutter-2-5-6f080c3f3dc)** released on **Sep 08, 2021**
- **Upgrade latest Flutter v2.5**
- To make sure you are using the correct Flutter version, run this command:
```bash
flutter --version
```
- Example output:
```dart
Flutter 2.5.0 • channel stable •
https://github.com/flutter/flutter.git
Framework • revision 4cc385b4b8 (2 days ago) • 2021-09-07 23:01:49 -0700
Engine • revision f0826da7ef
Tools • Dart 2.14.0
```
- To upgrade **Flutter 2.5**, please close all your IDE and run these commands in the project folder:
```bash
flutter channel stable
flutter upgrade --force
flutter clean
flutter pub get
```
- If there is any issue please refer to this solution:
[Could not install Flutter?](https://www.notion.so/Could-not-install-Flutter-9de400ba3b294f4ca13e283930ae9b86)
- **Migration guide (only for previous FluxStore app):**
- **We recommend backup your lib/common folder for reference during migration.**
- In case there is some customization from the previous source, please try your best to compare the source as it has a lot of conflicts.
- **From the Fluxstore app:**
- Make a copy of **lib/common** folder to a separated folder outside of the project.
- Update the source via Git by following the [Medium guide](https://medium.com/inspireui/how-to-upgrade-fluxstore-projects-by-using-git-cebde7489ea6) or download latest source code.
- Update new config **in lib/env.dart**. You can reference your config in the copy of **lib/common** folder in the previous step.
---