initial commit
This commit is contained in:
19
.nvim.lua
Normal file
19
.nvim.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
require("flutter-tools").setup_project({
|
||||
{
|
||||
name = "Development",
|
||||
flavor = "development",
|
||||
target = "lib/main_development.dart",
|
||||
},
|
||||
{
|
||||
name = "Development Simulator",
|
||||
flavor = "development",
|
||||
target = "lib/main_development.dart",
|
||||
device = "658DAB68-40FB-4DEA-8C0B-C92451326570",
|
||||
},
|
||||
{
|
||||
name = "Production",
|
||||
flavor = "production",
|
||||
target = "lib/main_production.dart",
|
||||
device = "658DAB68-40FB-4DEA-8C0B-C92451326570",
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user