The Wayback Machine - https://web.archive.org/web/20220407045441/https://github.com/topics/flutter-package
Skip to content
#

flutter-package

Here are 905 public repositories matching this topic...

bloc
alestiago
alestiago commented Feb 1, 2022

Description
The sidebar toggle (hamburger menu) has too much width on desktop devices and overlaps with the actual menu. This causes the user to accidentally collapse the menu when wishing to navigate to a new section.

Steps To Reproduce

  1. Go to the bloclibrary.dev.
  2. Click on the last visible menu item next to the sidebar toggle "icon".
bug good first issue documentation
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

enhancement good first issue
shaileshmota
shaileshmota commented Apr 20, 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.

enhancement help wanted good first issue
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.

enhancement help wanted good first issue
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

bug good first issue

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