hubble_sdk 0.6.12 copy "hubble_sdk: ^0.6.12" to clipboard
hubble_sdk: ^0.6.12 copied to clipboard

PlatformAndroid
unlisted

Hubble Money - A rewarding platform for your purchases

100/ 160
pub points
35
downloads

We analyzed this package 31 hours ago, and awarded it 100 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Failed check 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.

Failed report section
Provide documentation
10 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

21 out of 94 API elements (22.3 %) have documentation comments.

Some symbols that are missing documentation: assets, assets.Assets, assets.Assets.Assets.new, assets.Assets.interOFL, assets.Assets.sofiaOFL.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

These platforms are not supported:

Package does not support platform `iOS`.

Because:

  • package:hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/view/view.dart that imports:
  • package:hubble_sdk/src/view/hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/hubble_build_config.dart that imports:
  • package:hubble_core/hubble_core.dart that imports:
  • package:hubble_core/src/services/services.dart that imports:
  • package:hubble_core/src/services/hubble_share.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `Windows`.

Because:

  • package:hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/view/view.dart that imports:
  • package:hubble_sdk/src/view/hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/hubble_build_config.dart that imports:
  • package:hubble_core/hubble_core.dart that imports:
  • package:hubble_core/src/services/services.dart that imports:
  • package:hubble_core/src/services/hubble_share.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_linux.dart that imports:
  • package:url_launcher_linux/url_launcher_linux.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/view/view.dart that imports:
  • package:hubble_sdk/src/view/hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/hubble_build_config.dart that imports:
  • package:hubble_core/hubble_core.dart that imports:
  • package:hubble_core/src/services/services.dart that imports:
  • package:hubble_core/src/services/hubble_share.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `macOS`.

Because:

  • package:hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/view/view.dart that imports:
  • package:hubble_sdk/src/view/hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/hubble_build_config.dart that imports:
  • package:hubble_core/hubble_core.dart that imports:
  • package:hubble_core/src/services/services.dart that imports:
  • package:hubble_core/src/services/hubble_share.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Package does not support platform `Web`.

Because:

  • package:hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/view/view.dart that imports:
  • package:hubble_sdk/src/view/hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/hubble_build_config.dart that imports:
  • package:hubble_core/hubble_core.dart that imports:
  • package:hubble_core/src/services/services.dart that imports:
  • package:hubble_core/src/services/hubble_share.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_web.dart that imports:
  • package:share_plus_platform_interface/share_plus_platform_interface.dart that imports:
  • package:share_plus_platform_interface/platform_interface/share_plus_platform.dart that imports:
  • package:share_plus_platform_interface/method_channel/method_channel_share.dart that imports:
  • package:path_provider/path_provider.dart that 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_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/view/view.dart that imports:
  • package:hubble_sdk/src/view/hubble_sdk/hubble_sdk.dart that imports:
  • package:hubble_sdk/src/hubble_build_config.dart that imports:
  • package:hubble_core/hubble_core.dart that imports:
  • package:hubble_core/src/services/services.dart that imports:
  • package:hubble_core/src/services/hubble_share.dart that imports:
  • package:share_plus/share_plus.dart that imports:
  • package:share_plus/src/share_plus_windows.dart that imports:
  • package:url_launcher_windows/url_launcher_windows.dart that declares support for platforms: Windows.
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 4 issues. Showing the first 2:

INFO: The part-of directive uses a library name.

lib/src/view/hubble_sdk/app_nav_host.dart:1:1

  ╷
1 │ part of hubble_sdk;
  │ ^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/view/hubble_sdk/app_nav_host.dart

INFO: The part-of directive uses a library name.

lib/src/view/hubble_sdk/data/view_data.dart:1:1

  ╷
1 │ part of hubble_sdk;
  │ ^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/view/hubble_sdk/data/view_data.dart

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
android_intent_plus >=4.0.3 <5.0.0 4.0.3 6.0.0
dio >=5.1.2 <6.0.0 5.9.0 5.9.0
event_bus >=2.0.0 <3.0.0 2.0.1 2.0.1
flutter_bloc >=8.1.1 <9.0.0 8.1.6 9.1.1
get >=4.6.5 <5.0.0 4.7.3 4.7.3
get_it >=7.2.0 <8.0.0 7.7.0 9.2.0
go_router >=10.1.0 <11.0.0 10.2.0 17.0.1
hubble_accounts 0.6.12 0.6.12 0.6.12
hubble_app_content 0.6.12 0.6.12 0.6.12
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_engagement 0.6.12 0.6.12 0.6.12
hubble_entities 0.6.12 0.6.12 0.6.12
hubble_fino 0.6.12 0.6.12 0.6.12
hubble_main 0.6.12 0.6.12 0.6.12
hubble_payments 0.6.12 0.6.12 0.6.12
hubble_razorpay_flutter ^2.0.5 2.0.5 2.0.5
hubble_shop 0.6.12 0.6.12 0.6.12
hubble_vouchers 0.6.12 0.6.12 0.6.12
hubble_widget_library 0.6.12 0.6.12 0.6.12
injectable 2.3.2 2.3.2 2.7.1+4
intercom_flutter >=7.6.1 <8.0.0 7.9.0 9.4.23
url_launcher >=6.1.7 <7.0.0 6.3.2 6.3.2
uuid >=3.0.6 <4.0.0 3.0.7 4.5.2
Transitive dependencies
Package Constraint Compatible Latest Notes
age_calculator - 1.0.0 1.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
basics - 0.10.0 0.10.0
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
csslib - 1.0.2 1.0.2
dart_date - 1.5.3 1.5.3
dio_web_adapter - 2.1.1 2.1.1
dismissible_page - 1.0.2 1.0.2
dotted_border - 2.1.0 3.1.0
dotted_line - 3.2.3 3.2.3
eventify - 1.0.1 1.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_animate - 4.5.2 4.5.2
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
fpdart - 1.2.0 1.2.0
glob - 2.1.3 2.1.3
google_fonts - 6.3.3 7.0.2
hexcolor - 3.0.2 3.0.2
hooks - 0.20.5 1.0.0
html - 0.15.6 0.15.6
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
intercom_flutter_platform_interface - 1.3.2 2.0.6
intercom_flutter_web - 0.3.3 1.1.11
intl - 0.18.1 0.20.2
js - 0.7.2 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
linked_scroll_controller - 0.2.0 0.2.0
logging - 1.3.0 1.3.0
lottie - 2.7.0 3.3.2
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
modal_bottom_sheet - 3.0.0 3.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
page_transition - 2.2.1 2.2.1
path - 1.9.1 1.9.1
path_drawing - 1.0.1 1.0.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
provider - 6.1.5+1 6.1.5+1
pub_semver - 2.2.0 2.2.0
qr - 3.0.2 3.0.2
qr_flutter - 4.1.0 4.1.0
rxdart - 0.27.7 0.28.0
scratcher - 2.5.0 2.5.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
sliver_tools - 0.2.12 0.2.12
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
super_tooltip - 2.1.0 2.1.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
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
video_player - 2.10.1 2.10.1
video_player_android - 2.9.1 2.9.1
video_player_avfoundation - 2.8.10 2.8.10
video_player_platform_interface - 6.6.0 6.6.0
video_player_web - 2.4.0 2.4.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.

Found 7 issues. Showing the first 2:

The constraint `>=4.0.3 <5.0.0` on android_intent_plus does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions android_intent_plus to update the constraint.

The constraint `>=8.1.1 <9.0.0` on flutter_bloc does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions flutter_bloc to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 1 error:

  • UNDEFINED_SETTER - lib/src/app/modules/dio.dart:15:50 - The setter 'createHttpClient' isn't defined for the type 'IOHttpClientAdapter'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.5, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: