hubble_payments 0.6.12
hubble_payments: ^0.6.12 copied to clipboard
Hubble Money - A rewarding platform for your purchases
We analyzed this package 8 hours ago, and awarded it 105 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
`README.md` is empty.
The README.md file should inform others about your project, what it does, and how they can use it. Check out the guidelines on Writing great package pages.
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
12 out of 173 API elements (6.9 %) 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: auto_mandate, auto_mandate.AutoMandate, auto_mandate.AutoMandate.AutoMandate.new, auto_mandate.AutoMandate.onClickCancel, auto_mandate.AutoMandate.onClickTile.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:hubble_payments/hubble_payments.dartthat imports:package:hubble_payments/data/payment_repo.dartthat imports:package:hubble_core/gullak_http.dartthat imports:package:hubble_core/hubble_core.dartthat imports:package:hubble_core/src/services/services.dartthat imports:package:hubble_core/src/services/hubble_share.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_web.dartthat imports:package:share_plus_platform_interface/share_plus_platform_interface.dartthat imports:package:share_plus_platform_interface/platform_interface/share_plus_platform.dartthat imports:package:share_plus_platform_interface/method_channel/method_channel_share.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,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:hubble_payments/hubble_payments.dartthat imports:package:hubble_payments/data/payment_repo.dartthat imports:package:hubble_core/gullak_http.dartthat imports:package:hubble_core/hubble_core.dartthat imports:package:hubble_core/src/services/services.dartthat imports:package:hubble_core/src/services/hubble_share.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:hubble_payments/hubble_payments.dartthat imports:package:hubble_payments/data/payment_repo.dartthat imports:package:hubble_core/gullak_http.dartthat imports:package:hubble_core/hubble_core.dartthat imports:package:hubble_core/src/services/services.dartthat imports:package:hubble_core/src/services/hubble_share.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:hubble_payments/hubble_payments.dartthat imports:package:hubble_payments/data/payment_repo.dartthat imports:package:hubble_core/gullak_http.dartthat imports:package:hubble_core/hubble_core.dartthat imports:package:hubble_core/src/services/services.dartthat imports:package:hubble_core/src/services/hubble_share.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_linux.dartthat imports:package:url_launcher_linux/url_launcher_linux.dartthat declares support for platforms:Linux.
Package does not support platform `Linux`.
Because:
package:hubble_payments/hubble_payments.dartthat imports:package:hubble_payments/data/payment_repo.dartthat imports:package:hubble_core/gullak_http.dartthat imports:package:hubble_core/hubble_core.dartthat imports:package:hubble_core/src/services/services.dartthat imports:package:hubble_core/src/services/hubble_share.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:hubble_payments/hubble_payments.dartthat imports:package:hubble_payments/data/payment_repo.dartthat imports:package:hubble_core/gullak_http.dartthat imports:package:hubble_core/hubble_core.dartthat imports:package:hubble_core/src/services/services.dartthat imports:package:hubble_core/src/services/hubble_share.dartthat imports:package:share_plus/share_plus.dartthat imports:package:share_plus/src/share_plus_windows.dartthat imports:package:url_launcher_windows/url_launcher_windows.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 65 issues. Showing the first 2:
INFO: 'activeColor' is deprecated and shouldn't be used. Use activeTrackColor instead. This feature was deprecated after v3.24.0-0.2.pre.
lib/view/auto_mandate/auto_mandate.dart:365:7
╷
365 │ activeColor: const Color(0xff0F8849),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/view/auto_mandate/auto_mandate.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/view/auto_mandate/auto_mandate.dart:458:56
╷
458 │ color: Colors.grey.withOpacity(0.1),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/view/auto_mandate/auto_mandate.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
basics |
>=0.10.0 <0.11.0 |
0.10.0 | 0.10.0 | |
flutter_animate |
>=4.1.1+1 <5.0.0 |
4.5.2 | 4.5.2 | |
fpdart |
>=1.1.0 <2.0.0 |
1.2.0 | 1.2.0 | |
hexcolor |
>=3.0.1 <4.0.0 |
3.0.2 | 3.0.2 | |
hubble_assets |
0.6.12 |
0.6.12 | 0.6.12 | |
hubble_build_configs |
0.6.12 |
0.6.12 | 0.6.12 | |
hubble_common |
0.6.12 |
0.6.12 | 0.6.12 | |
hubble_core |
0.6.12 |
0.6.12 | 0.6.12 | |
hubble_entities |
0.6.12 |
0.6.12 | 0.6.12 | |
hubble_widget_library |
0.6.12 |
0.6.12 | 0.6.12 | |
json_annotation |
>=4.7.0 <5.0.0 |
4.9.0 | 4.9.0 | |
lottie |
>=2.2.0 <3.0.0 |
2.7.0 | 3.3.2 | |
provider |
>=6.0.5 <7.0.0 |
6.1.5+1 | 6.1.5+1 | |
sliver_tools |
>=0.2.12 <0.3.0 |
0.2.12 | 0.2.12 | |
url_launcher |
>=6.1.7 <7.0.0 |
6.3.2 | 6.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
age_calculator |
- | 1.0.0 | 1.0.0 | |
android_intent_plus |
- | 4.0.3 | 6.0.0 | |
archive |
- | 3.6.1 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
basic_utils |
- | 5.7.0 | 5.8.2 | |
bloc |
- | 8.1.4 | 9.2.0 | |
cached_network_image |
- | 3.3.1 | 3.4.1 | |
cached_network_image_platform_interface |
- | 4.0.0 | 4.1.1 | |
cached_network_image_web |
- | 1.2.0 | 1.3.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_assets |
- | 0.19.10 | 1.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_date |
- | 1.5.3 | 1.5.3 | |
dio |
- | 5.9.0 | 5.9.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
dotted_line |
- | 3.2.3 | 3.2.3 | |
event_bus |
- | 2.0.1 | 2.0.1 | |
extended_sliver |
- | 2.1.3 | 2.1.3 | |
fading_edge_scrollview |
- | 4.1.1 | 4.1.1 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_bloc |
- | 8.1.6 | 9.1.1 | |
flutter_cache_manager |
- | 3.3.1 | 3.4.1 | |
flutter_markdown |
- | 0.6.23 | 0.7.7+1 | Discontinued |
flutter_shaders |
- | 0.1.3 | 0.1.3 | |
flutter_staggered_grid_view |
- | 0.7.0 | 0.7.0 | |
flutter_svg |
- | 2.2.3 | 2.2.3 | |
get |
- | 4.7.3 | 4.7.3 | |
get_it |
- | 7.7.0 | 9.2.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
google_fonts |
- | 6.3.3 | 7.0.2 | |
hooks |
- | 0.20.5 | 1.0.0 | |
html_unescape |
- | 2.0.0 | 2.0.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
hubble_http_extensions |
- | 0.6.12 | 0.6.12 | |
hubble_http_extensions_protobuf |
- | 0.6.12 | 0.6.12 | |
infinite_scroll_pagination |
- | 4.1.0 | 5.1.1 | |
intl |
- | 0.18.1 | 0.20.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
linked_scroll_controller |
- | 0.2.0 | 0.2.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
markdown |
- | 7.3.0 | 7.3.0 | |
marquee |
- | 2.3.0 | 2.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
native_toolchain_c |
- | 0.17.2 | 0.17.4 | |
nested |
- | 1.0.0 | 1.0.0 | |
objective_c |
- | 9.2.2 | 9.2.2 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
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 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
protobuf |
- | 3.1.0 | 6.0.0 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
screenshot |
- | 2.5.0 | 3.0.0 | |
scrollable_positioned_list |
- | 0.3.8 | 0.3.8 | |
share_plus |
- | 7.2.2 | 12.0.1 | |
share_plus_platform_interface |
- | 3.4.0 | 6.1.0 | |
simple_html_css |
- | 4.0.1 | 5.0.0 | |
smooth_page_indicator |
- | 1.2.1 | 2.0.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
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 | |
styled_text |
- | 8.1.0 | 9.0.0 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
timeago |
- | 3.7.1 | 3.7.1 | |
transparent_image |
- | 2.0.1 | 2.0.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.28 | 6.3.28 | |
url_launcher_ios |
- | 6.3.6 | 6.3.6 | |
url_launcher_linux |
- | 3.2.2 | 3.2.2 | |
url_launcher_macos |
- | 3.2.5 | 3.2.5 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.2 | 2.4.2 | |
url_launcher_windows |
- | 3.1.5 | 3.1.5 | |
uuid |
- | 3.0.7 | 4.5.2 | |
vector_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
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 | |
xmlstream |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=2.2.0 <3.0.0` on lottie does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions lottie 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.6, Dart 3.10.7.
Check the analysis log for details.