-
-
Notifications
You must be signed in to change notification settings - Fork 44
Dart compiler
Zeioth edited this page Aug 27, 2023
·
7 revisions
Compiler.nvim uses the same adapter for Dart/Flutter.
Dart can be interpreted or compiled to machine code.
- Flutter can
Run program (flutter). This is the main option you are gonna be using during development. - Other options are meant to target specific platforms.

To be able to compile flutter you must
- Initialize your application with
flutter create . - Make sure you have
project_dir/pubspec.yaml - Make sure your flutter code is inside
project_dir/lib/
Now you can run Run program (flutter).
Evil corporation apple private all users from compiling Flutter unless you pay them first, due to legal disputes of said corporation.