-
Updated
Mar 26, 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,351 public repositories matching this topic...
-
Updated
Mar 25, 2022 - Dart
-
Updated
Mar 15, 2022 - Dart
-
Updated
Dec 12, 2021 - Dart
-
Updated
Oct 1, 2021 - Dart
-
Updated
Oct 20, 2020 - Dart
-
Updated
Mar 7, 2022 - Dart
-
Updated
Mar 20, 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
Mar 23, 2022 - Dart
-
Updated
Sep 11, 2019 - Dart
I previously tried to build ppa packages for ubuntu at https://github.com/authpass/authpass-deb but I don't think this works anymore.
It would be nice to make AuthPass available as deb packages. Maybe using a custom repository on https://data.authpass.app.
This issue is for creating a github workflow which builds a debian package and maybe a directory archive or hierarchy which can be rsyn
-
Updated
Mar 27, 2022 - Dart
-
Updated
Mar 14, 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
Feb 7, 2022 - Dart
-
Updated
Mar 14, 2022 - Dart
-
Updated
Feb 7, 2022 - Dart
-
Updated
Mar 13, 2022 - Dart
-
Updated
Mar 22, 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.
-
Updated
Mar 8, 2022 - Dart
Returning to Flutter dev after a hiatus and I'm trying to write a widget test for a widget that uses a cubit. For this I use a mock generated with mockito (for nullsafety) and try to stub it using
whenListenfrombloc_test8.1.x, and it fails (e.g. it says that.statestubbing is missing). I took a peek into the implementation of this function and it uses mocktail internally.Question: I