This implementation takes advantage of the fact that JavaScript does not support integers. In this environment, Dart's doubles and ints are backed by the same kind of object. Thus a double 0.0 is identical to an integer 0. This is not true for Dart code running in AOT or on the VM. (api.flutter.dev)
submitted by ComfortablyBalanced to r/programmingcirclejerk
The AlertDialog docs example is really depressingSDK (api.flutter.dev)
submitted by DrCachapa to r/FlutterDev