Code

Discussion on FlutKit - Flutter & Figma UI Kit

Discussion on FlutKit - Flutter & Figma UI Kit

Cart 1,907 sales
Recently Updated

205 comments found.

I have an error in app_theme.dart that cant find ColorScheme.fromSeed

Hi,

Update flutter SDK to 2.10. Follow https://flutkit.coderthemes.com/pre-requisite.html this steps to upgrade.

Let us know, if you have any other queries.

Thanks

Hello how much cost 1 screen extra development?

Hi,

It depends on-page content.

Let us know on mail at denish(at)coderthemes(dot)com

Best, Denish

can you make new documentation how to make radio app with wordpress backend?

Hi,

Our app does not work with the WordPress backend. It is UI Kit. It works with any other api(JSON).

Let us know if you have any queries.

Thanks

This is so useless, They didn’t provide such basic require like input validation. I need refund

Hi,

Please look into the learning (material you) app. There you see input validation.

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

Thanks

Hi, Thanks for this great Library. One issue or improvement suggestion I have, I’m using the flutKit & flutex each as a package, Regarding the translation class that is in the FlutKit, you need to provide a way to load external json language files. In case i want to add my own words to the json inside the flutkit, it will be overridden when there is a flutkit update. my language files should be at my project, and the Translation class should enable this option. Thanks

Hi,

Thanks for the suggestion.

I think you say the translation files should be downloaded through an API endpoint. So the user should not need to update. We definitely try this feature.

Let me know if you have any questions.

Thanks

Thanks for the fast reply, I meant that i want to add a language files in my package that is using the flutkit. (not necessary downloaded )

Hi,

Please refer: https://flutkit.coderthemes.com/language.html

Let us know if you have any other queries.

Thanks

Hi, Is the discount over? Or is it a discounted price?

Hi,

Discount is over recently. We need to remove that banner.

But I’m sure you gate more than even this price.

Let me know if you have any questions

Thanks

Hi, have a pre-sales question if possible. if using your social app template, can we add geo location map of our users? For example, if a user goes to the park, another user can see others users in the park? Thanks.

Hi,

We provide only a google Maps example. but you need to use google api to render the live location of other app users.

Let me know if you have any questions.

Thanks

Thanks a lot, will purchase shortly.

When was last update done ?

Hi,

We release latest version of FlutKit (9) on 11 December.

Let us know if you have any questions

Thanks

Run with error (env Flutter (Channel stable, 2.8.1, on Mac OS X 10.13.6 17G14042 darwin-x64, locale zh-Hans-CN) ) : Running “flutter pub get” in FlutKit… Launching lib/main.dart on Android SDK built for x86 in debug mode… Running Gradle task ‘assembleDebug’... lib/widgets/syncfusion/charts/other_charts/funnel_label.dart:18:3: Error: Type ‘SmartLabelMode’ not found. SmartLabelMode _mode = SmartLabelMode.shift; ^^^^^^^ lib/widgets/syncfusion/charts/other_charts/pyramid_label.dart:18:3: Error: Type ‘SmartLabelMode’ not found. SmartLabelMode _mode = SmartLabelMode.shift; ^^^^^^^ lib/screens/dashboard/lms_dashboard_screen.dart:144:47: Error: ‘ControlsDetails’ isn’t a type. controlsBuilder: (BuildContext context, ControlsDetails details){ ^^^^^^^^ lib/screens/dashboard/lms_dashboard_screen.dart:144:24: Error: The argument type ‘Widget Function(BuildContext, invalid-type)’ can’t be assigned to the parameter type ‘Widget Function(BuildContext, {void Function()? onStepCancel, void Function()? onStepContinue})?’. – ‘Widget’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). – ‘BuildContext’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). controlsBuilder: (BuildContext context, ControlsDetails details){ ^ lib/screens/profile/company_profile_screen.dart:176:47: Error: ‘ControlsDetails’ isn’t a type. controlsBuilder: (BuildContext context, ControlsDetails details){ ^^^^^^^^ lib/screens/profile/company_profile_screen.dart:176:24: Error: The argument type ‘SizedBox Function(BuildContext, invalid-type)’ can’t be assigned to the parameter type ‘Widget Function(BuildContext, {void Function()? onStepCancel, void Function()? onStepContinue})?’. – ‘SizedBox’ is from ‘package:flutter/src/widgets/basic.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/basic.dart’). – ‘BuildContext’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). – ‘Widget’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). controlsBuilder: (BuildContext context, ControlsDetails details){ ^ lib/widgets/syncfusion/charts/cartesian_charts/waterfall_default.dart:24:7: Error: No named parameter with the name ‘axisLabelFormatter’. axisLabelFormatter: (AxisLabelRenderDetails details) { ^^^^^^^^^ /usr/local/flutter/.pub-cache/hosted/http%2558%2547%2547mirrors.cnnic.cn%2547dart-pub%2547/syncfusion_flutter_charts-19.4.38/lib/src/chart/base/chart_base.dart:150:3: Context: Found this candidate, but the arguments don’t match. SfCartesianChart( ^^^^^^^^ lib/widgets/syncfusion/charts/other_charts/funnel_default.dart:28:7: Error: No named parameter with the name ‘smartLabelMode’. smartLabelMode: SmartLabelMode.shift, ^^^^^^^ /usr/local/flutter/.pub-cache/hosted/http%2558%2547%2547mirrors.cnnic.cn%2547dart-pub%2547/syncfusion_flutter_charts-19.4.38/lib/src/funnel_chart/base/funnel_base.dart:37:3: Context: Found this candidate, but the arguments don’t match. SfFunnelChart({ ^^^^^^^ lib/widgets/syncfusion/charts/other_charts/funnel_label.dart:18:3: Error: ‘SmartLabelMode’ isn’t a type. SmartLabelMode _mode = SmartLabelMode.shift; ^^^^^^^ lib/widgets/syncfusion/charts/other_charts/funnel_label.dart:18:26: Error: Getter not found: ‘SmartLabelMode’. SmartLabelMode _mode = SmartLabelMode.shift; ^^^^^^^ lib/widgets/syncfusion/charts/other_charts/funnel_label.dart:28:7: Error: No named parameter with the name ‘smartLabelMode’. smartLabelMode: _mode, ^^^^^^^ /usr/local/flutter/.pub-cache/hosted/http%2558%2547%2547mirrors.cnnic.cn%2547dart-pub%2547/syncfusion_flutter_charts-19.4.38/lib/src/funnel_chart/base/funnel_base.dart:37:3: Context: Found this candidate, but the arguments don’t match. SfFunnelChart({ ^^^^^^^ lib/widgets/syncfusion/charts/other_charts/pyramid_default.dart:27:7: Error: No named parameter with the name ‘smartLabelMode’. smartLabelMode: SmartLabelMode.shift, ^^^^^^^ /usr/local/flutter/.pub-cache/hosted/http%2558%2547%2547mirrors.cnnic.cn%2547dart-pub%2547/syncfusion_flutter_charts-19.4.38/lib/src/pyramid_chart/base/pyramid_base.dart:35:3: Context: Found this candidate, but the arguments don’t match. SfPyramidChart({ ^^^^^^^ lib/widgets/syncfusion/charts/other_charts/pyramid_label.dart:18:3: Error: ‘SmartLabelMode’ isn’t a type. SmartLabelMode _mode = SmartLabelMode.shift; ^^^^^^^ lib/widgets/syncfusion/charts/other_charts/pyramid_label.dart:18:26: Error: Getter not found: ‘SmartLabelMode’. SmartLabelMode _mode = SmartLabelMode.shift; ^^^^^^^ lib/widgets/syncfusion/charts/other_charts/pyramid_label.dart:35:7: Error: No named parameter with the name ‘smartLabelMode’. smartLabelMode: _mode, ^^^^^^^ /usr/local/flutter/.pub-cache/hosted/http%2558%2547%2547mirrors.cnnic.cn%2547dart-pub%2547/syncfusion_flutter_charts-19.4.38/lib/src/pyramid_chart/base/pyramid_base.dart:35:3: Context: Found this candidate, but the arguments don’t match. SfPyramidChart({ ^^^^^^^ lib/widgets/syncfusion/date_range/simple_date_range.dart:179:15: Error: The argument type ‘Null Function(Object)’ can’t be assigned to the parameter type ‘dynamic Function(Object?)?’ because ‘Object?’ is nullable and ‘Object’ isn’t. – ‘Object’ is from ‘dart:core’. onSubmit: (Object value) { ^ lib/widgets/material/advanced/timeline_stepper_screen.dart:33:49: Error: ‘ControlsDetails’ isn’t a type. controlsBuilder: (BuildContext context, ControlsDetails details) { ^^^^^^^^ lib/widgets/material/advanced/timeline_stepper_screen.dart:33:26: Error: The argument type ‘Container Function(BuildContext, invalid-type)’ can’t be assigned to the parameter type ‘Widget Function(BuildContext, {void Function()? onStepCancel, void Function()? onStepContinue})?’. – ‘Container’ is from ‘package:flutter/src/widgets/container.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/container.dart’). – ‘BuildContext’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). – ‘Widget’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). controlsBuilder: (BuildContext context, ControlsDetails details) { ^ lib/screens/shopping/shopping_order_status_screen.dart:233:57: Error: ‘ControlsDetails’ isn’t a type. controlsBuilder: (BuildContext context, ControlsDetails details) { ^^^^^^^^ lib/screens/shopping/shopping_order_status_screen.dart:233:34: Error: The argument type ‘Container Function(BuildContext, invalid-type)’ can’t be assigned to the parameter type ‘Widget Function(BuildContext, {void Function()? onStepCancel, void Function()? onStepContinue})?’. – ‘Container’ is from ‘package:flutter/src/widgets/container.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/container.dart’). – ‘BuildContext’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). – ‘Widget’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). controlsBuilder: (BuildContext context, ControlsDetails details) { ^ lib/screens/shopping/shopping_rating_screen.dart:44:55: Error: ‘ControlsDetails’ isn’t a type. controlsBuilder: (BuildContext context, ControlsDetails details) { ^^^^^^^^ lib/screens/shopping/shopping_rating_screen.dart:44:32: Error: The argument type ‘Container Function(BuildContext, invalid-type)’ can’t be assigned to the parameter type ‘Widget Function(BuildContext, {void Function()? onStepCancel, void Function()? onStepContinue})?’. – ‘Container’ is from ‘package:flutter/src/widgets/container.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/container.dart’). – ‘BuildContext’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). – ‘Widget’ is from ‘package:flutter/src/widgets/framework.dart’ (’/usr/local/flutter/packages/flutter/lib/src/widgets/framework.dart’). controlsBuilder: (BuildContext context, ControlsDetails details) { ^

FAILURE: Build failed with an exception.

  • Where: Script ’/usr/local/flutter/packages/flutter_tools/gradle/flutter.gradle’ line: 1005
  • What went wrong: Execution failed for task ’:app:compileFlutterBuildDebug’. > Process ‘command ’/usr/local/flutter/bin/flutter’’ finished with non-zero exit value 1
  • 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 35s Exception: Gradle task assembleDebug failed with exit code 1

Which flutter state management used in apps?

Hi,

We use custom state management like GetX. So you can also customise state management.

Let us know if you have any questions

Thanks

Hi

  • 1. Does theme support null-safety in all the components and apps which are bundled?
  • 2. Is there support for tablets as well (Android tablets and iPad)
  • Is the code structured in a component based manner. Like components are designed as widgets and then these are re-used to build various screens?

Hi,

Yes, FlutKit support null safety with latest flutter 2.5

Yes this app supports on tablets(potrait mode)

Yes, code is structured and we make different widget as possible

Thanks

Hello. I have a website made in wordpress with ListingPro template. is it compatible with this web converter?

Hi,

This project(FlutKit) is not compitable with listing pro and web converter.

Let me know if you have any queries.

Thanks

Does this themes already support Flutter 2.5? and what about the null safety problem ?

Hi,

Yes this project supports Flutter 2.5.x and null safety.

Let me know, if you have any other questions.

Thanks :)

364 512 664 any desk id i am available now

I am joining.

how to do this step

Install package dependencies:

flutter pub get

Hi,

Run this command in the terminal at your project location.

Reference: https://flutter.dev/docs/get-started/test-drive

Let me know all queries at denish(at)coderthemes(dot)com

Thanks.

how can i customizethi app

Hi,

Let me know all queries at denish(at)coderthemes(dot)com

Thanks for purchasing.

Please, where can I find the widgets documentation? At https://coderthemes.com/flutkit/index.html I can’t find any information about the widgets and how for example, the theme’s state management works.

Hi,

Use the latest documentation: https://flutkit.coderthemes.com/

We using all material widgets which we use from: https://flutter.dev/docs/development/ui/widgets

There is two apps are using state management (BLoC Pattern) - Estate - Homemade

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

Thanks

Hi, sorry but I couldn’t find the FX widgets documentation. At https://flutkit.coderthemes.com/ I didn’t find anything. BloC in Estate App ? where is the Estate app documentation?

Hi,

BLoC stands for Business Logic Components. So we provide 2 apps with that pattern.

Please see the Homemade and Estate app, where you can find controllers, models, and views. There is a controller that holds all logic and views hold all widgets.

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

Thanks

About “NEWS APP” you put it under “Apps” application but not “Web Apps”, does this means that I cannot use it for web application or what? Wish you clarify this for me thanks

Hi,

Currently, we provide web support only for this: https://flutkit-d.web.app/#/

All apps work with Android, iOS also. You can use it on the web but this is not responsive as we expected.

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

Thanks

Hello. Can the team please update this for Flutter 2.5? There are many errors for Flutter 2.2. Thank you.

Thank you very much for your response. I look forward to the next update

Hi,

I updated flutkit with the latest flutter version(v2.5). Please update.

Let me know if you have any other queries.

Thanks for the purchase.

Your awesome! Thank you!

API for website include sir…?

Hi,

We use static(offline) data(.json file).

Thanks

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