om-ha
om-ha
I am trying to customize the DatePicker fonts and colors myself as well... Here's a similar situation I found in the issues too: https://github.com/skywinder/ActionSheetPicker-3.0/issues/58#issuecomment-280887590
Is it possible to check if a generic type implements an interface during runtime? ```dart abstract class MyInterface { void someCapability(); } class MyConcreteType implements MyInterface { @override void someCapability()...
I'm in the same boat with @pangxb and @mlprod35 , having a logarithmic axis is very beneficial. Some data points do not look good when plotted on linear scale. Please...
To our surprise, out of all graphing/charting/plotting libraries in flutter. Almost no one supports Logarithmic scale. I think this would make `fl_chart` stand out. Only mentions regarding `logarithmic` scale in...
We're excited for this @imaNNeoFighT , this is a deal-breaker and a great feature to see implemented!
Here you go: - https://github.com/mzimmerm/flutter_charts - https://github.com/mzimmerm/flutter_charts/search?q=logarithmic Just as amazing as `fl_chart`, there is this `flutter_charts` that implemented logarithmic scale as well.
Hey everyone, I summarized all the points regarding this issue into this [StackOverflow answer here](https://stackoverflow.com/a/69604101/10830091). @dnfield Thanks for the awesome plugin! 1. I would like to ask you what your...
Sound quite reasonable. Thanks for trying to work on this in the past and sharing some ideas on how to successfully implement this. Regarding implementing SVG Filter Effects elements in...
Any update on this? @SAGARSURI @frencojobs ```log Invalid argument(s): Failed to load dynamic library '/Users/my_user/.pub-cache/hosted/pub.dartlang.org/derry-1.4.3/lib/src/blobs/executor_mac64.dylib': dlopen(/Users/my_user/.pub-cache/hosted/pub.dartlang.org/derry-1.4.3/lib/src/blobs/executor_mac64.dylib, 0x0001): tried: '/Users/my_user/.pub-cache/hosted/pub.dartlang.org/derry-1.4.3/lib/src/blobs/executor_mac64.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')),...