fedodo_general 1.8.3
fedodo_general: ^1.8.3 copied to clipboard
A flutter package which contains general components of the Fedodo-UIs.
We analyzed this package 23 hours ago, and awarded it 120 pub points (of a possible 160):
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: AGPL-3.0
.
0/10 points: 20% or more of the public API has dartdoc comments
14 out of 143 API elements (9.8 %) 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: app_globals
, app_globals.AppGlobals
, app_globals.AppGlobals.AppGlobals.new
, app_globals.AppGlobals.createApp
, application_registration
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: 'color' is deprecated and shouldn't be used. Use backgroundColor instead. This feature was deprecated after v3.33.0-0.2.pre.
lib/material_app.dart:53:13
╷
53 │ color: Color.fromARGB(255, 1, 76, 72),
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/material_app.dart
INFO: Missing type annotation.
lib/widgets/auth/apis/application_registration.dart:10:3
╷
10 │ registerApplication() async {
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/auth/apis/application_registration.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
activitypub |
^1.2.0 |
1.2.10 | 1.2.10 | |
cached_network_image |
^3.2.3 |
3.3.1 | 3.4.1 | |
easy_sidemenu |
^0.4.1+1 |
0.4.2 | 0.7.1 | |
flutter_guid |
^0.3.1 |
0.3.1 | 0.3.1 | |
flutter_html |
^3.0.0-beta.1 |
3.0.0 | 3.0.0 | |
flutter_vibrate |
^1.3.0 |
1.3.0 | 1.3.0 | |
font_awesome_flutter |
^10.3.0 |
10.10.0 | 10.10.0 | |
http |
^0.13.5 |
0.13.6 | 1.5.0 | |
jwt_decoder |
^2.0.1 |
2.0.1 | 2.0.1 | |
logger |
^1.4.0 |
1.4.0 | 2.6.1 | |
oauth2_client |
^3.0.0 |
3.2.1 | 4.2.0 | |
random_string |
^2.3.1 |
2.3.1 | 2.3.1 | |
share_plus |
^7.0.1 |
7.2.2 | 12.0.0 | |
shared_preferences |
^2.0.17 |
2.5.3 | 2.5.3 | |
timeago |
^3.3.0 |
3.7.1 | 3.7.1 | |
url_launcher |
^6.1.8 |
6.3.2 | 6.3.2 |
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 `^0.4.1+1` on easy_sidemenu does not support the stable version `0.5.0`.
Try running dart pub upgrade --major-versions easy_sidemenu
to update the constraint.
The constraint `^0.13.5` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.