-
Updated
Jun 17, 2021 - 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 1,163 public repositories matching this topic...
-
Updated
Oct 18, 2020 - Dart
-
Updated
Jun 23, 2021 - Dart
-
Updated
May 13, 2021 - Dart
-
Updated
Jun 9, 2021 - Dart
-
Updated
Oct 20, 2020 - Dart
-
Updated
Jun 24, 2021 - Dart
-
Updated
Jun 8, 2021 - Dart
-
Updated
Jun 24, 2021 - Dart
Our xgboost models use the binary:logistic'
objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.
This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning
@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
Jun 22, 2021 - Dart
Most users seem to not know that AuthPass on android supports autofill.
At least for Android >= 10 we should probably display a banner in the password list, similar to other banners already implemented if the user has not yet configured AuthPass as password manager.
-
Updated
Mar 18, 2021 - Dart
-
Updated
Jun 23, 2021 - Java
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
May 13, 2021 - Dart
-
Updated
Jul 9, 2020 - Dart
-
Updated
Jun 23, 2021 - Dart
-
Updated
Jun 14, 2021 - Dart
-
Updated
Oct 21, 2020
-
Updated
Mar 13, 2021 - Dart
Is your feature request related to a problem? Please describe.
Navigator 2.0 and Router have been released and are now the recommended approach:
Currently, there is no recipe for this, there are only recipes for a Navigator-less approach and for the old 1.0 imperative approach:
https://bloclibrary.dev/#/recipesflutternavigation
Describe the solution you'd like
Document a recipe