My build of my projects are failing because they rely on mirrors and dart build out put tells me to use --enable-experimental-mirrors
to try to use mirrors in dart2js code as it is. so if I run pub build --enable-experimental-mirrors
all I get is Could not find an option named "enable-experimental-mirrors"
. Any hints much appreciated.
相关问题
- What means in Dart static type and why it differs
- Flutter : Prepare list data from http request
- How to schedule an alarm on specific time in Flutt
- MappedListIterable is not a SubType
- What is the difference between generics and dynami
相关文章
- Observatory server failed to start - Fails to crea
- Adding Shadows at the bottom of a container in flu
- Flutter. Check if a file exists before loading it
- Receive share file intents with Flutter
- Do stateless widgets dispose on their own?
- how to implement Alphabet scroll in flutter
- Flutter: Is it possible to format (bold, italicize
- Make Function parameter optional in custom widget
I haven't tried this myself yet but maybe you can pass it as a command line option in the transformer config