-
Updated
Jul 7, 2022 - 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,424 public repositories matching this topic...
-
Updated
Mar 25, 2022 - Dart
-
Updated
Jul 6, 2022 - Dart
-
Updated
Jun 3, 2022 - Dart
-
Updated
Jun 23, 2022 - Dart
-
Updated
Mar 30, 2022 - Dart
-
Updated
Jun 14, 2022 - Dart
-
Updated
May 12, 2022 - 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
-
Updated
Feb 15, 2022 - 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
Jul 8, 2022 - Dart
Right now this is very rudimentary making use of debug strings provided by the flutter framework.
this should be cleaned up and presented in a nice(r) way.
-
Updated
Jul 8, 2022 - Dart
-
Updated
Sep 11, 2019 - Dart
-
Updated
May 23, 2022 - 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
Jun 28, 2022 - Dart
-
Updated
Feb 7, 2022 - Dart
-
Updated
Jul 3, 2022 - Dart
-
Updated
Jul 1, 2022 - Dart
-
Updated
May 25, 2022 - Dart
Better player is supporting all my need except one. I need to play VAST Ads in the video player and currently we cannot do that.
Both Exo player and AV Player support VAST ads so it would be great addition to Better Player plugin if it can support those Ads.
Google IMA SDK is also available for both native players, it can be a good starting point.
Please describe what the rule should do: the rule should detect Expanded widgets that contain empty SizedBox/Container and propose to replace them with Spacer()
*If your rule is inspired by other please provide link to it:

Description
As a developer, I want to have all the bloc examples be running on the latest stable version of Flutter/Dart.