dart-library
Here are 269 public repositories matching this topic...
-
Updated
Apr 20, 2022 - Dart
-
Updated
Apr 22, 2022 - Dart
-
Updated
Apr 21, 2022 - Dart
-
Updated
Feb 7, 2022 - Dart
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 20, 2022 - Dart
-
Updated
Jul 9, 2020 - Dart
-
Updated
Apr 4, 2022 - Dart
So the custom tabs feel like part of the app, it would be great to be able to customise the color and title.
https://developer.chrome.com/multidevice/android/customtabs
int color = getResources().getColor(R.color.ikea_blue);
intentBuilder.setToolbarColor(color);
intentBuilder.setShowTitle(true);
-
Updated
Nov 30, 2021 - Dart
-
Updated
Nov 1, 2021 - Dart
-
Updated
Apr 4, 2022 - Dart
Hello frideos team,
I try to build web application, but it stuck with error:
══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
The following UnsupportedError was thrown building _InheritedState:
Unsupported operation: Platform._operatingSystem
The relevant error-causing widget was:
_InheritedState
file:///Users/macbook/flutter/
-
Updated
Jul 9, 2020 - Dart
-
Updated
Jan 5, 2022 - Dart
hi:
I'm using your library,but i found the dismissible attribute does not behave correctly.
I see that you use ModalBarrier widget,when set the dismissible as true,it will call Navigator.pop,but i think it should disappear the mask instead of pop
-
Updated
Mar 23, 2022 - Dart
-
Updated
Mar 1, 2022 - Dart
-
Updated
Mar 14, 2022 - Dart
-
Updated
Apr 24, 2022 - Dart
-
Updated
Feb 11, 2022 - Dart
-
Updated
May 10, 2020 - Dart
-
Updated
Apr 26, 2021
-
Updated
Jan 7, 2022 - Dart
-
Updated
Jan 4, 2022 - Dart
-
Updated
Mar 13, 2021 - Dart
-
Updated
Jun 21, 2019 - Dart
-
Updated
Jun 21, 2019 - Java
-
Updated
Mar 17, 2022 - Dart
Improve this page
Add a description, image, and links to the dart-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dart-library topic, visit your repo's landing page and select "manage topics."
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