flutter-package
Here are 539 public repositories matching this topic...
-
Updated
Dec 10, 2020 - Dart
-
Updated
May 13, 2020 - 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 18, 2020 - Dart
-
Updated
Dec 24, 2020 - Dart
-
Updated
Dec 18, 2020 - Java
-
Updated
Dec 17, 2020 - Dart
-
Updated
Nov 17, 2020 - Dart
-
Updated
Nov 16, 2019 - 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.
-
Updated
Oct 12, 2020 - Dart
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
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
Jul 9, 2020 - Dart
-
Updated
Nov 19, 2020 - Dart
-
Updated
Dec 26, 2020 - Dart
-
Updated
Aug 20, 2020 - Dart
-
Updated
Dec 23, 2020 - Dart
-
Updated
Feb 1, 2020 - Shell
-
Updated
Mar 18, 2019 - Dart
-
Updated
Oct 8, 2020 - Dart
-
Updated
Nov 12, 2020 - Dart
-
Updated
Dec 19, 2020 - Dart
-
Updated
Dec 19, 2020 - Dart
-
Updated
Dec 17, 2020 - Dart
-
Updated
Jul 22, 2020
-
Updated
May 7, 2020 - 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."
Is your feature request related to a problem? Please describe.
Currently, migrating from another library requires you to do a manual comparison of samples from both libraries to fill in the gaps. It would be nice to have documentation for people migrating from other popular state management solutions, such as ChangeNotifier, StateNotifier, MobX, or Redux.
Describe the solution you'd like