205 comments found.
Thanks for the upgrade to Flutter 2.0! I noticed an error on the Material Widgets->App Bar-> Sliver Appbar page.
Hi,
We will fix it in the next update.
Let me know if you have any other queries or suggestions.
Thanks for the purchase.
Thanks!
How to get support from you? I am waiting your reply via chat where I leave my email but no reply. Thanks
Hi,
Share details with our support team at denish(at)coderthemes(dot)com
Thanks.
Hey , pre buying question … does this include photoshop files
Hi,
Sorry, the design assets are not available at the moment.
Thanks.
Hi. Love the theme, but need it in Flutter 2.0 null-safety enforced. When do you expect to released this kit with an updated?
Hi,
Probably, next month we update it to null-safety enforced with flutter latest version.
Let me know if you have any other queries.
Thanks for the purchase.
Thanks! I’m quite eager to get started on my project; looking forward to it.
Hi,
New version updated. I think that’s work for you.
Let me know if you have any other queries or suggestions.
Thanks for the purchase.
Hi! Just wondering when you’ll update the kit to have Flutter 2.0 with null-safety enforced?
Hi,
Probably, next month we update it to null-safety enforced with flutter latest version.
Let me know if you have any other queries.
Thanks for the purchase.
Would you consider making a private github repo only for those who have purchased it? (Other products on CodeCanyon do this, so it’s allowed and possible).
Some of us have already made these changes in our private repos. I’d be happy to contribute, I’m sure others would to.
Hi,
We are thinking about it.
Thanks for the suggestion.
Hi,
New version updated(with null-safety). I think that’s work for you.
Let me know if you have any other queries or suggestions.
Thanks for the purchase.
Hi,
On the main.dart I replaced
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Consumer<AppThemeNotifier>(
builder: (BuildContext context, AppThemeNotifier value, Widget child) {
return MaterialApp(
debugShowCheckedModeBanner: false,
theme: AppTheme.getThemeFromThemeMode(value.themeMode()),
home: MyHomePage());
},
);
}
}
with
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Consumer<AppThemeNotifier>(
builder: (BuildContext context, AppThemeNotifier value, Widget child) {
return MaterialApp(
debugShowCheckedModeBanner: false,
theme: AppTheme.getThemeFromThemeMode(value.themeMode()),
home: HotelLoginScreen());
},
);
}
}
so that it will start up with HotelLoginScreen, but it keeps throwing this error when I lunch on an Android device
The method '>=' was called on null. Receiver: null Tried calling: >=(0.0)
What am I doing wrong??
Hi,
You should initialize MySize() class as we initialize at build method of MyHomePage() class.
As your requirement, you can add MySize().init(context); at build method of HotelLoginScreen()
Let me know if you have any other queries.
Thanks
Awesome, it works!
Hello can you develope some flutter app UI for me? Do you available for extra job? I noticed that your UI templates is beautiful and i think you an expert of it ?
Hi,
Share details with our support team at support(at)coderthemes(dot)com
Thanks.
impossible to start the iOS app.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'addressOf'.
knownFolderID.addressOf, KF_FLAG_DEFAULT, NULL, pathPtrPtr);
I have followed all the instructions but it is impossible to execute
Hi,
Have you changed anything in our project?
Thank you
It is not written for Flutter 2.0 with null-safety enforced. If you want to use null-safety, which is the standard now, then you will have to rewrite a lot of code. I am using the very latest version of this package, the one that was just released. I was hopeful that the upgrade would have included null-safety, but was disappointed.
Hi,
We update it to Flutter 2.0 with null-safety very soon.
Let me know if you have any other queries.
Thanks for purchasing.
Hi,
New version updated(with null-safety). I think that’s work for you.
Let me know if you have any other queries or suggestions.
Thanks for the purchase.
Can you send me the documentation for api integration?
Hi,
We are not using any api for flutkit.
Thanks for your interest.
hello, when i type and run the ‘flutter build apk’ command. i get this error
Settings file ‘C:\src\flut\FlutKit\android\settings.gradle’ line: 15
Could not compile settings file ‘C:\src\flut\FlutKit\android\settings.gradle’. > startup failed: settings file ‘C:\src\flut\FlutKit\android\settings.gradle’: 15: unexpected char: 0xFFFF @ line 15, column 84. adle\app_plugin_loader.gradle” ^
Hi,
Run these commands
- flutter clean
- flutter channel master
- flutter upgrade
- flutter pub get
- flutter build apk
Let me know if you have any other queries.
Thanks for purchasing.
Hi,
Once purchased do we get the future updates? Also what is the plan for updating the application to Flutter 2.x?
Hi,
Lifetime free updates. FlutKit v5.0 is already in Flutter 2.0
Thanks for purchasing.
Nice!!
Can support audience network instead of admob?
Hi,
We adding more integrations in upcoming updates, but you can use the Facebook audience network (https://pub.dev/packages/facebook_audience_network ) plugin.
Try Live Demo: https://coderthemes.com/flutkit/preview.html
Thanks for your interest.
Love to see some important and useful features with next update instead of new app. It would be great to have an improve Products screen for most of the apps included in this kit. Like swipe down to dismiss the product screen, alphabetical listview and etc..
Hi Wish32,
We will try to add more features. Can you share an example?
Thanks for purchasing.
Selam ben satin aldim amma firebase kurmiyorum yardimci olurmusunuz?
Hi,
Please refer to this documentation: https://coderthemes.com/flutkit/setup-integrations.html
Let me know if you have any other queries.
Thanks for purchasing.
Can you develop using the web emulator while deploying on ios and android?
非常感谢!这是十分漂亮且易用的UI,希望作者继续添加新的功能
Hi Wish32,
We will try to add more features.
Thanks for purchasing.
there is Arabic language ???
Hi aljentel1970,
I can’t understand your question.
FlutKit is not supporting a multi-language kind of feature.
Thanks for your interest.
Hi, do you provide di complete set of icons asset? What style name are icons?
Hi mvthm,
These are material design community icons (https://materialdesignicons.com/).
Thanks for purchasing.
Hi – I’m enjoying the UI Kit so far! One question though, I’m struggling to remove the Flutkit Splashscreen at the beginning of the app? What is the file called?
Hi lucaphen,
1. You can edit splash screen from ’./android/app/src/main/res/drawable/launch_background.xml’. 2. Change image from ’./android/app/src/main/res/mipmap-{any}/logo_icon.png’.
Thanks for purchasing.