FAQ
Is this a full functional app?
Section titled “Is this a full functional app?”No. DashLearn is a UI Kit. It contains the visual interface and mock data logic to demonstrate how the app works. You need to connect it to your own backend API (e.g., Firebase, Laravel, Node.js) to make it fully functional.
How do I change the default language?
Section titled “How do I change the default language?”Go to lib/app/translations/app_translations.dart and update the fallbackLocale in your GetMaterialApp configuration (usually in main.dart or app_pages.dart equivalent).
The video player isn’t working on iOS simulator?
Section titled “The video player isn’t working on iOS simulator?”The video player may require specific codecs or network permissions. Ensure you have added the necessary NSAppTransportSecurity keys in your Info.plist if you are trying to play HTTP videos.
Can I use this for a commercial project?
Section titled “Can I use this for a commercial project?”Yes, if you purchased a valid license from CodeCanyon. Please refer to the specific license terms included with your purchase.