https://github.com/justinmc/flutter_releases
An app for accessing quick info about Flutter releases
https://github.com/justinmc/flutter_releases
flutter git
Last synced: 2 months ago
JSON representation
An app for accessing quick info about Flutter releases
- Host: GitHub
- URL: https://github.com/justinmc/flutter_releases
- Owner: justinmc
- License: mit
- Created: 2022-01-15T06:10:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-31T05:50:38.000Z (2 months ago)
- Last Synced: 2025-08-31T07:18:35.744Z (2 months ago)
- Topics: flutter, git
- Language: Dart
- Homepage: https://ismyprinflutteryet.com/
- Size: 58.8 MB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Releases Info
Useful info about Flutter PRs and the releases they fall into.
See it live at [ismyprinflutteryet.com](https://ismyprinflutteryet.com).
## Publishing
1. `flutter build web`
2. `rm -rf docs`
3. `cp -r build/web/ docs`
4. Commit and push to main.