pal 0.0.2 pal: ^0.0.2 copied to clipboard
The no code Flutter onboarding editor
Pal - The Flutter onboarding editor (beta) #
Pal is the onboarding editor dedicated to Flutter apps.
What does it mean ?
No code editor for all your app screens directly in your app
- Go to a screen where you want to add helper
- Select your helper type
- Select and customize your theme
how it works in few words #
client mode
- fetch your onboarding on client on application start
- trigger an onboarding each time we detect anything that you setuped for
- don't show an helper again if user has already seen it
- each helpers have a min app version / max app version so you don't show invalid message and you can show many things for each updates only
- ...