https://github.com/broxus/flutter_templates
https://github.com/broxus/flutter_templates
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/broxus/flutter_templates
- Owner: broxus
- Created: 2023-07-10T11:33:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T11:44:47.000Z (about 1 year ago)
- Last Synced: 2025-04-28T12:47:51.276Z (about 1 year ago)
- Language: Dart
- Size: 35.2 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Templates
## Code analysis 📊
Add broxus_flutter_analysis to your `pubspec.yaml`:
```yaml
dependencies:
broxus_flutter_analysis:
```
Then, add an include in `analysis_options.yaml`:
```yaml
include: package:broxus_flutter_analysis/analysis_options.yaml
```