sucodev_core 0.0.5
sucodev_core: ^0.0.5 copied to clipboard
A utility package designed for Sucodev, providing essential tools, services, and features to streamline development workflows. It includes optimized configurations, reusable components, and tailored s [...]
We analyzed this package 2 days ago, and awarded it 105 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.
Homepage URL doesn't exist.
At the time of the analysis https://sucodev.net
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.5").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
218 out of 982 API elements (22.2 %) have documentation comments.
Some symbols that are missing documentation: sucodev_core
, sucodev_core.ApiPageResponseExt
, sucodev_core.ApiPageResponseExt.elementAtIndexOrElseNull
, sucodev_core.ApiPageResponseExt.insertFirst
, sucodev_core.ApiPageResponseExt.insertLast
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:sucodev_core/sucodev_core.dart
that imports:package:sucodev_core/src/state_mangement/export.dart
that imports:package:sucodev_core/src/state_mangement/mobx_state_management/export.dart
that imports:package:sucodev_core/src/state_mangement/mobx_state_management/base_mobx/base_viewmodel.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:sucodev_core/sucodev_core.dart
that imports:package:sucodev_core/src/state_mangement/export.dart
that imports:package:sucodev_core/src/state_mangement/mobx_state_management/export.dart
that imports:package:sucodev_core/src/state_mangement/mobx_state_management/base_mobx/base_viewmodel.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:sucodev_core/sucodev_core.dart
that imports:package:sucodev_core/src/state_mangement/export.dart
that imports:package:sucodev_core/src/state_mangement/mobx_state_management/export.dart
that imports:package:sucodev_core/src/state_mangement/mobx_state_management/base_mobx/base_viewmodel.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:sucodev_core/sucodev_core.dart
that imports:package:sucodev_core/src/datasource/export.dart
that imports:package:sucodev_core/src/datasource/local_data_source/i_base_local_data_source.dart
that imports:package:sqflite/sqflite.dart
that declares support for platforms:Android
,iOS
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:sucodev_core/sucodev_core.dart
that imports:package:sucodev_core/src/repository/export.dart
that imports:package:sucodev_core/src/repository/base_repository.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:sucodev_core/sucodev_core.dart
that imports:package:sucodev_core/src/repository/export.dart
that imports:package:sucodev_core/src/repository/base_repository.dart
that imports:package:connectivity_plus/connectivity_plus.dart
that imports:package:connectivity_plus/src/connectivity_plus_linux.dart
that imports:package:nm/nm.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:sucodev_core/sucodev_core.dart
that imports:package:sucodev_core/src/state_mangement/export.dart
that imports:package:sucodev_core/src/state_mangement/mobx_state_management/export.dart
that imports:package:sucodev_core/src/state_mangement/mobx_state_management/base_mobx/base_viewmodel.dart
that imports:package:fluttertoast/fluttertoast.dart
that 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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 101 issues. Showing the first 2:
WARNING: The stack trace variable 'stacktrace' isn't used and can be removed.
lib/src/datasource/local_data_source/base_hive_local_data_source.dart:159:17
╷
159 │ } catch (e, stacktrace) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/datasource/local_data_source/base_hive_local_data_source.dart
WARNING: The stack trace variable 'stacktrace' isn't used and can be removed.
lib/src/datasource/local_data_source/base_local_data_source.dart:185:17
╷
185 │ } catch (e, stacktrace) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/datasource/local_data_source/base_local_data_source.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
bot_toast |
^4.0.4 |
4.1.3 | 4.1.3 | |
chopper |
^4.0.1 |
4.0.6 | 8.4.0 | |
connectivity_plus |
^5.0.2 |
5.0.2 | 7.0.0 | |
dio |
^5.4.0 |
5.9.0 | 5.9.0 | |
easy_localization |
^3.0.7 |
3.0.8 | 3.0.8 | |
flutter_bloc |
^8.1.3 |
8.1.6 | 9.1.1 | |
flutter_mobx |
^2.2.1+1 |
2.3.0 | 2.3.0 | |
flutter_secure_storage |
^9.2.2 |
9.2.4 | 9.2.4 | |
fluttertoast |
^8.2.8 |
8.2.14 | 9.0.0 | |
freezed_annotation |
^2.2.0 |
2.4.4 | 3.1.0 | |
get_it |
^7.6.7 |
7.7.0 | 8.2.0 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
infinite_scroll_pagination |
^4.0.0 |
4.1.0 | 5.1.1 | |
injectable |
^2.3.2 |
2.5.2 | 2.5.2 | |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 | |
mobx |
^2.3.3+2 |
2.5.0 | 2.5.0 | |
overlay_support |
^2.1.0 |
2.1.0 | 2.1.0 | |
retrofit |
^4.0.1 |
4.7.3 | 4.7.3 | |
rxdart |
^0.27.1 |
0.27.7 | 0.28.0 | |
share_plus |
^7.2.2 |
7.2.2 | 12.0.0 | |
shared_preferences |
^2.2.3 |
2.5.3 | 2.5.3 | |
sqflite |
^2.3.3+1 |
2.4.2 | 2.4.2 | |
talker_dio_logger |
^2.4.0 |
2.4.0 | 5.0.2 | |
talker_flutter |
^3.6.0 |
3.6.0 | 5.0.2 | |
tuple |
^2.0.2 |
2.0.2 | 2.0.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ansicolor |
- | 2.0.3 | 2.0.3 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
bloc |
- | 8.1.4 | 9.0.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus_platform_interface |
- | 1.2.4 | 2.0.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dbus |
- | 0.7.11 | 0.7.11 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
easy_logger |
- | 0.0.2 | 0.0.2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_secure_storage_linux |
- | 1.2.3 | 2.0.1 | |
flutter_secure_storage_macos |
- | 3.1.3 | 4.0.0 | |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 2.0.1 | |
flutter_secure_storage_web |
- | 1.2.1 | 2.0.0 | |
flutter_secure_storage_windows |
- | 3.1.2 | 4.0.0 | |
flutter_staggered_grid_view |
- | 0.7.0 | 0.7.0 | |
group_button |
- | 5.3.4 | 5.3.4 | |
http |
- | 0.13.6 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.19 | 2.2.19 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
share_plus_platform_interface |
- | 3.4.0 | 6.1.0 | |
shared_preferences_android |
- | 2.4.15 | 2.4.15 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
sliver_tools |
- | 0.2.12 | 0.2.12 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
talker |
- | 3.2.0 | 5.0.2 | |
talker_logger |
- | 3.1.0 | 5.0.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.1 | 2.4.1 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
uuid |
- | 4.5.1 | 4.5.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 11 issues. Showing the first 2:
The constraint `^4.0.1` on chopper does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions chopper
to update the constraint.
The constraint `^5.0.2` on connectivity_plus does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus
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.