conversational_onboarding 0.1.0
conversational_onboarding: ^0.1.0 copied to clipboard
Declarative, conversational onboarding flows for Flutter. Build Cal AI / Duolingo-style onboarding with branching, animations, and a typed answers map.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add conversational_onboardingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
conversational_onboarding: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:conversational_onboarding/conversational_onboarding.dart';