-
Hi everyone, thanks for yesterday help.
I do have another question: i have an SQL file for creating my sqlite database. How do i make use of it instead of using a string in db.execute?
The file is…
Nik99 updated
5 years ago
-
According to the code here this is only v0.0.9, but the package on Pub is 0.0.13. Is the project being maintained somewhere else?
-
I wrote a little Trash script to see what I would find in grammars-v4 for unreferenced parser rule symbols, where there is a parser rule defined, but the LHS symbol of the rule is never reference anyw…
-
Hi @a14n , would it be easy to migrate this library to Dart 2.x?
I suppose there may be challenges related to mirrors (specially on web)?
Let me know if that would be possible and if so, how I c…
-
_This is using `package:js` and DDC in the Dart SDK 2.0.0-dev.3.0_
Assume you have the following class in JavaScript:
```js
(function(global) {
global.foo = function foo(a, b, c) {
cons…
-
* Dart SDK Version :
2.0.0-dev.44.0
linux
run as script
----
i meet a problem: how to transmit dart map params to c/c++ extension API?
i get the public head file of dart ,and find no map type …
soach updated
6 years ago
-
I have been investigating the code size of
```dart
for (final item in list) {
...
}
```
where `list` is the default system growable list.
The loop is the same as
```dart
…
-
https://flutter-jp.connpass.com/event/232710/
-
# Summary
Running dartdoc on a private package, I've noticed it takes 32x as long on dart 2. Under dart 1 it just parses the single library whereas under dart 2 it parses ALL of the packages before i…
-
https://travis-ci.org/dart-lang/collection/jobs/394385077#L589
```
TypeError: Closure 'equals$2' of Instance of 'MapEquality': type '(Map, Map) => bool' is not a subtype of type '(Map, Map) => b…