ma_ng_outbox 1.0.11
ma_ng_outbox: ^1.0.11 copied to clipboard
Mariapps Internal Package to build Flutter apps faster
We analyzed this package 2 days ago, and awarded it 95 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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 ("1.0.11").
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
368 out of 532 API elements (69.2 %) have documentation comments.
Some symbols that are missing documentation: ma_ng_outbox, ma_ng_outbox.ConnectivityService, ma_ng_outbox.ConnectivityService.ConnectivityService.new, ma_ng_outbox.ConnectivityService.connectivity, ma_ng_outbox.ConnectivityService.isConnected.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:ma_ng_outbox/ma_ng_outbox.dartthat declares support for platforms: .
Package does not support platform `iOS`.
Because:
package:ma_ng_outbox/ma_ng_outbox.dartthat declares support for platforms: .
Package does not support platform `Windows`.
Because:
package:ma_ng_outbox/ma_ng_outbox.dartthat declares support for platforms: .
Package does not support platform `Linux`.
Because:
package:ma_ng_outbox/ma_ng_outbox.dartthat declares support for platforms: .
Package does not support platform `macOS`.
Because:
package:ma_ng_outbox/ma_ng_outbox.dartthat declares support for platforms: .
Package does not support platform `Web`.
Because:
package:ma_ng_outbox/ma_ng_outbox.dartthat declares support for platforms: .
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: Unused import: 'package:flutter/foundation.dart'.
lib/src/sync/outbox_isolate.dart:5:8
╷
5 │ import 'package:flutter/foundation.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/sync/outbox_isolate.dart
WARNING: Unused import: 'dart:convert'.
lib/src/sync/sync_controller.dart:1:8
╷
1 │ import 'dart:convert';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/sync/sync_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
connectivity_plus |
^6.1.3 |
6.1.5 | 7.0.0 | |
dio |
^5.8.0+1 |
5.9.0 | 5.9.0 | |
flat_buffers |
^23.5.26 |
23.5.26 | 25.9.23 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
objectbox |
^5.0.1 |
5.0.4 | 5.1.0 | |
objectbox_flutter_libs |
^5.0.1 |
5.0.4 | 5.1.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
dbus |
- | 0.7.11 | 0.7.11 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.5 | 2.1.5 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.1 | |
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 | |
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 | |
web |
- | 1.1.1 | 1.1.1 | |
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.
The constraint `^6.1.3` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^23.5.26` on flat_buffers does not support the stable version `25.9.23`.
Try running dart pub upgrade --major-versions flat_buffers 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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.