csells / go_router

The purpose of the go_router for Flutter is to use declarative routes to reduce complexity, regardless of the platform you're targeting (mobile, web, desktop), handling deep linking from Android, iOS and the web while still allowing an easy-to-use developer experience.
https://gorouter.dev
442 stars 96 forks source link

ci: setup ci workflows and scripts #41

Closed Salakar closed 2 years ago

Salakar commented 2 years ago

A PR to setup CI for this repository.

This does the following:


These won't start working on this repository until merged - but they are working well and can be seen on my fork when I tested the setup: https://github.com/Salakar/go_router/actions/runs/1288235076 - once merged these will run on every PR and every push to master branch.