conditional_questions 2.0.0 copy "conditional_questions: ^2.0.0" to clipboard
conditional_questions: ^2.0.0 copied to clipboard

discontinuedreplaced by: flutter_survey

A package that handles the creation and state of a dynamic questionnaire/survey with conditional questions.

130/ 160
pub points
60
downloads

We analyzed this package 47 hours ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

462 out of 517 API elements (89.4 %) have documentation comments.

Some symbols that are missing documentation: conditional_questions.ConditionalQuestions.ConditionalQuestions.new, conditional_questions.CustomRadioButton.CustomRadioButton.new, conditional_questions.FormElement.FormElement.new, conditional_questions.FormElement.answer, conditional_questions.FormElement.question.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 60 issues. Showing the first 2:

WARNING: The 'author' field is no longer used and can be removed.

pubspec.yaml:4:1

  ╷
4 │ author: Michel Thomas<michelphoenix98@gmail.com>
  │ ^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze pubspec.yaml

INFO: Angle brackets will be interpreted as HTML.

lib/src/models.dart:7:34

  ╷
7 │ /// [parent] which is of type Map<Question,String> that is used to denote
  │                                  ^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
provider ^5.0.0 5.0.0 6.1.5+1
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.1
nested - 1.0.0 1.0.0
vector_math - 2.2.0 2.2.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^5.0.0` on provider does not support the stable version `6.0.0`.

Try running dart pub upgrade --major-versions provider to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
33
likes
130
points
60
downloads

Publisher

verified publishermichelthomas.dev

Weekly Downloads

A package that handles the creation and state of a dynamic questionnaire/survey with conditional questions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on conditional_questions