polkawallet_ui 0.5.5+2 copy "polkawallet_ui: ^0.5.5+2" to clipboard
polkawallet_ui: ^0.5.5+2 copied to clipboard

Common used Widgets for polkawallet app.

0
likes
50/ 160
pub points
22%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

failed
Provide documentation
0 / 20trigger folding of the section

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

272 out of 1424 API elements (19.1 %) 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: MainTabBar, MainTabBar.MainTabBar, MainTabBar.MainTabBar.MainTabBar, MainTabBar.MainTabBar.activeTab, MainTabBar.MainTabBar.fontSize.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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:polkawallet_ui/components/accountSelectList.dart that imports:
  • package:polkawallet_sdk/plugin/index.dart that imports:
  • package:polkawallet_sdk/storage/keyringEVM.dart that imports:
  • package:polkawallet_sdk/ethers/apiEthers.dart that imports:
  • package:polkawallet_sdk/service/index.dart that imports:
  • package:polkawallet_sdk/storage/keyring.dart that imports:
  • package:polkawallet_sdk/api/apiKeyring.dart that imports:
  • package:polkawallet_sdk/api/api.dart that imports:
  • package:polkawallet_sdk/api/apiBridge.dart that imports:
  • package:polkawallet_sdk/service/bridge.dart that imports:
  • package:polkawallet_sdk/service/bridgeRunner.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:polkawallet_ui/components/accountSelectList.dart that imports:
  • package:polkawallet_sdk/plugin/index.dart that imports:
  • package:polkawallet_sdk/storage/keyringEVM.dart that imports:
  • package:polkawallet_sdk/ethers/apiEthers.dart that imports:
  • package:polkawallet_sdk/service/index.dart that imports:
  • package:polkawallet_sdk/storage/keyring.dart that imports:
  • package:polkawallet_sdk/api/apiKeyring.dart that imports:
  • package:polkawallet_sdk/api/api.dart that imports:
  • package:polkawallet_sdk/api/apiBridge.dart that imports:
  • package:polkawallet_sdk/service/bridge.dart that imports:
  • package:polkawallet_sdk/service/bridgeRunner.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:polkawallet_ui/components/accountSelectList.dart that imports:
  • package:polkawallet_sdk/plugin/index.dart that imports:
  • package:polkawallet_sdk/storage/keyringEVM.dart that imports:
  • package:polkawallet_sdk/ethers/apiEthers.dart that imports:
  • package:polkawallet_sdk/service/index.dart that imports:
  • package:polkawallet_sdk/storage/keyring.dart that imports:
  • package:polkawallet_sdk/api/apiKeyring.dart that imports:
  • package:polkawallet_sdk/api/api.dart that imports:
  • package:polkawallet_sdk/api/apiBridge.dart that imports:
  • package:polkawallet_sdk/service/bridge.dart that imports:
  • package:polkawallet_sdk/service/bridgeRunner.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:polkawallet_ui/components/accountSelectList.dart that imports:
  • package:polkawallet_sdk/plugin/index.dart that imports:
  • package:polkawallet_sdk/storage/keyringEVM.dart that imports:
  • package:polkawallet_sdk/ethers/apiEthers.dart that imports:
  • package:polkawallet_sdk/service/index.dart that imports:
  • package:polkawallet_sdk/storage/keyring.dart that imports:
  • package:polkawallet_sdk/api/apiKeyring.dart that imports:
  • package:polkawallet_sdk/api/api.dart that imports:
  • package:polkawallet_sdk/api/apiBridge.dart that imports:
  • package:polkawallet_sdk/service/bridge.dart that imports:
  • package:polkawallet_sdk/service/bridgeRunner.dart that imports:
  • package:flutter_inappwebview/flutter_inappwebview.dart that declares support for platforms: Android, iOS.

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.dev/web/wasm for details.

failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 303 issues. Showing the first 2:

ERROR: The getter 'toggleableActiveColor' isn't defined for the type 'ThemeData'.

lib/components/TransferIcon.dart:64:34

   ╷
64 │         return Theme.of(context).toggleableActiveColor;
   │                                  ^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

lib/components/accountInfo.dart:43:26

   ╷
43 │                         .headline5
   │                          ^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
card_swiper ^2.0.3 2.0.4 3.0.1
collection ^1.16.0 1.18.0 1.19.0
dropdown_search ^0.6.3 0.6.3 6.0.1
flutter flutter 0.0.0 0.0.0
flutter_qr_scan ^1.0.7 1.0.7 1.0.7
flutter_screenutil ^5.0.0+2 5.9.3 5.9.3
flutter_svg ^1.0.3 1.1.6 2.0.10+1
intl ^0.17.0 0.17.0 0.19.0
permission_handler ^7.2.0 7.2.0 11.3.1
polkawallet_sdk ^0.5.8+1 0.5.9+4 0.6.2
qr_flutter_fork ^4.0.0 4.0.0 4.0.0
rive ^0.9.0 0.9.1 0.13.13
scrollable_positioned_list ^0.2.3 0.2.3 0.3.8
share_plus ^4.0.9 4.5.3 10.0.2
skeleton_loader ^2.0.0+4 2.0.0+4 2.0.0+4
url_launcher ^6.0.4 6.3.0 6.3.0
webview_flutter ^4.0.7 4.9.0 4.9.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
bip32 - 2.0.0 2.0.0
bip39 - 1.0.6 1.0.6
bs58check - 1.0.2 1.0.2
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
convert - 3.1.1 3.1.1
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.5 3.0.5
decimal - 2.3.3 3.0.2
eip1559 - 0.6.1 0.6.2
eip55 - 1.0.2 1.0.2
ethers - 0.0.1+3 0.0.1+3
ffi - 2.1.3 2.1.3
file - 6.1.4 7.0.0
flutter_aes_ecb_pkcs5 - 0.1.3 0.1.3
flutter_inappwebview - 5.8.0 6.1.1
flutter_plugin_android_lifecycle - 2.0.22 2.0.22
flutter_web_plugins - 0.0.0 0.0.0
get - 4.6.6 4.6.6
get_storage - 2.1.1 2.1.1
graphs - 2.3.2 2.3.2
hex - 0.2.0 0.2.0
http - 0.13.6 1.2.2
http_parser - 4.0.2 4.1.0
image_picker - 0.7.5+4 1.1.2
image_picker_for_web - 2.2.0 3.0.5
image_picker_platform_interface - 2.10.0 2.10.0
js - 0.7.1 0.7.1
json_annotation - 4.9.0 4.9.0
json_rpc_2 - 3.0.2 3.0.2
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
mime - 1.0.6 1.0.6
mobx - 2.3.3+2 2.3.3+2
path - 1.9.0 1.9.0
path_drawing - 1.0.1 1.0.1
path_parsing - 1.0.1 1.0.1
path_provider - 2.1.4 2.1.4
path_provider_android - 2.2.10 2.2.10
path_provider_foundation - 2.4.0 2.4.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
permission_handler_platform_interface - 3.12.0 4.2.3
petitparser - 6.0.2 6.0.2
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 3.9.1
qr - 2.1.0 3.0.2
rational - 2.2.3 2.2.3
sec - 1.1.0 1.1.0
share_plus_linux - 3.0.1 3.0.1
share_plus_macos - 3.0.1 3.0.1
share_plus_platform_interface - 3.4.0 5.0.0
share_plus_web - 3.1.0 3.1.0
share_plus_windows - 3.0.1 4.0.0
shared_preferences - 2.3.2 2.3.2
shared_preferences_android - 2.3.2 2.3.2
shared_preferences_foundation - 2.5.2 2.5.2
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
shimmer - 2.0.0 3.0.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stack_trace - 1.12.0 1.12.0
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.3.0 1.3.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
url_launcher_android - 6.3.10 6.3.10
url_launcher_ios - 6.3.1 6.3.1
url_launcher_linux - 3.2.0 3.2.0
url_launcher_macos - 3.2.1 3.2.1
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.3 2.3.3
url_launcher_windows - 3.1.2 3.1.2
uuid - 3.0.7 4.5.1
vector_math - 2.1.4 2.1.4
wallet - 0.0.13 0.0.13
web - 1.1.0 1.1.0
web3dart - 2.6.1 2.7.3
webview_flutter_android - 3.16.7 3.16.7
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.15.0 3.15.0
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

Found 9 issues. Showing the first 2:

The constraint `^2.0.3` on card_swiper does not support the stable version `3.0.0`.

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

The constraint `^0.6.3` on dropdown_search does not support the stable version `1.0.0`.

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

  • UNDEFINED_GETTER - lib/components/TransferIcon.dart:64:34 - The getter 'toggleableActiveColor' isn't defined for the type 'ThemeData'.
  • UNDEFINED_GETTER - lib/components/accountInfo.dart:43:26 - The getter 'headline5' isn't defined for the type 'TextTheme'.
  • UNDEFINED_GETTER - lib/components/entryPageCard.dart:38:24 - 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.12, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.