bank_ui_kit 0.0.1
bank_ui_kit: ^0.0.1 copied to clipboard
A themeable Flutter UI component library for mobile banking and fintech apps. RTL-aware, privacy-aware, accessible widgets that compose into any host app.
We analyzed this package 8 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
3627 out of 4697 API elements (77.2 %) have documentation comments.
Some symbols that are missing documentation: bank_ui_kit.BankAccount, bank_ui_kit.BankAccount.BankAccount.new, bank_ui_kit.BankAccount.balance, bank_ui_kit.BankAccount.copyWith, bank_ui_kit.BankAccount.currencyCode.
10/10 points: Package has an example and has no issues with screenshots
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: 'activeColor' is deprecated and shouldn't be used. Use activeThumbColor instead. This feature was deprecated after v3.31.0-2.0.pre.
lib/src/accounts/bank_early_payday_card.dart:334:21
╷
334 │ activeColor: accent,
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/accounts/bank_early_payday_card.dart
INFO: 'activeColor' is deprecated and shouldn't be used. Use activeThumbColor instead. This feature was deprecated after v3.31.0-2.0.pre.
lib/src/business/bank_batch_payment_review_sheet.dart:294:27
╷
294 │ activeColor: theme.onPrimary,
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/business/bank_batch_payment_review_sheet.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.0 |
1.19.1 | 1.19.1 | |
decimal |
^3.0.0 |
3.2.4 | 3.2.4 | |
fl_chart |
^0.70.0 |
0.70.2 | 1.2.0 | |
intl |
^0.20.1 |
0.20.3 | 0.20.3 | |
qr |
^3.0.2 |
3.0.2 | 4.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
equatable |
- | 2.1.0 | 2.1.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
path |
- | 1.9.1 | 1.9.1 | |
rational |
- | 2.2.3 | 2.2.3 | |
vector_math |
- | 2.2.0 | 2.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.70.0` on fl_chart does not support the stable version `0.71.0`.
Try running dart pub upgrade --major-versions fl_chart to update the constraint.
The constraint `^3.0.2` on qr does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions qr 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.14, Flutter 3.44.4, Dart 3.12.2.
Check the analysis log for details.
