conversational_onboarding 0.1.0 copy "conversational_onboarding: ^0.1.0" to clipboard
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_onboarding

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  conversational_onboarding: ^0.1.0

Alternatively, 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';
1
likes
160
points
87
downloads

Documentation

API reference

Publisher

verified publisherwarashibetech.com

Weekly Downloads

Declarative, conversational onboarding flows for Flutter. Build Cal AI / Duolingo-style onboarding with branching, animations, and a typed answers map.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on conversational_onboarding