very_good_templates icon indicating copy to clipboard operation
very_good_templates copied to clipboard

Collection of open-source templates created and maintained by Very Good Ventures.

Results 45 very_good_templates issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...

external dependency
javascript

**Description** This is a cleanup task based on the Flutter 3.22 release notes. "we recommend that plugin authors release updated versions of their plugins with the v1 code removed as...

chore
p2
product: very_good_flutter_plugin

**Description** With Flutter 3.22 there are new updates/requirements on the Android build chain which can be found [here](https://docs.google.com/document/d/1qeeM5QG-jiafttSgvc7yvC19IDRggFFZQTktBVxL6sI/edit?resourcekey=0-HLEAiBOMxAlQxDs-mEeffw). We need to make sure we are up to date with these...

chore

**Description** Update our templates to run and use Flutter 3.22 and Dart 3.4. **Requirements** - [ ] All Flutter templates should be able to run with Fluter 3.22 - [...

chore

**Description** The coverage of the template is not 100%, it's [86%](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/actions/runs/8018645694/job/21904950643). **Reproductive steps** 1. Get the Very Good Flutter Plugin brick (from .): ```sh mason get ``` 1. Generate Very...

good first issue
test
p1
product: very_good_flutter_plugin

**Description** I'm using this template for me flutter plugin and trying to remove boiler plate. I noticed that I have basically the same for each platform the same test and...

refactor
product: very_good_flutter_plugin

**Description** Given the template model the `pubspec.yaml` that we have in each template has the ability to have an "invalid" pubspec given variables and parameters that we have in the...

chore
p1

**Description** Currently the generated flutter plugin works so far fine while development (except a couple of possible improvements like #42, #43, #44). However when you try to publish it at...

documentation
good first issue
product: very_good_flutter_plugin

**Description** We should revisit the READMEs and CONTRIBUTINGs since now the project is a mono-repository and the structure has changed.

documentation
p2

**Description** We should include a workflow that when triggered by a new tag, it publishes the templates. Since `mason` still suffers from https://github.com/felangel/mason/issues/781, publishing locally might include ephemeral files, whereas...

chore
p2