Closed jk-hub closed 4 months ago
Can you please fix your flavor format? I strongly believe you indented it the wrong way and that's why you get that error
This is the format from were i have copied from
Now I'm getting this error
Building package executable... Built flutter_flavorizr:flutter_flavorizr. type 'YamlList' is not a subtype of type 'Map<dynamic, dynamic>' in type cast
I got my fix by removed this below instructions and by fix my flavor format
instructions:
flutter:targets
@AngeloAvv you can close this issue Thanks for the help
Here is the Code for the yaml file
` flavorizr: ide: "vscode" app: android: flavorDimensions: "flavor-type" ios:
flavors: development: app: name: "Bharti Dev"
`