https://github.com/mochafreddo/flutter_onboarding_flow
A Flutter application showcasing a multi-step onboarding process including account creation, interest selection, and confirmation code verification.
https://github.com/mochafreddo/flutter_onboarding_flow
account-creation confirmation-code flutter interests-selection mobile-app onboarding
Last synced: 3 months ago
JSON representation
A Flutter application showcasing a multi-step onboarding process including account creation, interest selection, and confirmation code verification.
- Host: GitHub
- URL: https://github.com/mochafreddo/flutter_onboarding_flow
- Owner: mochafreddo
- Created: 2023-08-29T07:40:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T11:00:26.000Z (over 1 year ago)
- Last Synced: 2023-09-17T12:39:43.429Z (over 1 year ago)
- Topics: account-creation, confirmation-code, flutter, interests-selection, mobile-app, onboarding
- Language: Dart
- Homepage:
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Onboarding Flow
A comprehensive Flutter application that demonstrates a multi-step onboarding process. This app guides users through account creation, interest selection, and confirmation code verification.
## Features:
- **Initial Screen**: Welcomes users and provides an option to create an account.
- **Create Account Screen**: Allows users to input their details and create an account.
- **Interests Screen**: Lets users select their interests from a list.
- **Confirmation Code Screen**: Users can verify their account using a confirmation code sent to them.## Getting Started:
1. Clone the repository.
2. Navigate to the project directory.
3. Run `flutter pub get` to install dependencies.
4. Run `flutter run` to start the app.## Contribution:
Feel free to contribute to this project. Open an issue or submit a pull request.## License:
This project is licensed under the MIT License.