sadegh bakhshandeh sajjad
sadegh bakhshandeh sajjad
Hi everyone i wanna to show bar value top of every bar. is it possible?
Hi, this is a great library I wanna use this library for Persian calendar , can you help me for support this issue? @badoualy
Hi, When i change text size, The radius of the circle becomes smaller. is it possible fix radius? 
Hi I have error after upgrade flutter to 2.2.3 `/C:/flutter/.pub-cache/hosted/pub.dartlang.org/async_button_builder-2.1.3+9/lib/src/async_button_builder.dart:271:25: Error: Required named parameter 'vsync' must be provided. ? AnimatedSize( ^ /C:/flutter/packages/flutter/lib/src/widgets/animated_size.dart:56:9: Context: Found this candidate, but the arguments don't...
Hi I new in kotlin and when use Hawk.get(key), get error below: `Classifier 'Hawk' does not have a companion object, and thus must be initialized here` please help me
Hi eveyone I have a listview like below code: ```` ListView.builder( physics: BouncingScrollPhysics(), itemCount: controller.liveStreamList.length, itemBuilder: (context, index) { LiveStreamModel model = controller.liveStreamList[index]; model.animationController = AnimationController(vsync: this); return Container( margin:...
Hi everyone I wanna use external font from my project structure for subtitle, my fonts are in assets/fonts folder and define in pubspec.yaml file, how to do it?
Hi everybody I have two button for navigate to next and previous video. I initialize player controller with below code: ```` videoPlayerController = VlcPlayerController.network( URL_TO_STREAM, autoPlay: true, autoInitialize: true, options:...
Hi I new in MVI, and wanna show init view for first and when click button load list but in this sample load list after 4 second in first can...
Hi, i useing [Filament](https://filamentphp.com/docs/2.x/admin/installation) admin panel in my project and now i wanna set country limitation in my rest api. I added this library to my project, but when open...