flutter_project_template icon indicating copy to clipboard operation
flutter_project_template copied to clipboard

📖 Template for flutter projects using solid_lints, CI for tests and analysis.

Results 2 flutter_project_template issues
Sort by recently updated
recently updated
newest added

The current Github workflow raises warnings for static code analysis since some methods used were deprecated. `- name: Run static code analysis if: steps.check_files.outputs.files_exists == 'true' uses: invertase/[email protected] ` Updating...