What is SurveyKit?

SurveyKit is a Flutter library designed for creating professional, visually clean, and easily configurable surveys, similar to iOS ResearchKit Surveys. It's ideal for displaying questionnaires or instructions in a manual-like style. While it's still in early development, feedback and suggestions are welcomed.

SurveyKit is created by Quickbirdstudios.com.

Features

  • Developer-friendly API
  • Simplifies the creation of surveys
  • Provides rich animations and transitions out of the box
  • Built with a consistent, lean, simple style, to fit research purposes
  • Survey navigation can be linear or based on a decision tree (directed graph)
  • Gathers results and provides them in a convenient manner for further use
  • Gives complete freedom in creating your own questions
  • Allows style customization
  • Provides an API and structure that is very similar to iOS ResearchKit Surveys
  • Rich documentations and install instructions

Install

1- Add the dependency

dependencies:
  survey_kit: ^0.1.1

2- Install

flutter pub get

3- Import

import 'package:survey_kit/survey_kit.dart';

License

SurveyKit is released under an MIT license.

Resources & Downloads

GitHub - QuickBirdEng/survey_kit: Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
Flutter library to create beautiful surveys (aligned with ResearchKit on iOS) - QuickBirdEng/survey_kit