Skip to content
#

flutter-package

Here are 889 public repositories matching this topic...

bloc
wujek-srujek
wujek-srujek commented Mar 1, 2022

Returning to Flutter dev after a hiatus and I'm trying to write a widget test for a widget that uses a cubit. For this I use a mock generated with mockito (for nullsafety) and try to stub it using whenListen from bloc_test 8.1.x, and it fails (e.g. it says that .state stubbing is missing). I took a peek into the implementation of this function and it uses mocktail internally.

Question: I

Sam-Guru-In-Training
Sam-Guru-In-Training commented Jun 23, 2021

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

ngpreet
ngpreet commented Apr 1, 2021

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.

google-fonts-flutter
cstmth
cstmth commented Jun 28, 2021

Describe the bug
I am getting the exception Error loading AssetManifest.json, e: Null check operator used on a null value on start of my app. It occurs the before the first widget is rendered (which has Google Fonts text).

You can find extensive logs here, because I thought this was a Flutter issue: flutter/flutter#85457

The exception is not actually an

Improve this page

Add a description, image, and links to the flutter-package topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more