-
Updated
Sep 11, 2021 - Dart
Dart

Dart is a general-purpose programming language originally developed by Google and later approved as a standard by Ecma (ECMA-408). It is used to build web, server, and mobile applications.
Dart is an object-oriented, class defined language using a C-style syntax that transcompiles optionally into JavaScript. It supports interfaces, mixins, abstract classes, reified generics, static typing, and a sound type system.
Here are 14,086 public repositories matching this topic...
DEMO的页面push生硬
Maybe I make a joke.
-
Updated
Aug 1, 2021 - Dart
-
Updated
Sep 10, 2021 - Dart
-
Updated
Sep 7, 2021 - Java
-
Updated
Sep 11, 2021 - C++
Firstly, I would like to thank the creator @felangel and contributors to these packages.
I would like to ask to add one sophisticated example usage of hydrated bloc according to the real problem( Manage to save categories to local database using hydrated bloc)
As known, nowadays numerous applications demands complicated feature (such as saving categories and its subcategories locally). Add
Web socket as data Provider
todos_repository_simple
explains nicely about the benefits of using repository as singleton. But no where it's mentioned how to handle the web sockets.
How can I use web socket (webSocket and fileStorage) instead of rest (webClient and fileStorage) ?
Some key points between web socket and rest.
- The name itself signify socket
-
Updated
Sep 11, 2021 - Dart
-
Updated
Sep 10, 2021 - Dart
The page https://firebase.flutter.dev/docs/app-check/overview does not mention which iOS App Check provider (DeviceCheck
or App Attest
) should be used.
The Firebase documentation page here (https://firebase.google.com/docs/app-check/ios/app-attest-provider) makes it sound like App Attest
only works with iOS 14. But it's quite unclear and it seems like they added special code to fallback t
-
Updated
Sep 10, 2021 - Dart
-
Updated
Sep 11, 2021 - Dart

-
Updated
Apr 18, 2020 - Dart
-
Updated
Sep 11, 2021 - Dart
-
Updated
Aug 30, 2021 - Dart
-
Updated
Sep 10, 2021 - Dart
-
Updated
Aug 31, 2021 - Dart
-
Updated
Aug 28, 2021 - Dart
-
Updated
Sep 11, 2021 - Emacs Lisp
-
Updated
Jul 2, 2021 - Java
-
Updated
Oct 20, 2020 - Dart
The 'Text fields' App Bar title is truncated on an iPhone 12 Pro Max:
I can reproduce this issues on both an actual device and on a simulator.
I tried on iPhone 12 and iPhone 12 Pro, but there is no problem with these devices:
-
Updated
Sep 2, 2021 - Dart
-
Updated
Aug 22, 2021 - Dart
DEMO的页面push生硬
建议使用默认的 Navigator.pushName
这么生硬的DEMO很影响Flutter在开发者技术选型时的判断