Hamish Norton

Results 4 issues of Hamish Norton

## Type Improvement ## Details Currently to return the results to a high level, such as when you have wrapped it in a method, have to add the specific import...

### Page URL https://docs.flutter.dev/deployment/flavors/ ### Page source https://github.com/flutter/website/tree/main/src/deployment/flavors.md ### Describe the problem In the section: https://docs.flutter.dev/deployment/flavors#setting-up-launch-configurations It suggests... `resValue "string", "app_name", "free flavor example"` ...for I assume setting the android:label....

p2-medium
e1-hours
st.triage.ltw
from.page-issue
dev.flavors

**Describe the bug** When you create 2 groups of tests, and the second group name starts with the name of the first group, and in VSCode when you click on...

is bug
blocked on dart / flutter
in testing

On launching a bare flutter project with the mixpanel_flutter package included it gives... ![Image](https://github.com/user-attachments/assets/cedea503-6bcf-434b-a464-5f2d47b9c078) ### `pubspec.yaml` ``` name: flutterbuildtest description: "A new Flutter project." publish_to: 'none' version: 0.1.0 environment: sdk:...