mysearch 0.1.6
mysearch: ^0.1.6 copied to clipboard
A flutter plugin for information on government services and bangla search
We analyzed this package 2 days ago, and awarded it 50 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/Socian-Ltd/mysearch-plugin-flutter 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/Socian-Ltd/mysearch-plugin-flutter was unreachable. Make sure that the website is reachable via HEAD requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/Socian-Ltd/mysearch-plugin-flutter was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
50 out of 112 API elements (44.6 %) have documentation comments.
Some symbols that are missing documentation: expandedsection, expandedsection.ExpandedSection, expandedsection.ExpandedSection.ExpandedSection.new, expandedsection.ExpandedSection.child, expandedsection.ExpandedSection.expand.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 84 issues. Showing the first 2:
ERROR: The getter 'errorColor' isn't defined for the type 'ThemeData'.
lib/mysearch.dart:1551:14
╷
1551 │ .errorColor),
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mysearch.dart
WARNING: Unused import: 'package:http/http.dart'.
lib/mysearch.dart:11:8
╷
11 │ import 'package:http/http.dart' as http;
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mysearch.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^4.0.6 |
4.0.6 | 5.9.2 | |
flutter_keyboard_visibility |
^5.1.0 |
5.4.1 | 6.0.0 | |
http |
^0.13.4 |
0.13.6 | 1.6.0 | |
shared_preferences |
^2.0.11 |
2.5.4 | 2.5.4 | |
sound_stream |
^0.3.0 |
0.3.0 | 0.4.2 | |
web_socket_channel |
^2.1.0 |
2.4.5 | 3.0.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio to update the constraint.
The constraint `^5.1.0` on flutter_keyboard_visibility does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions flutter_keyboard_visibility to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_GETTER-lib/mysearch.dart:1551:14- The getter 'errorColor' isn't defined for the type 'ThemeData'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.10, Flutter 3.41.2, Dart 3.11.0.
Check the analysis log for details.