auto_suggest_box 1.8.1 copy "auto_suggest_box: ^1.8.1" to clipboard
auto_suggest_box: ^1.8.1 copied to clipboard

A highly customizable, performance-optimized auto-suggest/autocomplete widget for Flutter with Fluent UI design. Features debounced search, LRU caching, keyboard navigation, form validation, advanced [...]

65/ 160
pub points
109
downloads

We analyzed this package in the last hour, and awarded it 65 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/example/auto_suggest_box was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/example/auto_suggest_box was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/example/auto_suggest_box/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.8.1").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

408 out of 819 API elements (49.8 %) have documentation comments.

Some symbols that are missing documentation: accent_color_extension, accent_color_extension.AccentColorExtension, accent_color_extension.AccentColorExtension.backgroundButton, auto_suggest, auto_suggest.FluentAutoSuggestBox.autoSuggestController.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
0 / 20trigger folding of the section

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

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

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

Found 25 issues. Showing the first 2:

ERROR: The getter 'isLight' isn't defined for the type 'Brightness'.

lib/common/accent_color_extension.dart:6:34

  ╷
6 │       final isLight = brightness.isLight;
  │                                  ^^^^^^^
  ╵

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

ERROR: The named parameter 'mouseCursor' isn't defined.

lib/common/text_form.dart:221:11

    ╷
221 │           mouseCursor: mouseCursor,
    │           ^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/common/text_form.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
equatable ^2.0.5 2.1.0 2.1.0
fluent_ui ^4.13.0 4.16.1 4.16.1
flutter_bloc ^9.1.1 9.1.1 9.1.1
gap ^3.0.1 3.0.1 3.0.1
permission_handler ^11.3.1 11.4.0 13.0.2
speech_to_text ^7.0.0 7.5.0 7.5.0
Transitive dependencies
Package Constraint Compatible Latest Notes
bloc - 9.2.1 9.2.1
characters - 1.4.1 1.4.1
clock - 1.1.3 1.1.3
collection - 1.19.1 1.19.1
intl - 0.20.3 0.20.3
json_annotation - 4.12.0 4.12.0
material_color_utilities - 0.13.0 0.13.1
math_expressions - 3.2.0 3.2.0
meta - 1.19.0 1.19.0
nested - 1.0.0 1.0.0
path - 1.9.1 1.9.1
permission_handler_android - 12.1.0 14.1.0
permission_handler_apple - 9.6.1 9.6.1
permission_handler_html - 0.1.4+1 0.1.4+1
permission_handler_platform_interface - 4.4.1 4.4.1
permission_handler_windows - 0.2.2 0.2.2
petitparser - 7.0.2 7.0.2
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.5+1 6.1.5+1
recase - 4.1.0 4.1.0
scroll_pos - 0.5.0 0.5.0
source_span - 1.10.2 1.10.2
speech_to_text_platform_interface - 2.4.0 2.4.0
speech_to_text_windows - 1.0.1 1.0.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
vector_math - 2.4.2 2.4.2
web - 1.1.1 1.1.1
yaml - 3.1.4 3.1.4

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

The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.

Try running dart pub upgrade --major-versions permission_handler 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.19, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
65
points
109
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A highly customizable, performance-optimized auto-suggest/autocomplete widget for Flutter with Fluent UI design. Features debounced search, LRU caching, keyboard navigation, form validation, advanced search dialog, and BLoC/Cubit state management.

Repository (GitHub)
View/report issues

Topics

#autocomplete #autosuggest #search #fluent-ui #bloc

License

MIT (license)

Dependencies

equatable, fluent_ui, flutter, flutter_bloc, gap, permission_handler, speech_to_text

More

Packages that depend on auto_suggest_box