flutter-package
Here are 974 public repositories matching this topic...
-
Updated
Jul 2, 2022 - Dart
-
Updated
Jul 7, 2022 - Dart
Description
Currently if you run very_good test --min-coverage 100 --recursive
it will go through each package it finds and run the tests. But if any of those packages don't have 100% test coverage there won't be an error displaying that.
Here I am running the command at the root of my project:
![image](https://user-images.githubusercontent.com/15887627/167681205-221aa8a0-1d05-44a3-99
-
Updated
Jun 26, 2022 - 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
Jul 8, 2022 - 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
Jun 2, 2022 - Dart
-
Updated
Jul 8, 2022 - Dart
-
Updated
Jun 30, 2022 - Dart
-
Updated
Jun 27, 2022 - Dart
-
Updated
Jun 30, 2022 - Dart
-
Updated
May 23, 2022 - 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
Jul 7, 2022 - Dart
-
Updated
Jun 23, 2020
-
Updated
Feb 7, 2022 - 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
Jul 2, 2022
-
Updated
Jul 3, 2022 - Dart
-
Updated
Jul 6, 2022 - Dart
-
Updated
Jul 1, 2022 - Dart
-
Updated
May 25, 2022 - 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,
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
Apr 27, 2021 - Dart
-
Updated
Jun 29, 2022 - Dart
-
Updated
Sep 12, 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."
Description
As a developer, I want to have all the bloc examples be running on the latest stable version of Flutter/Dart.