Michael Thomsen
Michael Thomsen
The following Dart core library APIs, which are all currently deprecated, are now being fully removed. This is the continuation of previous discontinuation work tracked in https://github.com/dart-lang/sdk/issues/34233 **NOTE**: This plan...
The Dart mirrors core library (`dart:mirrors`) is currently in a sub-optimal state: * It is marked "experimental" in the [list of core libraries](https://dart.dev/guides/libraries) * It is marked "unstable" in the...
When passing a package config with `--packages` and running `dart analyze`, there is no actionable feedback if any of the paths in that config are broken. Other dart commands like...
``` $ flutter build apk Running "flutter packages get" in flutter_gallery... 1.1s Initializing gradle... 2.4s Resolving dependencies... 17.7s Gradle task 'assembleRelease'... Note: /Users/mit/dev/flutter/.pub-cache/hosted/pub.dartlang.org/video_player-0.6.4/android/src/main/java/io/flutter/plugins/videoplayer/VideoPlayerPlugin.java uses or overrides a deprecated API. Note:...
Many programming languages (incl. TypeScript, Swift, and Kotlin) support omitting semicolons as explicit statement separators. We consistently hear from developers who come to Dart from those languages (for example, to...
### Page URL https://docs.flutter.dev/development/packages-and-plugins/developing-packages#plugin-ffi ### Describe the problem The plugins and and FFI docs could use a bit of cleanup. Relevant pages are: - https://docs.flutter.dev/development/packages-and-plugins/developing-packages#plugin-ffi - https://docs.flutter.dev/development/platform-integration/c-interop - https://github.com/flutter/flutter/wiki/Binding-to-native-code-via-FFI Issues...
_From @tomnta on November 14, 2017 19:22_ ## Steps to Reproduce Run "Flutter Devices" in Windows 10 Command Prompt shows that a device is connected. > flutter devices > 1...
https://github.com/flutter/flutter/pull/22565 landed a new default flutter template. This allows us to not have to check-in `android` and `ios` directories when they have just default content. We should update the app...
If you run dartdoc on something that doesn't have a `lib/` directory you get this: ``` $ ~/sdk/dart/2.15.0/bin/dartdoc Documenting test1... warning: package:test1 has no documentable libraries from package-test1: file:///Users/mit/tmp/test1 Dartdoc...