SachinTanpure
SachinTanpure
I need to create form which has table with multiple columns and multiple rows. Each row may contain different types of form element like textRow, Checkbox etc. Basically i have...
I tried dev version and found few bugs 1. If I type text in ZefyrField, text looks bold even bold option is not pressed on toolbar. 2. If text is...
Just like fix header we need fix footer to show data like total or count of values in that column
We have screen where multiple types of widgets are shown like table, pie chart, bar chart etc. All these widgets are added in ListView. Problem is that when i scroll...
Feature request Need sort on header column Need pagination(Number of rows per page and next-prev button to move along pages)
Feature request Please please add support to show notification type dialog with animated bell
When i tried to perform flutter pub get i got below error Because every version of flutter_test from sdk depends on meta 1.1.8 and tinycolor >=1.0.3 depends on meta ^1.2.2,...
Need loading builder. When I am doing search, i need to search from server->wait-> once result come then show suggestions. In between this time, I need to show loading builder...
^ ../../FlutterHome/flutter/.pub-cache/hosted/pub.dartlang.org/calendar_view-1.0.4/lib/src/day_view/day_view.dart:327:29: Error: Method 'addPostFrameCallback' cannot be called on 'WidgetsBinding?' because it is potentially null. - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../FlutterHome/flutter/packages/flutter/lib/src/widgets/binding.dart'). Try calling using ?. instead. WidgetsBinding.instance.addPostFrameCallback((_) { ^^^^^^^^^^^^^^^^^^^^ FAILURE:...