Feat: Loading Screen #319
Labels
flutter
Flutter related issues
good first issue
help wanted
If you can help make progress with this issue, please comment!
needs-ui
A feature idea that needs UI in order to be discussed/built.
priority-1
Highest priority issue. This is costing us money every minute that passes.
T2h
Time Estimate 2 Hours
As noted in our mini experiment for loading screen: dwyl/flutter-phoenix-channels-demo#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
Figma
first: https://www.figma.com/file/WrpkKGJNYZbeCzMRDVtvQLbC/dwyl-app?node-id=1631%3A437164 x 64 px
if we have one (smaller the better to reduce load time)#F2F2F2
Visual design rules you can safely follow every time learn-wireframing#13 (comment)CSS transitions
or any superfluousJS
(for now ...) just the simplest/fastest-loading screen possible that is replaced as soon as themain.dart.js
is loaded. 🙏CSS
in theindex.html
file so that it loads as fast as possible. 🐎@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
andAndroid
when the time comes to ship these to the respective App Stores. 💭The text was updated successfully, but these errors were encountered: