Omid Raha
Omid Raha
Where is the `apk` file of [demo](https://www.youtube.com/watch?v=gw0awL_89V4)?
https://github.com/anarvote/helios_lib
Currently while using `itemBuilder` , there is no way to use different default empty widget. I wish to have `itemBuilder` as: ```dart itemBuilder: (BuildContext context, int index) { return Icon(...
When I click on the one row of table, I get this error: `Could not find class 'androidx.core.widget.NestedScrollView$AccessibilityDelegate', referenced from method androidx.core.widget.NestedScrollView.` This error is about this [line](https://github.com/jonasrottmann/realm-browser/blob/1b39fc356c6f957c730e33e6edd8b357e471daa3/realm-browser/src/main/res/layout/realm_browser_ac_realm_object.xml#L25) and is...
In [Pie chart](https://pub.dev/packages/pie_chart), I would like to show a widget something like this as label: ```dart Column( children: [ Text('17.0 %'), Text('June'), ], ``` I try the `formatChartValues` but the...
`dio ^4.0.0 and dio_http_cache ^0.2.11, version solving failed.`
It is just enough for these two `isFirst` and `isLast` attributes to reverse their behavior. I think it's also better to renamed to `isStart` and `isEnd`.
Fixes Support RTL #23
Is there any sample example for showing how to animate drawing `LineStyle`? I wish by clicking on every `indicator` of `IndicatorStyle`, the drawing of all `afterLineStyle`, `beforeLineStyle` lines until the...
How to replicate default kubernetes deployment services with install options. I installed k3s with 3 nodes using `--cluster` and `--server` [options](https://github.com/alexellis/k3sup#create-a-multi-master-ha-setup-with-embedded-etcd). How is it possible to replicate these default services...