-
Updated
Oct 1, 2020 - Dart
flutter-material
Here are 334 public repositories matching this topic...
-
Updated
Oct 28, 2020 - Dart
-
Updated
Nov 15, 2019 - Dart
-
Updated
Aug 12, 2020 - Dart
-
Updated
Jun 23, 2020
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
-
Updated
Oct 14, 2020 - Dart
-
Updated
Mar 18, 2019 - Dart
-
Updated
Aug 14, 2020 - Dart
-
Updated
Oct 19, 2020 - Dart
-
Updated
Sep 7, 2020
-
Updated
Oct 8, 2020 - Dart
-
Updated
Feb 10, 2020 - Dart
-
Updated
Oct 1, 2020 - Dart
-
Updated
Dec 1, 2019
I think the touch area for icon is small. Only when you precisely touch icon then only it receives touch. Can we have something with which we can increase. touch area for icons? Its little inconvinient to change tabs
-
Updated
Feb 25, 2020 - Dart
-
Updated
May 11, 2020 - Dart
-
Updated
Aug 28, 2020 - Dart
-
Updated
Jun 1, 2020 - Dart
-
Updated
Mar 1, 2020 - Dart
-
Updated
Jul 16, 2019 - Dart
-
Updated
Oct 15, 2020 - Dart
-
Updated
Feb 28, 2020 - Dart
-
Updated
Jul 16, 2019 - Dart
-
Updated
Aug 31, 2019 - Dart
-
Updated
Oct 15, 2019 - Dart
-
Updated
Nov 21, 2019 - Dart
-
Updated
Aug 6, 2018 - Dart
Improve this page
Add a description, image, and links to the flutter-material topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flutter-material topic, visit your repo's landing page and select "manage topics."
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.