JT

Results 159 comments of JT

@danpanaite thanks! perhaps you can update the repo to MIT license to inform others. cheers

@guidezpl quarter is almost up! haha j/k couldn't resist the saying. hope to see this implemented soon. thanks

same problem here. cannot see any image even with many different coordinates

@aabirsark thanks, but wouldn't that disable any interaction on the pie chart itself? i'm looking to be able to tap each slice of the pie as well as the widget...

ah so clip will allow taps to pass through the circular edges?

Great feature. Would also be nice to be able to use MLKit etc by adding access to the image stream from Dart.

@definev i cannot get this to work. how do you implement this? thank you

ah i got it now: ``` import 'package:flutter/material.dart'; import 'package:circle_wheel_scroll/circle_wheel_scroll_view.dart'; void main() { runApp(const MainApp()); } class MainApp extends StatelessWidget { const MainApp({super.key}); @override Widget build(BuildContext context) { return const...