You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
572 B
572 B
Workflows
Adding a new package to the Neon project
If you need to add a new package to the Neon project please make sure to execute all the following steps:
- Use the according template by running
fvm dart create -t package package_name
orfvm flutter create -t package package_name
. - Make sure to activate our strict linting by adding it to the package.
- Regenerate the dependency overrides by executing
melos bootstrap
. - Add a Symlink to our main license.
- Update commitlint.yaml by adding the new package name.