-
Updated
Mar 4, 2022 - Dart
flutter-widget
Here are 676 public repositories matching this topic...
-
Updated
Mar 15, 2022 - Dart
-
Updated
Mar 20, 2022 - Dart

-
Updated
Feb 12, 2022 - Dart
-
Updated
Apr 11, 2022 - Dart
-
Updated
Oct 4, 2021 - Dart
-
Updated
Jan 21, 2022 - Dart
-
Updated
Apr 20, 2022 - Dart
-
Updated
Mar 29, 2022 - Dart
All supported html elements should have a test written.
RichText parser:
-
header
-
hr
-
i
-
img
-
ins
-
kbd
-
li
-
main
-
mark
-
nav
-
noscript
-
ol
-
p
-
pre
-
q
-
rp
-
rt
-
ruby
-
s
-
samp
-
section
-
small
-
span
-
strike
-
Updated
Jan 16, 2022 - Dart
-
Updated
Apr 19, 2022 - Dart
-
Updated
Mar 17, 2021 - Dart
-
Updated
Oct 8, 2021 - Dart
-
Updated
Mar 14, 2022 - Dart
There is a Box decoration used in the _ItemWidget
. It will be nice to have this configurable. For example to use : https://api.flutter.dev/flutter/material/UnderlineTabIndicator-class.html. This way we can achieve much more configurability in the widget. Anyhow, thanks for creating this nice and very useful lib.
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
-
Updated
Apr 30, 2022 - Dart
-
Updated
Feb 7, 2022 - Dart
-
Updated
Jun 23, 2020
-
Updated
Apr 28, 2022 - Dart
-
Updated
Nov 10, 2021 - Dart
-
Updated
Apr 30, 2022 - Dart
-
Updated
Apr 27, 2021 - Dart
-
Updated
Sep 7, 2020
-
Updated
Mar 29, 2022 - Dart
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Mar 27, 2021 - Dart
-
Updated
Jun 17, 2021 - Dart
Improve this page
Add a description, image, and links to the flutter-widget topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flutter-widget topic, visit your repo's landing page and select "manage topics."
** Don't make a duplicate issue.
You can search in issues to make sure there isn't any already opened issue with your concern.
Describe the bug
BarChart completely ignores the x value from BarChartGroupData and set the bar in the same order as occurs on the list passed to parameter barGroups. After changing the order on the list barGroups result chart should look the same as before.