-
This package still uses deprecated Dart 1 SCREAMING CAPS CONSTANTS. These will be removed shortly in Dart 2. This rewriting tool is available for the migration: This tool is available for the migrat…
-
When using ResizeObserver in Dart2, it stops working in release mode.
Test HTML file:
```
Title
TESTING
.
…
-
aqueduct db generate and aqueduct db upgrade takes forever to complete.
aqueduct db generate (with no changes made to the models):
4.0.0-b1 15 min 06 seconds
3.3.0+1 < 10 seconds
I observed me…
-
Got a crash in DDC, it said to report it here, so here is the report :)
dart --version: 2.5.1 (Fri Sep 27 12:28:49 2019 +0200) on "macos_x64"
If you need more info let me know.
dartdev…
-
```dart
dynamic foo() => 0;
void bar(String s) { }
void main() {
bar(foo()); // => "type 'int' is not a subtype of type 'String'"
}
```
I can never remember which type is the type we ex…
Hixie updated
5 years ago
-
This package still uses deprecated Dart 1 SCREAMING CAPS CONSTANTS. These will be removed shortly in Dart 2. This rewriting tool is available for the migration: This tool is available for the migratio…
-
_Filing under "please lets fix this in Dart 2.1+"._
Migrating internal code to Dart2, I hit the following fun error case:
```dart
class Link {
static Link parse(Map linkData) {
var user…
-
お勉強しているうちに気付いたこと・詰まったことがあればここにコメントで共有していきましょう!
-
Hi,
I think this grammar
https://github.com/antlr/grammars-v4/blob/master/vba/vba.g4
has a problem with long lines.
This obfuscator
https://github.com/oriolOrnaque/VBAObfuscator/
creates to…
-
项目没引进fluwx和tobias之前,虚拟机运行都正常,只要引入其中任何一个,不管是DART3版本还是dart2版本,启动都会崩溃,编译是通过的,在simulator中安装后,启动就崩溃
rosatta模式也不行
更改Exclude Architectures也是不行的,有没有根治的方法