Code

Discussion on FlutKit - Flutter & Figma UI Kit

Discussion on FlutKit - Flutter & Figma UI Kit

Cart 1,907 sales
Recently Updated

205 comments found.

Hello, any updates soon to support rtl language? Thanks

Hi,

We did not assure you with RTL. Our next Dating APP UI, we will try to add RTL to it.

Thanks and We try our best.

Congratulations, great ui kit. It could include an app like dating with image upload.

Hi, Do you have any predictions for when you will include the dating UI?

Hi,

We normally update this project monthly. So 3rd week of next month we will release a new update with dating UI.

Thanks

Hi,

We update FlutKit with a new dating app. Please try and let me know your suggestions.

Thanks for suggestion

Hi there. I’m having a problem using “Navigator.pop(context);” or any similar command to go back. A black screen is shown instead. Searching around I found that it’s caused by one “MaterialApp” inside another. Do I need to use a new MaterialApp for each screen? Is it necessary for loading the theme correctly?

Hi,

You should use MaterialApp (Widget) for all screens. It helps in routing.

Let me know if you have any other queries.

Thanks for the purchase.

hello ihave just bought the kit and i need support? how to reach the support?

Hi,

Share your all details at denish(at)coderthemes(dot)com

Thanks for the purchase

omg first of all there is no support answer my questions, and even the demo app conatins alot of errors about null safety what i supposed to do now i bought it to make my job faster but i see it now it makes me slower and in the demo app there is a 5 login screens in the code i can’t see except 2 login screens what is that?

Hi,

I answered on your mail.

Thanks

Which architecture do you use? Provider or BLoC?

Hi,

We using provider for changing themes (Light & Dark).

Let me know if you have any other queries.

Thanks.

Whether the template includes web support as well?

Hi,

There are four apps available in web supports

Demo: https://flutkit-d.web.app/#/

Thanks

Please help how to set first Screen to EventHomeScreen ? I’ve modified the main.dart from home: MyHomePage() to home: EventHomeScreen(), but I got an error.

Error: Another exception was thrown: Null check operator used on a null value

Hey, I’ve solve this issue, but there is no bottom navigation.

Can you help me how to set my Home to Event HomeScreen + Button Navigation?

Hi,

Use EventFullApp instead of EventHomeScreen.

Let me know if you have queries at denish(at)coderthemes(dot)com

Thanks for the purchase.

Thanks it works

Hello, I am just getting started with this kit on Linux and hit a build issue.

lib/main.dart:11:8: Error: Error when reading 'lib/FlutxHome.dart': No such file or directory
import 'package:UIKit/FlutxHome.dart';                                  
       ^                                                                
lib/main.dart:73:5: Error: Method not found: 'FlutXHome'.               
    FlutXHome(),                                                        
    ^^^^^^^^^                                                           

FAILURE: Build failed with an exception.    

The issue is case sensivity on the ¨X¨ character.

The line needs to be changed to:

import 'package:UIKit/FlutXHome.dart';

Hi,

We will update it into next release.

Thanks for reporting an issue :)

On the music screen, there are asset loading errors:

Another exception was thrown: Unable to load asset: ./assets/illustration/music/illu-1.png

This line needs to be added to pubspec.yaml:

    - assets/illustration/music/

Hi,

Update is live.

Thanks for reporting an issues :)

Are you guys not working on this product any more? I was interested to buy this dev kit.

Hi,

We are working on this project. We have just added 2 new apps in the last update recently (v6.0 – 30 June).

Let me know if you have any other queries.

Thanks.

Because UIKit depends on flutx from path which doesn’t exist (could not find package flutx at ”..\flutx”), version solving failed. pub get failed (66; Because UIKit depends on flutx from path which doesn’t exist (could not find package flutx at ”..\flutx”), version solving failed.)

Hi,

Keep flutx folder in place of FlutKit folder. Then pub get again.

Let me know if you have any other queries.

Thanks.

Hi coderthemes team. Do you have the design in adobe xd, figma or sketch? It would be more productive to prototype using these tools and then later implement in flutter.

Hi,

Sorry, the design assets are not available at the moment. We will try to make it.

Thanks for the purchase.

Congratulations , Nice Work, GLWS :)

Thank you :)

does it support stripe payment on Flutter Web?

Hi,

We using stripe_payment (https://pub.dev/packages/stripe_payment ), which is not supported on the web.

Let me know if you have any other queries.

Thanks for the purchase.

Can you do custom for stripe web payment using google cloud functions ? We can talk about its development. or Paypal REST API using google cloud functions.

Hi,

I never work on Google Cloud Functions.

Sorry and Thanks for interest

Hi, It looks great. I want to ask you about the product. I have a responsive website and want to convert it into a mobile app. so I just want to use webview plugin. Can I achieve my goal with your product ? Thanks in advance.

Hi,

We are not providing any web view. If you use web view then I think you did not need any kit or anything else.

Let me know if you have any other queries at denish(at)coderthemes(dot)com.

Thanks for the interest.

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ’:app:validateSigningRelease’. > Keystore file not set for signing config release
  • Try: Run with—stacktrace option to get the stack trace. Run with—info or—debug option to get more log output. Run with—scan to get full insights.

BUILD FAILED in 1m 10s Running Gradle task ‘assembleRelease’... 71.2s Gradle task assembleRelease failed with exit code 1 Process finished with exit code 1

Hello , i am getting this error when i try to build APK

Hi,

You need to generate one singing file which stores your key and password.

Refer to this website: https://flutter.dev/docs/deployment/android

Let me know if you have any other queries.

Thanks

I tried doing that but there so option of Build signed Apks , the commands dont work , i cannot get the app running in release mode as it gives the same error.

keytool -genkey -v -keystore c:\Users\USER_NAME\upload-keystore.jks -storetype JKS -keyalg RSA -keysize 2048 -validity 10000 -alias upload

this commands doesnt work as well.. it says keystool is not a command

Hi,

Please refer to this video: https://www.youtube.com/watch?v=g1fByAsqQRk&ab_channel=MJSDCoding

Let me know if you have any other queries at denish(at)coderthemes(dot)com.

Thanks

I noticed iOS is 5.0.0 and Android is 4.0.0, is there a way to get Android with the same features as iOS 5.0.0?

Hi,

Which feature?

Thanks for the purchase.

Hello, can you show me how to change margin between Appbar (top) and first content of the page?

https://drive.google.com/file/d/1tLSs4PcMURQVpYBSFMhUZ2jptCugiiMQ/view?usp=sharing

Hi,

You can change top margin

margin: EdgeInsets.only(
                       top: MySize.size48!,
                       left: MySize.size16!,
                       right: MySize.size16!),
in lib/screens/hotel/HotelProfileScreen.dart file. (At line no. 48)

Let me if you have any other queries.

Thanks

Good luck with your sales

Thank you :)

Hey, can i know the process of including your widget into the app. for eg i want to add the news carousel widget to the eventHomescreen. how can i do that ?

Hi,

You can direct copy-paste code from the news app. There are no other dependencies.

Let me know if you have any other queries.

Thanks for the purchase.

não entendi muito bem esse kit. ele vem o que nele incluso ?

Hi,

We provide a flutter code of mobile app designs.

Preview: https://flutkit.coderthemes.com/preview.html

Thanks for your interest.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey