-
Updated
Oct 1, 2020 - Dart
dartlang

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 977 public repositories matching this topic...
-
Updated
Oct 1, 2020 - Dart
-
Updated
Aug 10, 2020 - Dart
-
Updated
Oct 1, 2020 - Dart
-
Updated
Oct 1, 2020 - Dart
-
Updated
Oct 1, 2020 - Dart
-
Updated
Oct 1, 2020 - Dart
-
Updated
Sep 30, 2020 - Dart
I'm sorry if I missed this functionality, but CLI
version hasn't it for sure (I saw the related code only in generate_code_examples.py
). I guess it will be very useful to eliminate copy-paste phase, especially for large models.
Of course, piping is a solution, but not for development in Jupyter Notebook, for example.
-
Updated
Oct 1, 2020 - Dart
@Component(selector: 'test-component',
directives: const [NgIf, NgFor],
template: 'It works!')
class TestComponent {
...
produces the following HTML:
<test-component>It works!</test-component>
If for some reason you were not really awake and write this:
@Component(selector: 'test-component',
directives: cons
-
Updated
Sep 11, 2019 - Dart
-
Updated
Sep 25, 2020 - Dart
-
Updated
Nov 16, 2019 - Dart
-
Updated
Jul 9, 2020 - Dart
-
Updated
Sep 22, 2020 - Java
-
Updated
May 28, 2019
-
Updated
May 25, 2020 - Dart
Describe the bug
BlurStyle.outer causes the app to crash on real device
To Reproduce
Steps to reproduce the behavior:
- use the main.dart file in the example folder
- Run the app on real device (N.B the app works fine on Genymotion emulator).
- When clicking on the icon to change the BlurStyle and it is on the BlurStyle.outer, the app crashes
-
Updated
Sep 29, 2020 - Dart
-
Updated
Sep 19, 2020 - Dart
there are too many users without a backup of their password file. We should encourage having a backup.
So until we can sync with our own server #29 we should encourage use of cloud services. Or at least insist on users having a backup.
Ie. if FileSourceLocal
is used, display a MaterialBanner in the password list with a button which allows the user to save to a cloud storage endpoint.
-
Updated
Oct 1, 2020 - Dart
-
Updated
Oct 1, 2020 - Dart
Hello,
I managed to implement bloc together with graphql inside my app by following the Jobs example. However, I have no idea how I could have graphql subscriptions and BLoC working together. It would be great if you could extend your jobs example to include subscriptions.
I am using: