jeremiahlukus / flutter_template

template with tests, login flow, riverpod, logging ect.
MIT License
24 stars 5 forks source link

Web support #32

Open AdrienLemaire opened 1 year ago

AdrienLemaire commented 1 year ago

important web isn't supported yet, since the web view plug-in used for auth doesnt support web I should get to this early August

Hi @jeremiahlukus , any update on this ? I found your repo while searching for very_good + riverpod. Thanks for making it :)

But now that mason is out, I'm wondering if we shouldn't use bricks instead ?

jeremiahlukus commented 1 year ago

I’m about to get there, my app generated from this template is about to be released to beta. Once that happens I’ll start working on web support. I did play with it but it wasn’t easy so I paused until I had time to do it.

jeremiahlukus commented 1 year ago

So it just depends, on what you want to do. For me I wanted things organized a certain way with full tests. I also wanted an entire auth system already done since this kind of sucks to setup and is used on almost every app.

https://github.com/jeremiahlukus/guitar_tabs

This is the app that was generated from the template.

I’ll make a screen recording of what the template app gives you later today.

jeremiahlukus commented 1 year ago

https://github.com/jeremiahlukus/flutter_template/issues/20

This other issue goes over that process

AdrienLemaire commented 1 year ago

Lovely, and thanks for the timely reply!