li_info 0.0.8
li_info: ^0.0.8 copied to clipboard
Hello, this is flutter button simple plugin and we have work on this same add more funcalty for developer and we have covert to easy code simple one line funcation sor developer also welcom for contributers
We analyzed this package 21 days ago, and awarded it 110 pub points (of a possible 160):
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.
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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
5 out of 38 API elements (13.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: li_info, li_info.Btn, li_info.Btn.Btn.new, li_info.Btn.backgroundColor, li_info.Btn.icon.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:li_info/li_info.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:li_info/li_info.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:li_info/li_info.dartthat declares support for platforms:Android,iOS,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Web`.
Because:
package:li_info/li_info.dartthat imports:package:images_picker/images_picker.dartthat declares support for platforms:Android,iOS.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:li_info/li_info.dartthat imports:package:images_picker/images_picker.dartthat imports:dart:io
This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/li_info/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: EditText.isEmailFocus, EditText.focusColor, EditText.unFocusColor, EditText.style, EditText.hintText, EditText.textEditingController, EditText.margin, EditText.textInputAction, EditText.keyboardType
lib/li_info.dart:273:7
╷
273 │ class EditText extends StatefulWidget {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/li_info.dart
INFO: 'required' is deprecated and shouldn't be used. In Dart 2.12 and later, use the built-in `required` keyword to mark a named parameter as required.
lib/li_info.dart:34:31
╷
34 │ SignInButton(this.button, {@required this.onPressed, this.text, this.shape, this.icon})
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/li_info.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^4.0.0 |
4.0.6 | 5.9.0 | |
images_picker |
^1.2.4 |
1.2.11 | 1.2.11 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.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 `^4.0.0` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.