Skip to content

flutter_gallery: Native dart shall be used for frontend_server

Joel Winarske requested to merge github/fork/dsa-t/patch-1 into main

Created by: dsa-t

Currently, when building for raspberrypi3-64, there is an error in flutter_gallery:do_compile:

...
All done!
In order to run your application, type:

  $ cd .
  $ flutter run

Your application code is in ./lib/main.dart.


💪 Building with sound null safety 💪

Snapshot not compatible with the current VM configuration: the snapshot requires 
'release no-code_comments no-dwarf_stack_traces_mode lazy_async_stacks lazy_dispatchers use_bare_instructions no-dedup_instructions no-"asserts" "use_field_guards" "use_osr" x64-sysv no-null-safety' but the VM has 
'product no-code_comments no-dwarf_stack_traces_mode lazy_async_stacks lazy_dispatchers use_bare_instructions dedup_instructions no-"asserts" "use_field_guards" "use_osr" arm64-sysv no-null-safety'
WARNING: exit code 255 from a shell command.
...

Merge request reports

Loading