dart-library
Here are 167 public repositories matching this topic...
-
Updated
Sep 18, 2020 - Dart
-
Updated
Nov 16, 2019 - Dart
-
Updated
Jul 9, 2020 - Dart
-
Updated
Aug 7, 2020 - 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
Sep 5, 2020 - Dart
-
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
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
May 10, 2020 - Dart
-
Updated
Aug 11, 2020 - Dart
-
Updated
Jun 15, 2020
-
Updated
Nov 21, 2019 - Dart
-
Updated
Oct 8, 2019 - Dart
-
Updated
Sep 14, 2020 - Dart
-
Updated
Jun 21, 2019 - Dart
-
Updated
May 25, 2020 - Dart
-
Updated
Jun 17, 2020 - Dart
-
Updated
Jun 27, 2020 - Dart
-
Updated
Jul 6, 2020 - Dart
-
Updated
Dec 12, 2019 - Dart
-
Updated
Jul 31, 2020 - Dart
-
Updated
Feb 16, 2020 - Dart
-
Updated
Feb 26, 2020 - Dart
-
Updated
Sep 3, 2020 - Dart
-
Updated
Jun 21, 2019 - Java
-
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."
E/flutter (13373): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 112 pos 12: '_positions.isNotEmpty': ScrollController not attached to any scroll views.