Code

Discussion on FlowKit - Flutter Admin & Dashboard Kit

Discussion on FlowKit - Flutter Admin & Dashboard Kit

Cart 137 sales

9 comments found.

Great work!

Thank You

Hi there, can you please reply to my email concerning rendering the template? Seems too many dependencies not available.

Done

Can you share the Flutter dependencies from pubspec.yaml?

Hi,

Could you contact us over support(at)getappui(dot)com, So we can help you

Thanks You

It looks really great, but I wonder, do we have to pay Syncfusion for using their packages?

Hi,

You can check pricing: at https://www.syncfusion.com/sales/communitylicense.

As I know, you do not need to pay unless you earn from your end product.

Thanks

Im also getting the carousel slider issues with Flutter 3.24.1

/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/carousel_slider-4.2.1/lib/carousel_slider.dart:9:1: Error: ‘CarouselController’ is imported from both ‘package:carousel_slider/carousel_controller.dart’ and ‘package:flutter/src/material/carousel.dart’. import ‘carousel_controller.dart’; ^^^^^ lib/controller/ui/carousels_controller.dart:5:1: Error: ‘CarouselController’ is imported from both ‘package:carousel_slider/carousel_controller.dart’ and ‘package:flutter/src/material/carousel.dart’. import

Hi,

Could you contact us over support(at)getappui(dot)com, So we can help you

Thanks You

Hi I am using flutter latest version (Channel stable, 3.24.1) I try to install it but getting following errors, /C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/carousel_slider-4.2.1/lib/carousel_slider.dart:9:1: Error: ‘CarouselController’ is imported from both ‘package:carousel_slider/carousel_controller.dart’ and ‘package:flutter/src/material/carousel.dart’. import ‘carousel_controller.dart’; ^^^^^^^^^ lib/controller/ui/carousels_controller.dart:5:1: Error: ‘CarouselController’ is imported from both ‘package:carousel_slider/carousel_controller.dart’ and ‘package:flutter/src/material/carousel.dart’. import ‘package:flutter/material.dart’; ^^^^^^^^^ /C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/carousel_slider-4.2.1/lib/carousel_slider.dart:48:15: Error: ‘CarouselController’ is imported from both ‘package:carousel_slider/carousel_controller.dart’ and ‘package:flutter/src/material/carousel.dart’. : CarouselController() as CarouselControllerImpl, ^^^^^^^^^ /C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/carousel_slider-4.2.1/lib/carousel_slider.dart:62:15: Error: ‘CarouselController’ is imported from both ‘package:carousel_slider/carousel_controller.dart’ and ‘package:flutter/src/material/carousel.dart’. : CarouselController() as CarouselControllerImpl, ^^^^^^^^^ lib/controller/ui/carousels_controller.dart:11:43: Error: ‘CarouselController’ is imported from both ‘package:carousel_slider/carousel_controller.dart’ and ‘package:flutter/src/material/carousel.dart’. CarouselController carouselController = CarouselController(); ^^^^^^^^^ /C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.8/lib/src/charts/cartesian_chart.dart:1367:22: Error: The method ‘markNeedsBuild’ isn’t defined for the class ‘RenderConstrainedLayoutBuilder<Constraints, RenderObject>’. – ‘RenderConstrainedLayoutBuilder’ is from ‘package:flutter/src/widgets/layout_builder.dart’ (’/C:/flutterSDK/flutter/packages/flutter/lib/src/widgets/layout_builder.dart’). – ‘Constraints’ is from ‘package:flutter/src/rendering/object.dart’ (’/C:/flutterSDK/flutter/packages/flutter/lib/src/rendering/object.dart’). – ‘RenderObject’ is from ‘package:flutter/src/rendering/object.dart’ (’/C:/flutterSDK/flutter/packages/flutter/lib/src/rendering/object.dart’). Try correcting the name to the name of an existing method, or defining a method named ‘markNeedsBuild’. renderObject.markNeedsBuild(); ^^^^^^^ /C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.8/lib/src/charts/base.dart:3317:7: Error: The method ‘markNeedsBuild’ isn’t defined for the class ‘RenderLoadingIndicator’. – ‘RenderLoadingIndicator’ is from ‘package:syncfusion_flutter_charts/src/charts/base.dart’ (’/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.8/lib/src/charts/base.dart’). Try correcting the name to the name of an existing method, or defining a method named ‘markNeedsBuild’. markNeedsBuild(); ^^^^^^^ /C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.8/lib/src/charts/common/core_tooltip.dart:168:22: Error: The method ‘markNeedsBuild’ isn’t defined for the class ‘RenderConstrainedLayoutBuilder<Constraints, RenderObject>’. – ‘RenderConstrainedLayoutBuilder’ is from ‘package:flutter/src/widgets/layout_builder.dart’ (’/C:/flutterSDK/flutter/packages/flutter/lib/src/widgets/layout_builder.dart’). – ‘Constraints’ is from ‘package:flutter/src/rendering/object.dart’ (’/C:/flutterSDK/flutter/packages/flutter/lib/src/rendering/object.dart’). – ‘RenderObject’ is from ‘package:flutter/src/rendering/object.dart’ (’/C:/flutterSDK/flutter/packages/flutter/lib/src/rendering/object.dart’). Try correcting the name to the name of an existing method, or defining a method named ‘markNeedsBuild’. renderObject.markNeedsBuild(); ^^^^^^^ /C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.8/lib/src/charts/common/core_legend.dart:452:22: Error: The method ‘markNeedsBuild’ isn’t defined for the class ‘RenderConstrainedLayoutBuilder<Constraints, RenderObject>’. – ‘RenderConstrainedLayoutBuilder’ is from ‘package:flutter/src/widgets/layout_builder.dart’ (’/C:/flutterSDK/flutter/packages/flutter/lib/src/widgets/layout_builder.dart’). – ‘Constraints’ is from ‘package:flutter/src/rendering/object.dart’ (’/C:/flutterSDK/flutter/packages/flutter/lib/src/rendering/object.dart’). – ‘RenderObject’ is from ‘package:flutter/src/rendering/object.dart’ (’/C:/flutterSDK/flutter/packages/flutter/lib/src/rendering/object.dart’). Try correcting the name to the name of an existing method, or defining a method named ‘markNeedsBuild’. renderObject.markNeedsBuild(); ^^^^^^^ /C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.8/lib/src/charts/common/element_widget.dart:117:5: Error: The method ‘markNeedsBuild’ isn’t defined for the class ‘RenderChartElementLayoutBuilder<T, D>’. – ‘RenderChartElementLayoutBuilder’ is from ‘package:syncfusion_flutter_charts/src/charts/common/element_widget.dart’ (’/C:/Users/<name>/AppData/Local/Pub/Cache/hosted/pub.dev/syncfusion_flutter_charts-26.2.8/lib/src/charts/common/element_widget.dart’). Try correcting the name to the name of an existing method, or defining a method named ‘markNeedsBuild’. markNeedsBuild(); ^^^^^^^ Unhandled exception: Unsupported operation: Unsupported invalid type InvalidType(<invalid>) (InvalidType). Encountered while compiling file:///E:/learning/flowkit/lib/controller/ui/carousels_controller.dart, which contains the type: InvalidType(<invalid>). #0 ProgramCompiler._typeCompilationError (package:dev_compiler/src/kernel/compiler.dart:3224) #1 ProgramCompiler._emitType (package:dev_compiler/src/kernel/compiler.dart:3185) #2 ProgramCompiler._emitClassFieldSignature (package:dev_compiler/src/kernel/compiler.dart:1641) #3 ProgramCompiler._emitClassSignature (package:dev_compiler/src/kernel/compiler.dart:1617) #4 ProgramCompiler._emitClassDeclaration (package:dev_compiler/src/kernel/compiler.dart:962) #5 ProgramCompiler._emitClass (package:dev_compiler/src/kernel/compiler.dart:819) #6 List.forEach (dart:core-patch/growable_array.dart:417) #7 ProgramCompiler._emitLibrary (package:dev_compiler/src/kernel/compiler.dart:757) #8 List.forEach (dart:core-patch/growable_array.dart:417) #9 ProgramCompiler.emitModule (package:dev_compiler/src/kernel/compiler.dart:486) #10 IncrementalJavaScriptBundler.compile (package:frontend_server/src/javascript_bundle.dart:221) #11 FrontendCompiler.writeJavaScriptBundle (package:frontend_server/frontend_server.dart:870) <asynchronous suspension> #12 FrontendCompiler.compile (package:frontend_server/frontend_server.dart:685) <asynchronous suspension> #13 listenAndCompile.<anonymous closure> (package:frontend_server/frontend_server.dart:1385) <asynchronous suspension> the Dart compiler exited unexpectedly.

please can you fix this

Hi,

Could you contact us over support(at)getappui(dot)com, So we can help you

Thanks You

Sure

We’re facing a problem where all submenus in the sidebar close when any of their items are clicked. It appears that selecting a submenu item triggers a state change in the parent menu, causing it to collapse unexpectedly. We need a solution to keep submenus open after item selection.

Hi,

Could you share the video over support(at)getappui(dot)com so that we can understand it better?

Thank You

which state management is used?

Hi,

We use GetX for state management.

Best, Getappui

a hidden gem! awesome!!

I hope there is a full application version.. like login, user management, etc. the backend can be any—it will be a plus factor if is a .Net Core API..

Hi,

Thanks for your interest.

Sorry we haven’t that type of backend. We have expertise in UI works, so it good for buyer to have good product from us

Best, Getappui

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