flutter-package
Here are 641 public repositories matching this topic...
-
Updated
May 3, 2021 - 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
Apr 17, 2021 - Dart
I would suggest to remove use of DefaultTextStyle in README.md and example which was introduced in #217 as it would suggest the user to use it for every time when they want to change the text style
-
Updated
May 19, 2021 - Dart
-
Updated
May 7, 2021 - Dart
-
Updated
May 12, 2021 - Dart
-
Updated
May 19, 2021 - Dart
-
Updated
Apr 25, 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.
-
Updated
Mar 18, 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
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
May 15, 2021 - Dart
-
Updated
Apr 27, 2021 - Dart
-
Updated
Mar 15, 2021 - Dart
-
Updated
May 20, 2021 - Dart
-
Updated
May 13, 2021 - Dart
-
Updated
Apr 13, 2021
-
Updated
Apr 28, 2021 - Dart
-
Updated
Oct 8, 2020 - Dart
-
Updated
Mar 18, 2019 - Dart
-
Updated
May 20, 2021 - Dart
-
Updated
May 18, 2021 - Dart
-
Updated
May 15, 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."
Is your feature request related to a problem? Please describe.
Navigator 2.0 and Router have been released and are now the recommended approach:
Currently, there is no recipe for this, there are only recipes for a Navigator-less approach and for the old 1.0 imperative approach:
https://bloclibrary.dev/#/recipesflutternavigation
Describe the solution you'd like
Document a recipe