An open API service indexing awesome lists of open source software.

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

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.