dwyl / app

Clear your mind. Organise your life. Ignore distractions. Focus on what matters.
http://dwyl.github.io/app/
143 stars 22 forks source link

Feat: Loading Screen #319

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

As noted in our mini experiment for loading screen: https://github.com/dwyl/flutter-phoenix-channels-demo/pull/4 The code required to create a loading screen is minimal and does increase the bundle size. It loads immediately because it's just HTML and gives the person viewing (waiting) some visual indication of progress while the bundle (main.dart.js) is downloading.

Let's implement it for the Flutter Web App so that we can both give people a sense of progress ⏳ and give Google something to see while the app is loading ... πŸ€–

Todo

image

@LuchoTurtle given your recent experience with this, want to pick this one up? πŸ‘Œ Please drop a comment to confirm that this task is clear or to seek further clarification. πŸ’¬ For now we only need this for the Flutter Web version. πŸ“± We can re-assess for the iOS and Android when the time comes to ship these to the respective App Stores. πŸ’­

LuchoTurtle commented 1 year ago

yes πŸ‘ looks clear enough.

nelsonic commented 1 year ago

Cool. Please assign PR when ready. πŸ™