ChangeLog

ChangeLog

Join our group for the latest information & guide.
 

Version 4.0.0

Last updated: 18 Mar, 2024 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Flutter 3.19 Upgrade 🔥

Upgrade latest Flutter channel stable v3.19.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.19.x, please close all your IDE and run these commands in the project folder
flutter channel stable flutter upgrade --force flutter clean flutter pub get
 
To update/migrate the app to the latest version
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
 

(2) New Languages 🌐

  • Support new Bulgaria🇧🇬 and Sinhala languages.
  • Thanks to our Customers who sent us the translation native language file❤️

(3) Update ♻️

Update missing translations and list of supported languages for ImagePicker 🏳️‍🌈
notion image
  • Migrate to flutter_pull_to_refresh ⬆️
  • Refactor the search method 🎗
  • Support none-category for Homepage cache 💦

(4) Many fixes 💦

  • Fixed and updated audio_service and just_audio versions
  • Fixed height when disabling categoryImageMenu
  • Fixed: Notification Clicking doesn't open Dynamic Link
  • Fixed: location filter UI
  • Fixed: the Share option cannot be hidden when FirebaseDynamicLink is disabled
  • Fixed: (NullException) cannot show selection field
  • Fixed: cannot release on Google as recaptcha issue
  • Fixed: auto close filter after selecting item on filter screen
  • Fixed: no sound while playing video in Instagram widget
  • Fixed: cannot scroll on the app using Stylus Pen
  • Fixed: open app setting if click dont allow button

 
FREE DRAG & DROP APP BUILDER
FREE DRAG & DROP APP BUILDER
  • FluxStore apps provide the full source code. Onetime purchase. Free lifetime source code upgrades.
  • 👉 Special gifts when using the FluxStore or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
      1. Free update your app's UI without republishing it to App Stores or Google Play Store.
      1. Free translation service for your local language.
  • Video Demo
    • Video preview

 
 

Version 3.16.8

Last updated: 21 Jan, 2024 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) BottomBar styles like Twitter or Facebook ⭐️

Now the app's BottomBar supports the following styles: "static", "opacityEffect" and "slideEffect" like Twitter and Facebook.
Video preview

(2) New Templates & Layouts 💥

2 new Home UI and Layouts help you easily design your Apps beautifully and professionally.
Video preview

(3) Scroll Up on Home 🏠

User can tap on Home icon to scroll up to the top of Home screen.
Video
Video preview

(4) Georgia Languages 🇬🇪

  • Support new Georgia language.
  • Thanks to our Customers who sent us the translation native language file❤️

 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • Upgrade Zoho SaleIQ Chat 🔥
  • Increase android minSdkVersion to 23 and upgrade library ⬆️
  • Upgrade Firebase module 💥 (update Minimum Deployments iOS 12.0 to 13.0)

This release contains many fixes:
  • Remove the large empty space between keyboard and textbox.
  • Fixed: auto logout on multi sites.
  • Etc.
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
 

 
FREE DRAG & DROP APP BUILDER
FREE DRAG & DROP APP BUILDER
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • 👉 Special gifts when using the FluxStore or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
      1. Free update your app's UI without republishing it to App Stores or Google Play Store.
      1. Free translation service for your local language.
  • Video Demo
    • Video preview

 
 

Version 3.16.0

Last updated: 19 Nov, 2023 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Maintenance Mode ⭐️

  • Apps work smoothly when your Websites are in Maintenance Mode.
Guide
Install this Maintenance Mode plugin to your Website, then activate it.
Demo Video
Video preview

(2) Web Embed layout ⚡️

  • Flexible to Add new layout Web Embed into the Dynamic layout on Homepage. Users can set URL, iFrame or embedded HTML code.
  1. URL Embed:
    1. notion image
      Example config JSON for URL
      { "type": "url", "data": "https://odnaworld.com/price-alert-app/", "height": 50.0, "spacing": { "margin": null, "padding": null }, "script": null, "navigator": null, "layout": "webEmbed" },
      Example config JSON for URLwith padding and navigator
      { "type": "url", "data": "https://odnaworld.com/price-alert-app/", "height": 50.0, "spacing": { "margin": null, "padding": { "start": 5.0, "end": 5.0, "top": 0.0, "bottom": 0.0 } }, "navigator": { "tag": null, "showSubcategory": false, "screen": "category" }, "layout": "webEmbed" },
      Example config JSON URL with script
      { "type": "url", "data": "https://odnaworld.com/price-alert-app/", "height": 50.0, "spacing": { "margin": null, "padding": null }, "script": "document.documentElement.style.pointerEvents = \"none\";", "layout": "webEmbed" },
  1. iFrame embed:
    1. notion image
      Example config JSON of iFrame
      { "type": "iframe", "data": "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/yRlwOdCK7Ho\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>", "height": 250.0, "spacing": { "margin": null, "padding": null }, "layout": "webEmbed" },
  1. HTML code embed:
    1. notion image
      Example config JSON of HTML custom code.
      { "type": "html", "data": "<script src=\"https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs\" type=\"module\"></script> \n\n <dotlottie-player src=\"https://lottie.host/f8a15007-36dc-415b-9792-60d5bb8def69/Io1SXJKXFU.json\" background=\"transparent\" speed=\"1\" style=\"width: 300px; height: 300px;\" loop autoplay></dotlottie-player>", "height": 100.0, "spacing": { "margin": null, "padding": null }, "layout": "webEmbed" },

(3) Catalan Languages 🌐

  • Support new Catalan language.
  • Thanks to our Customers who sent us the translation native language file❤️

 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • Upgrade OneSignal 🔥
  • Upgrade minSdkVersion to build Android apps 🆙
  • Only show GDPR Message when the user allows AppTrackingTransparency🎗
  • Support opening Zalo url via SmartChat 💦
  • Add Blog retrieval Limit 📈

This release contains many fixes:
  • Fix: clear search text
  • Fix: webview not update user cookie when user login
  • Fix: side menu color
  • Fix: parse phone even phone valid is disabled
  • Fix: load blog by category wordpress
  • Fix: responsive for all device
  • Fix: hide name category icon in vertical custom category
  • Fix: graph headings are missing in Dark Theme
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
 

 
FREE DRAG & DROP APP BUILDER
FREE DRAG & DROP APP BUILDER
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • 👉 Special gifts when using the FluxStore or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
      1. Free update your app's UI without republishing it to App Stores or Google Play Store.
      1. Free translation service for your local language.
  • Video Demo
    • Video preview

 
 

Version 3.13.6

Last updated: 01 Oct, 2023 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) XCode 15 & iOS 17 Upgrade ⚡️

FluxStore and FluxNews apps version 3.13.5 now offer compatibility with Apple's latest releases, XCode 15 and iOS 17.

(2) GDPR message for Ads Apps 🌈

  • Support showing GDPR message for Ads Apps.
  • Beginning January 16, 2024, Mobile Apps having Google AdSense or AdMob will be required to use a Consent Management Platform (CMP) that has been certified by Google when serving ads to users in the European Economic Area or the UK.
Guide
notion image
Demo Screenshot
notion image

(3) Version Update Alert for countries outside US 📣

  • When there is a new version, an alert is shown with a link to the appropriate App Stores page. Version Update Alert by default supports apps in the US.
  • This new version supports Version Update Alert for all countries outside US.
Guide
notion image

(4) Page Transition Animation 🚸

  • Ability to swipe to go back in Dark mode on IOS. Using: 
    • CupertinoPageTransitionsBuilder(): constructs a page transition animation that matches the iOS transition. You can swipe to go back.
    • FadeUpwardsPageTransitionsBuilder(): constructs a page transition animation that slides the page up.
Demo Video
Video preview

(5) New Languages 🎊

  • Support new Estonia🇪🇪 language.
  • Thanks to our Customers who sent us the translation native language file❤️
  • Now FluxStore apps support more than 50 native languages.

 
IMPORTANT UPDATE
IMPORTANT UPDATE
Policy URL supports Multi-language URLs 💥
Guide
notion image
Move Banner Ads to the bottom of the screen 🌟
App Store requests to move Banner Ads to the bottom of the screen on your apps.
notion image
 
  • Update Kurdish and Tigrinya languages 🌎
  • Update OpenAI update library ♻️
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
 

 
MINOR BUG FIXES
MINOR BUG FIXES
Thanks to all for reporting bugs & suggesting features. This release contains many fixes.
  • Fix: build iOS on MacOS 13 Ventura - Xcode 15 - iOS 17
Fix: border of category icons cannot be separated if enable Horizontal Mode
notion image
  • Fix: not working only show first time and alway show login if turn on the required login
  • Fix: load cache if user disable multi language
  • Fix: to save notification status to server
  • Fix: delete account if the website block DELETE method
  • Fix: issue with creating links for Screen and Tab screen
  • Fix: apple login

 
FREE DRAG & DROP APP BUILDER
FREE DRAG & DROP APP BUILDER
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • 👉 Special gifts when using the FluxStore or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
      1. Free update your app's UI without republishing it to App Stores or Google Play Store.
      1. Free translation service for your local language.
  • Video Demo
    • Video preview

 
 

Version 3.13

Last updated: 24 Aug, 2023 - Link Purchase | Download
 NEW FEATURE
NEW FEATURE

(1) Upgrade Flutter 3.13 🔥

Upgrade latest Flutter channel stable v3.13.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.13.x, please close all your IDE and run these commands in the project folder:
flutter channel stable flutter upgrade --force flutter clean flutter pub get
 

(2) New Onboarding UI 🌈

  • Now there are 2 versions of the Onboarding screen.
notion image

(3) Related Blogs ⭐️

  • In the Blog Detail screen, you can show or hide the Related Blogs section.

(4) Dynamic Link 🧬

  • Ability to enable opening a specific screen from a tab number or screen name using a dynamic link. When users open the link, App is launched with that Tab or Screen.

 
IMPORTANT UPDATE
IMPORTANT UPDATE
  • Update translation with:
    • Arabic 🇦🇪
    • Hungarian 🇭🇺
Refactor the App Rating ♻️
  • Screenshot:
    • notion image
       
Change Logo Size on Home screen
notion image
 

This release contains many fixes & UX improvements:
  • Fix: ScrollingDotsEffect not working in the haflSizeImageType Post layout
  • Fix: The group layout dynamic screen display on app unexpectedly
  • Fix: Cannot run the app as missing default config
  • Fix: App on device cannot detect language
  • Fix: Reload profile after login and logout
  • Fix: The fancy and multi-level category does not support multi-language
  • Fix: Stuck on screen Onboarding version 2
  • Fix: issue appbar of setting screen
How to update/migrate the app to the latest version?
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
 

 
FREE DRAG & DROP APP BUILDER
FREE DRAG & DROP APP BUILDER
  • FluxStore apps provide the full source code, allowing you to customize everything.
  • 👉 Special gifts when using the FluxStore or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime.
      1. Free update your app's UI without republishing it to App Stores or Google Play Store.
      1. Free translation service for your local language.
  • Video Demo
    • Video preview

 

Version 3.10.0

Last updated: 21 April, 2023 - Link Purchase | Download
🔹
NEW FEATURE

(1) Upgrade Flutter 3.10 🔥

Upgrade latest Flutter channel stable v3.10.x
To make sure you are using the correct Flutter version, run this command:
flutter --version
To upgrade Flutter 3.10.x, please close all your IDE and run these commands in the project folder:
flutter channel stable flutter upgrade --force flutter clean flutter pub get
 

(2) FluxBuilder Community 👯

  • Join the FluxBuilder Community to learn, share, and get inspired to create mobile apps, whether you're an entrepreneur, experienced developer, or a beginner → get Invitation

(3) Auto-sliding Blogs💥

  • Auto-sliding for the horizontal product list.
  • Support for Layout Products, Blogs.
  • Not available for listTile, simpleList yet.
Video
🔹
IMPORTANT UPDATE
Upgrade Dart 3
  • Upgrade FluxStore to latest Dart 3 compatible sdk: ">=3.0.0 <4.0.0"
  • Upgrade lib
Configure Notification Request screen 🌈
Ability to configure Icon, Title, Image, and Description on the Notification Request screen:
notion image
 
 
🔹
MINOR BUG FIXES
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix: search screen
  • Hotfix language file
  • Fix: bug scroll for DynamicTabMenuScreen when use HomeLayout
  • Fix: null check operator in category icon item
  • Fix: show notification when app opening
  • Send button have effect when it is clicked
Update/migrate the app to the latest version
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image
 
🔹
FREE FLUXBUILDER
  • FluxStore apps provides the full source code so you can customize it all.
  • 🎯Special gifts🛍 when using FluxStore or FluxNews app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime. Quick guide.
      1. You can update your app's UI without republishing it to App Stores for Free and Lifetime.
      1. Free translation service for your local language.
Video Demo
Video preview
 

Version 2.0

Last updated: 21 April, 2023 - Link Purchase | Download
🆕
New features

(1) Subscription⚡️

  • Allow subscription on the app to be able to use ChatGPT, Image, and Text Generator features.
  • Note: Image Generator set by default 3 times searches free trial.
  • Work with Email, Gmail, Apple, SMS, Biometrics login.

(2) OpenAI API Key ⭐️

  • Allow users to input their OpenAI Key.
  • Work with Email, Gmail, Apple, SMS, Biometrics login.

(3) Image Generate Limit ⛳️

Limitation on the number of times a User generates Images for Free. (Max 3 searches)

(4) Multi-Conversation 🌈

ChatGPT supports multi conversations and shows Conversations as list.

(5) Chat History🎗

  • Store chat history to local private (use Hive)
  • Users can review old chats on ChatGPT anytime.

(6) Prompt Library 💫

  • Prompts are one of the most powerful tools available for interacting with AI.
  • Text Generator now supports pre-written snippets of text that can help guide your interactions with an AI assistant.
 
 
➡️
Minor bug fixes
Thanks to all for reporting bugs & suggesting features. This release contains many fixes & UX improvements:
  • Fix blank screen when running FluxGPT without fullscreen mode.
  • Fix missing back button if fullscreen and arguments in flux_navigate.
  • And some minor issues.
Upgrade latest Flutter channel stable v3.7.x
  • To make sure you are using the correct Flutter version, run this command:
    • flutter --version
      Example output:
      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 3.7.x, please close all your IDE and run these commands in the project folder:
    • flutter channel stable flutter upgrade --force flutter clean flutter pub get
       
Update/migrate the app to the latest version
  • Input your purchase code to configs/env.props file (if not input, the app will crash):
    • notion image

 
➡️
Free drag&drop FluxBuilder
  • FluxGPT app provides the full source code so you can customize it all.
  • 🎯Special gifts🛍 when using this app:
      1. Free FluxBuilder tool to edit your app's UI easily with drag&drop Lifetime. Quick guide.
      1. You can update your app's UI without republishing it to App Stores for Free and Lifetime.
      1. Free translation service for your local language.
Video Demo
Video preview
 

Version 1.0.1

Last updated: 04 Mar, 2023 - Link Purchase | Download
  • Update resource folder
  • Update Supabase guide (use to store the OpenAI Key)

Version 1.0.0

Last updated: 02 Mar, 2023 - Link Purchase | Download
🆕
Release the first version

(1) ChatGPT ⚡️

  • Powerful AI Writing Assistant on App.
  • Ability to copy, paste, delete, or share the content.
  • 24/7 Availability to answer questions and provide information.
  • Wide Range of Knowledge.
  • Quick Response Time.

(2) Speech 📣

  • Support both: “Text to Speech” and “Speech to Text”.
  • Make information accessible to individuals who have visual impairments, learning disabilities.
  • Allows users to listen to text-based content while engaged in other activities, such as driving or exercising.

(3) Conversation 💫

3 dots icon displays on the upper right corner to help:
  • Regenerate response: ability to generate a new response.
  • Share conversation
  • Clear conversation

(4) Multiple Languages 🌈

Ability to communicate in multiple languages, allowing it to provide information to people from different parts of the world.

(5) Image Generator 🎇

  • Ability to generate images from string that users input.
  • Flexible image sizes, dimension, model, download, and share images.
  • Easily to create icon, e.g. input string:
    • create application icon: food
    • Create beautiful app/game icons or digital art with DALL-E (androidb.com)

(6) Text Generator ⭐️

Generate flexible types:
  • Blog Idea & Outline Writing,
  • Blog Section Writing,
  • Generate Business Ideas,
  • Cover Letter Writing,
  • and updating more types.

(7) Social Login 📲

  • Users can sign up or log in to the app using their Social Media accounts:
    • Apple login
    • Google login
    • SMS login
    • Email login
    • Biometrics Login: Face ID, Touch ID⭐️
  • User data is securely stored in compliance with relevant data protection laws

(8) Notifications ⭐️

  • Admin can use Firebase or OneSignal to push Notifications in real-time.
  • Ask for User Notification Permission at the first time opening app.
  • Users can see a preview of the content and turn off the Notification in Settings screen.

(9) Dark/Light Theme ☀️

  • Users can switch between Light and Dark mode in the app settings
  • Both themes are designed to be accessible and easy on the eyes
  • Users can set their preferred theme as the default when the app is opened

(10) App Rate☀️

Allow users to rate the app and share the experience.

(11) Left menu 🧩

  • The Side Menu is added for users to quickly access other screens.
  • Menu items include variant navigation such as Home, Settings, and Logout, etc.
  • The side menu can be designed to be easy to use and intuitive

(12) Admob & Facebook Ads ⭐️

Google Admob and Facebook Ads are available.