flutter_bluesky 0.7.3
flutter_bluesky: ^0.7.3 copied to clipboard
flutter bluesky plugin project. This plugin provides a client for bluesky or other PDS of atproto.
We analyzed this package 10 hours ago, and awarded it 130 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://sotai.co 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
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
126 out of 1565 API elements (8.1 %) 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: accessor, accessor.Accessor, accessor.Accessor.Accessor.new, accessor.Accessor.get, accessor.Accessor.put.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:flutter_bluesky/flutter_bluesky.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/flutter_bluesky/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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
INFO: Missing type annotation.
lib/login.dart:96:25
╷
96 │ String? userValidator(value) {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/login.dart
INFO: Missing type annotation.
lib/login.dart:103:29
╷
103 │ String? passwordValidator(value) {
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/login.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
acceptable |
^0.2.0 |
0.2.0 | 0.2.0 | |
easy_localization |
^3.0.0 |
3.0.8 | 3.0.8 | |
file_picker |
^5.3.1 |
5.5.0 | 10.3.8 | |
flutter_login |
^4.1.1 |
4.2.1 | 6.0.0 | |
flutter_secure_storage |
^8.0.0 |
8.1.0 | 10.0.0 | |
flutter_typeahead |
^4.8.0 |
4.8.0 | 5.2.0 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
image |
^4.0.17 |
4.7.2 | 4.7.2 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
jwt_decoder |
^2.0.1 |
2.0.1 | 2.0.1 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
provider |
^6.0.5 |
6.1.5+1 | 6.1.5+1 | |
timeago |
^3.3.0 |
3.7.1 | 3.7.1 | |
tuple |
^2.0.1 |
2.0.2 | 2.0.2 | |
url_launcher |
^6.1.10 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^5.3.1` on file_picker does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `^4.1.1` on flutter_login does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions flutter_login 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.