flutter-package
Here are 704 public repositories matching this topic...
-
Updated
Jul 22, 2021 - Dart
-
Updated
Jul 13, 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
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
Aug 5, 2021 - Dart
-
Updated
Aug 11, 2021 - Dart
-
Updated
Aug 10, 2021 - Dart
-
Updated
Aug 10, 2021 - Dart
-
Updated
Aug 9, 2021 - Dart
-
Updated
May 28, 2021 - Dart
-
Updated
Jun 23, 2020
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
Aug 4, 2021 - Dart
-
Updated
Jul 19, 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
Aug 7, 2021 - Dart
-
Updated
Jul 9, 2020 - Dart
-
Updated
Jun 14, 2021 - Dart
-
Updated
Mar 15, 2021 - Dart
-
Updated
Aug 13, 2021 - Dart
-
Updated
Jun 13, 2021
-
Updated
Oct 8, 2020 - Dart
-
Updated
Jun 24, 2021 - Dart
-
Updated
Mar 18, 2019 - Dart
-
Updated
Jul 12, 2021 - Dart
-
Updated
Aug 14, 2021 - Dart
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."
Firstly, I would like to thank the creator @felangel and contributors to these packages.
I would like to ask to add one sophisticated example usage of hydrated bloc according to the real problem( Manage to save categories to local database using hydrated bloc)
As known, nowadays numerous applications demands complicated feature (such as saving categories and its subcategories locally). Add