PSDTools / app

Code repository for the development of Pattonville Wallet, our school district’s app.
https://pattonville-wallet.netlify.app/
3 stars 0 forks source link

Use Flavors #35

Closed lishaduck closed 1 year ago

lishaduck commented 1 year ago

We should also take advantage of flutter_launcher_icons and flutter_native_splash with their flavor support.

While I'm thinking about it, there was also a good series of articles on Medium that I stumbled upon which you might want to look at, @ParkerH27:

lishaduck commented 1 year ago

dart_define should make this a bit easier.

lishaduck commented 1 year ago

dart_define did the job quite well. We might not even need separate entrypoints! Or even flavors for that matter. It could all just be env stuff. Also, the injection stuff should just work w/riverpod. And it does! I hadn't realized it could do more than just state.

lishaduck commented 1 year ago

Though the launcher icons are fun...

lishaduck commented 1 year ago

Closing, seeing as #103 covers what's left.