Home > Back-end >  How to make this type of onboarding screen that stores the data and has a different model in Flutter
How to make this type of onboarding screen that stores the data and has a different model in Flutter

Time:07-28

I have to implement this UI

Please, anyone, I want to know if anyone has the idea of how to make this type of onboarding screen that stores the data and has a different model.

CodePudding user response:

You can follow these steps

  • You Can use Firebase to store the data (watch some basic tutorials first)
  • Use Image picker(pub.dev) for picking images from phone's gallery
  • and SS and crop out the complex components(images) from the given UI and use as asset image.
  • Related