flutter_autocompleter 0.0.3
flutter_autocompleter: ^0.0.3 copied to clipboard
A customizable autocomplete widget for text field for Flutter.
4
likes
120/ 140
pub points
56%
popularity
We analyzed this package 19 hours ago, and awarded it 120 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 22 out of 25 API elements (88.0 %) have documentation comments.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_autocompleter/flutter_autocompleter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:flutter_autocompleter/flutter_autocompleter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:flutter_autocompleter/flutter_autocompleter.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:flutter_autocompleter/flutter_autocompleter.dart
that declares support for platforms:Android
,iOS
.
10/30 points: code has no errors, warnings, lints, or formatting issues
Found 25 issues. Showing the first 2:
WARNING: The '!' will have no effect because the receiver can't be null.
lib/flutter_autocompleter.dart:128:28
╷
128 │ WidgetsBinding.instance!.addObserver(this);
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_autocompleter.dart
WARNING: The '!' will have no effect because the receiver can't be null.
lib/flutter_autocompleter.dart:131:28
╷
131 │ WidgetsBinding.instance!.addPostFrameCallback((_) {
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_autocompleter.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
^2.8.2 |
2.11.0 | 2.11.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_keyboard_visibility |
^5.2.0 |
5.4.1 | 5.4.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.17.1 | 1.17.2 |
flutter_keyboard_visibility_linux |
- | 1.0.0 | 1.0.0 |
flutter_keyboard_visibility_macos |
- | 1.0.0 | 1.0.0 |
flutter_keyboard_visibility_platform_interface |
- | 2.0.0 | 2.0.0 |
flutter_keyboard_visibility_web |
- | 2.0.0 | 2.0.0 |
flutter_keyboard_visibility_windows |
- | 1.0.0 | 1.0.0 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
js |
- | 0.6.7 | 0.6.7 |
material_color_utilities |
- | 0.2.0 | 0.5.0 |
meta |
- | 1.9.1 | 1.9.1 |
plugin_platform_interface |
- | 2.1.4 | 2.1.4 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package is Dart 3 & Flutter 3.10 compatible!
Analysed with Pana 0.21.32
, Flutter 3.10.2
, Dart 3.0.2
.