flutter-package
Here are 815 public repositories matching this topic...
-
Updated
Dec 14, 2021 - Dart
-
Updated
Dec 10, 2021 - 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
Dec 16, 2021 - Dart
-
Updated
Dec 3, 2021 - Dart
Is your feature request related to a problem? Please describe.
I'd like to choreograph Text animations one after another.
So for instance my main text is a TextLiquidFill
Following its completion, I'd like to run
TypewriterAnimatedText on another line of Text.
Probably the most flexible solution would be to offer a way to delay an animation starting, so you can set it to the duration
-
Updated
Dec 15, 2021 - Dart
-
Updated
Dec 22, 2021 - Dart
-
Updated
Nov 15, 2021 - Dart
-
Updated
Dec 13, 2021 - Dart
-
Updated
Dec 19, 2021 - Dart
-
Updated
Oct 8, 2021 - 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.
-
Updated
Jun 23, 2020
-
Updated
Dec 20, 2021 - Dart
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
-
Updated
Aug 28, 2021 - Dart
-
Updated
Dec 15, 2021 - Dart
-
Updated
Nov 26, 2021 - Dart
Feature request
Enabling / Disabling dragging / sliding / scrolling
Clean Solution
A boolean value for IntroViewsFlutter like isDraggingEnabled or isScrollingEnabled would be great
Alternative
I solved it with:
fullTransition: enabled ? 300 : double.infinity,
-
Updated
Apr 27, 2021 - Dart
-
Updated
Jun 13, 2021
-
Updated
Sep 22, 2021 - Dart
-
Updated
Sep 12, 2021 - Dart
-
Updated
Jul 9, 2020 - Dart
-
Updated
Oct 8, 2020 - Dart
Better player is supporting all my need except one. I need to play VAST Ads in the video player and currently we cannot do that.
Both Exo player and AV Player support VAST ads so it would be great addition to Better Player plugin if it can support those Ads.
Google IMA SDK is also available for both native players, it can be a good starting point.
-
Updated
Sep 21, 2021 - Dart
Describe the bug
I get an dependency error with google_fonts 2.0.0 and flutter_drive
When I try to get dependencies with google_fonts ^2.0.0 and flutter_drive I get the next unmatch dependency error
Because every version of flutter_driver from sdk depends on crypto 2.1.5 and google_fonts >=2.0.0-nullsafety.0 depends on crypto ^3.0.0, flutter_driver from sdk is incompatible with google_f
Improve this page
Add a description, image, and links to the flutter-package topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flutter-package topic, visit your repo's landing page and select "manage topics."
It would be great to see, how to properly implement refreshing + pagination + search.