hubble_widget_library 0.6.12
hubble_widget_library: ^0.6.12 copied to clipboard
Hubble Money - A rewarding platform for your purchases
We analyzed this package 1 hour ago, and awarded it 45 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
462 out of 11466 API elements (4.0 %) 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: about_and_licences, about_and_licences.CustomLicensePage, about_and_licences.CustomLicensePage.CustomLicensePage.new, action_list_item, action_list_item.ActionListItem.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:hubble_widget_library/bloc/form_field.dartthat imports:package:hubble_widget_library/v3_design_system/v3_design_system.dartthat imports:package:hubble_widget_library/widgets/cached_network_image.dartthat imports:package:hubble_widget_library/widgets/cached_network_image/cached_network_image_dart_io.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_widget_library/bloc/form_field.dartthat imports:package:hubble_widget_library/v3_design_system/v3_design_system.dartthat imports:package:hubble_widget_library/widgets/cached_network_image.dartthat imports:package:hubble_widget_library/widgets/cached_network_image/cached_network_image_dart_io.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 `Web`.
Because:
package:hubble_widget_library/bloc/form_field.dartthat imports:package:hubble_widget_library/v3_design_system/v3_design_system.dartthat imports:package:hubble_widget_library/widgets/cached_network_image.dartthat imports:package:hubble_widget_library/widgets/cached_network_image/cached_network_image_web.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_widget_library/bloc/form_field.dartthat imports:package:hubble_widget_library/v3_design_system/v3_design_system.dartthat imports:package:hubble_widget_library/widgets/cached_network_image.dartthat imports:package:hubble_widget_library/widgets/cached_network_image/cached_network_image_dart_io.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_widget_library/bloc/form_field.dartthat imports:package:hubble_widget_library/v3_design_system/v3_design_system.dartthat imports:package:hubble_widget_library/widgets/cached_network_image.dartthat imports:package:hubble_widget_library/widgets/cached_network_image/cached_network_image_dart_io.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_widget_library/bloc/form_field.dartthat imports:package:hubble_widget_library/v3_design_system/v3_design_system.dartthat imports:package:hubble_widget_library/widgets/cached_network_image.dartthat imports:package:hubble_widget_library/widgets/cached_network_image/cached_network_image_dart_io.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.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 197 issues. Showing the first 2:
ERROR: The argument type 'TabBarTheme' can't be assigned to the parameter type 'TabBarThemeData?'.
lib/ui/theme/app_theme.dart:58:20
╷
58 │ tabBarTheme: const TabBarTheme(
│ ┌────────────────────^
59 │ │ labelColor: Color(0xFF505050),
60 │ │ indicator: BoxDecoration(
61 │ │ border: Border(),
62 │ │ gradient: LinearGradient(
63 │ │ colors: [Color(0xFF04F5D5), Color(0xFF376CF7)],
64 │ │ transform: GradientRotation(1.2),
65 │ │ ),
66 │ │ ),
67 │ │ ),
│ └───────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ui/theme/app_theme.dart
ERROR: A value of type 'TabBarThemeData' can't be assigned to a variable of type 'TabBarTheme'.
lib/widgets/custom_tabbar.dart:142:37
╷
142 │ final TabBarTheme tabBarTheme = TabBarTheme.of(context);
│ ^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/custom_tabbar.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 | |
cached_network_image |
>=3.3.0 <4.0.0 |
3.3.1 | 3.4.1 | |
dart_date |
>=1.1.1 <2.0.0 |
1.5.3 | 1.5.3 | |
dotted_line |
>=3.1.0 <4.0.0 |
3.2.3 | 3.2.3 | |
extended_sliver |
>=2.1.3 <3.0.0 |
2.1.3 | 2.1.3 | |
flutter_animate |
>=4.1.1+1 <5.0.0 |
4.5.2 | 4.5.2 | |
flutter_bloc |
>=8.1.1 <9.0.0 |
8.1.6 | 9.1.1 | |
flutter_cache_manager |
>=3.3.0 <4.0.0 |
3.3.1 | 3.4.1 | |
flutter_markdown |
>=0.6.13 <0.7.0 |
0.6.23 | 0.7.7+1 | Discontinued |
flutter_svg |
>=2.0.7 <3.0.0 |
2.2.3 | 2.2.3 | |
fpdart |
>=1.1.0 <2.0.0 |
1.2.0 | 1.2.0 | |
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 | |
google_fonts |
>=6.1.0 <7.0.0 |
6.3.3 | 7.0.2 | |
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_http_extensions_protobuf |
0.6.12 |
0.6.12 | 0.6.12 | |
infinite_scroll_pagination |
>=4.0.0 <5.0.0 |
4.1.0 | 5.1.1 | |
json_annotation |
>=4.7.0 <5.0.0 |
4.9.0 | 4.9.0 | |
linked_scroll_controller |
>=0.2.0 <0.3.0 |
0.2.0 | 0.2.0 | |
lottie |
>=2.2.0 <3.0.0 |
2.7.0 | 3.3.2 | |
markdown |
>=7.1.0 <8.0.0 |
7.3.0 | 7.3.0 | |
marquee |
>=2.2.3 <3.0.0 |
2.3.0 | 2.3.0 | |
path_provider |
>=2.0.10 <3.0.0 |
2.1.5 | 2.1.5 | |
provider |
>=6.0.5 <7.0.0 |
6.1.5+1 | 6.1.5+1 | |
screenshot |
>=2.1.0 <3.0.0 |
2.5.0 | 3.0.0 | |
scrollable_positioned_list |
>=0.3.5 <0.4.0 |
0.3.8 | 0.3.8 | |
share_plus |
>=7.0.0 <8.0.0 |
7.2.2 | 12.0.1 | |
simple_html_css |
>=4.0.0 <5.0.0 |
4.0.1 | 5.0.0 | |
sliver_tools |
>=0.2.12 <0.3.0 |
0.2.12 | 0.2.12 | |
smooth_page_indicator |
>=1.0.0+2 <2.0.0 |
1.2.1 | 2.0.1 | |
styled_text |
>=8.1.0 <9.0.0 |
8.1.0 | 9.0.0 | |
transparent_image |
>=2.0.0 <3.0.0 |
2.0.1 | 2.0.1 | |
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_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 | |
dio |
- | 5.9.0 | 5.9.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
event_bus |
- | 2.0.1 | 2.0.1 | |
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_shaders |
- | 0.1.3 | 0.1.3 | |
flutter_staggered_grid_view |
- | 0.7.0 | 0.7.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
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 | |
intl |
- | 0.18.1 | 0.20.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.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_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 | |
share_plus_platform_interface |
- | 3.4.0 | 6.1.0 | |
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 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
timeago |
- | 3.7.1 | 3.7.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.
Found 12 issues. Showing the first 2:
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.
The constraint `>=0.6.13 <0.7.0` on flutter_markdown does not support the stable version `0.7.0`.
Try running dart pub upgrade --major-versions flutter_markdown to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 4 errors:
ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/ui/theme/app_theme.dart:58:20- The argument type 'TabBarTheme' can't be assigned to the parameter type 'TabBarThemeData?'.INVALID_ASSIGNMENT-lib/widgets/custom_tabbar.dart:142:37- A value of type 'TabBarThemeData' can't be assigned to a variable of type 'TabBarTheme'.INVALID_ASSIGNMENT-lib/widgets/custom_tabbar.dart:854:37- A value of type 'TabBarThemeData' can't be assigned to a variable of type 'TabBarTheme'.
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.