shared_ui_components 0.2.4 copy "shared_ui_components: ^0.2.4" to clipboard
shared_ui_components: ^0.2.4 copied to clipboard

A shared library for `BeWell-Consumer` and `SladeAdvantage` that is responsible for rendering and exposing dumb widgets and ui components

70/ 160
pub points
244
downloads

We analyzed this package 2 days ago, and awarded it 70 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 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

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

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

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

OUT: Documenting shared_ui_components... Discovering libraries... Linking elements... Precaching local docs for 760140 elements... Initialized dartdoc with 1861 libraries Generating docs for library buttons.dart from package:shared_ui_components/buttons.dart... Generating docs for library profile_banner.dart from package:shared_ui_components/profile_banner.dart... Generating docs for library verify_phone_otp.dart from package:shared_ui_components/verify_phone_otp.dart... Generating docs for library badge.dart from package:shared_ui_components/badge.dart... Generating docs for library coming_soon_page.dart from package:shared_ui_components/coming_soon_page.dart... [10 more lines] ERR: warning: unresolved doc reference [HH:MM AM/PM] from time_picker.SILTimePicker: (file:///tmp/pana_IMBDQN/lib/src/time_picker.dart:40:7) warning: unresolved doc reference [TimeOfDay(20:22] from time_picker.SILTimePicker: (file:///tmp/pana_IMBDQN/lib/src/time_picker.dart:40:7) warning: unresolved doc reference [8:22 PM] from time_picker.SILTimePicker: (file:///tmp/pana_IMBDQN/lib/src/time_picker.dart:40:7)

dartdoc 8.3.4 (/tmp/analyzerSVLZIP/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.9.2.snapshot) failed: Stack Overflow #0 RangeError.checkValidRange (dart:core/errors.dart:375:3) #1 List.sublist (dart:core-patch/growable_array.dart:84:38) [70 more lines]

Passed check 10/10 points: Package has an example

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

Passed check 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:shared_ui_components/coming_soon_page.dart that imports:
  • package:shared_ui_components/src/coming_soon_page.dart that imports:
  • package:misc_utilities/responsive_widget.dart that imports:
  • package:misc_utilities/src/responsive_widget.dart that imports:
  • package:misc_utilities/misc.dart that imports:
  • package:misc_utilities/src/misc.dart that imports:
  • package:app_wrapper/app_wrapper.dart that imports:
  • package:app_wrapper/src/device_capabilities.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:shared_ui_components/coming_soon_page.dart that imports:
  • package:shared_ui_components/src/coming_soon_page.dart that imports:
  • package:misc_utilities/responsive_widget.dart that imports:
  • package:misc_utilities/src/responsive_widget.dart that imports:
  • package:misc_utilities/misc.dart that imports:
  • package:misc_utilities/src/misc.dart that imports:
  • package:app_wrapper/app_wrapper.dart that imports:
  • package:app_wrapper/src/device_capabilities.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:shared_ui_components/coming_soon_page.dart that imports:
  • package:shared_ui_components/src/coming_soon_page.dart that imports:
  • package:misc_utilities/responsive_widget.dart that imports:
  • package:misc_utilities/src/responsive_widget.dart that imports:
  • package:misc_utilities/misc.dart that imports:
  • package:misc_utilities/src/misc.dart that imports:
  • package:app_wrapper/app_wrapper.dart that imports:
  • package:app_wrapper/src/device_capabilities.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:shared_ui_components/coming_soon_page.dart that imports:
  • package:shared_ui_components/src/coming_soon_page.dart that imports:
  • package:misc_utilities/responsive_widget.dart that imports:
  • package:misc_utilities/src/responsive_widget.dart that imports:
  • package:misc_utilities/misc.dart that imports:
  • package:misc_utilities/src/misc.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 0/50 points: code has no errors, warnings, lints, or formatting issues

Found 30 issues. Showing the first 2:

ERROR: The getter 'bodyText1' isn't defined for the type 'TextTheme'.

lib/src/bewell_select_input.dart:53:48

   ╷
53 │             style: Theme.of(context).textTheme.bodyText1,
   │                                                ^^^^^^^^^
   ╵

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

ERROR: The named parameter 'primary' isn't defined.

lib/src/buttons.dart:94:9

   ╷
94 │         primary: Colors.transparent,
   │         ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/buttons.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
flutter_spinkit ^5.1.0 5.2.2 5.2.2
flutter_svg ^1.1.5 1.1.6 2.2.1
http ^0.13.5 0.13.6 1.5.0
intl ^0.17.0 0.17.0 0.20.2
material_design_icons_flutter ^5.0.6996 5.0.6996 7.0.7296
misc_utilities ^0.2.3 0.2.3 0.2.3
pin_code_text_field ^1.8.0 1.8.0 1.8.0
platform ^3.1.0 3.1.6 3.1.6
rxdart ^0.27.5 0.27.7 0.28.0
shared_themes ^0.2.0 0.2.0 0.2.0
sms_autofill ^2.2.0 2.4.1 2.4.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 85.0.0 89.0.0
analyzer - 7.7.1 8.2.0
app_wrapper - 0.2.2 0.2.2
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
async_redux - 16.1.0 25.4.0
boolean_selector - 2.1.2 2.1.2
build - 2.4.2 4.0.1
build_config - 1.2.0 1.2.0
camera - 0.8.1+7 0.11.2
camera_platform_interface - 2.11.0 2.11.0
characters - 1.4.0 1.4.1
checked_yaml - 2.0.4 2.0.4
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
dart_style - 3.1.1 3.1.2
dartz - 0.10.1 0.10.1
domain_objects - 0.2.2 0.2.2
dotted_border - 2.1.0 3.1.0
fast_immutable_collections - 7.4.3 11.0.4
ffi - 2.1.4 2.1.4
file - 6.1.4 7.0.1
file_picker - 5.5.0 10.3.3
file_selector_linux - 0.9.3+2 0.9.3+2
file_selector_macos - 0.9.4+4 0.9.4+4
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+4 0.9.3+4
flutter_graphql_client - 0.2.2 0.2.2
flutter_image_compress - 1.1.3 2.4.0
flutter_plugin_android_lifecycle - 2.0.30 2.0.30
freezed - 2.5.8 3.2.3
freezed_annotation - 2.4.4 3.1.0
glob - 2.1.3 2.1.3
google_fonts - 2.3.3 6.3.2
gql - 0.13.1 1.0.1
http_parser - 4.1.2 4.1.2
image_picker - 0.8.9 1.2.0
image_picker_android - 0.8.13+3 0.8.13+3
image_picker_for_web - 2.2.0 3.1.0
image_picker_ios - 0.8.13 0.8.13
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2 0.2.2
image_picker_platform_interface - 2.11.0 2.11.0
image_picker_windows - 0.2.2 0.2.2
json_annotation - 4.9.0 4.9.0
json_serializable - 6.9.5 6.11.1
local_auth - 1.1.11 2.3.0
logging - 1.3.0 1.3.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
mime - 1.0.6 2.0.0
package_config - 2.2.0 2.2.0
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.18 2.2.18
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
pedantic - 1.11.1 1.11.1 Discontinued
petitparser - 7.0.1 7.0.1
pin_input_text_field - 4.5.2 4.5.2
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
pubspec_parse - 1.5.0 1.5.0
quiver - 3.2.2 3.2.2
source_gen - 2.0.0 4.0.1
source_helper - 1.3.7 1.3.8
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
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
test_api - 0.7.7 0.7.7
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.2 6.3.2
url_launcher_android - 6.3.23 6.3.23
url_launcher_ios - 6.3.4 6.3.4
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.3 3.2.3
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
vector_math - 2.2.0 2.2.0
watcher - 1.1.4 1.1.4
weak_map - 2.1.0 4.0.1
web - 1.1.1 1.1.1
win32 - 5.14.0 5.14.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 5 issues. Showing the first 2:

The constraint `^1.1.5` on flutter_svg does not support the stable version `2.0.0`.

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

The constraint `^0.13.5` on http does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions http 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 13 errors:

  • UNDEFINED_GETTER - lib/src/bewell_select_input.dart:53:48 - The getter 'bodyText1' isn't defined for the type 'TextTheme'.
  • UNDEFINED_NAMED_PARAMETER - lib/src/buttons.dart:94:9 - The named parameter 'primary' isn't defined.
  • UNDEFINED_GETTER - lib/src/inputs.dart:325:18 - The getter 'headline4' isn't defined for the type 'TextTheme'.

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.22.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
70
points
244
downloads

Publisher

verified publishersavannahghi.org

Weekly Downloads

A shared library for `BeWell-Consumer` and `SladeAdvantage` that is responsible for rendering and exposing dumb widgets and ui components

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_spinkit, flutter_svg, http, intl, material_design_icons_flutter, misc_utilities, pin_code_text_field, platform, rxdart, shared_themes, sms_autofill

More

Packages that depend on shared_ui_components