dart-library
Here are 181 public repositories matching this topic...
-
Updated
Nov 24, 2020 - Dart
-
Updated
Nov 16, 2019 - Dart
-
Updated
Jul 9, 2020 - Dart
-
Updated
Oct 2, 2020 - Dart
-
Updated
Jan 25, 2021 - 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
May 17, 2020 - 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 30, 2021 - Dart
-
Updated
Sep 11, 2020 - 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
Nov 14, 2020 - Dart
-
Updated
May 10, 2020 - Dart
-
Updated
Jul 6, 2020 - Dart
-
Updated
Jun 15, 2020
-
Updated
Nov 21, 2019 - Dart
-
Updated
Nov 18, 2020 - Dart
-
Updated
May 25, 2020 - Dart
-
Updated
Oct 8, 2019 - Dart
-
Updated
Jun 17, 2020 - Dart
-
Updated
Jun 21, 2019 - Dart
-
Updated
Nov 7, 2020 - Dart
-
Updated
Dec 30, 2020 - Dart
-
Updated
Dec 22, 2020 - Dart
-
Updated
Dec 12, 2019 - Dart
-
Updated
Jun 21, 2019 - Java
-
Updated
Feb 26, 2020 - Dart
-
Updated
Jan 17, 2020 - 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."
Is your feature request related to a problem? Please describe.
Currently, migrating from another library requires you to do a manual comparison of samples from both libraries to fill in the gaps. It would be nice to have documentation for people migrating from other popular state management solutions, such as ChangeNotifier, StateNotifier, MobX, or Redux.
Describe the solution you'd like