bank_card_ui 0.0.1 copy "bank_card_ui: ^0.0.1" to clipboard
bank_card_ui: ^0.0.1 copied to clipboard

A Flutter package for creating a customizable and animated bank card widget. This widget allows users to flip between the front and back sides of a bank card, displaying card details like the card num [...]

130/ 160
pub points
35
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Failed to verify repository URL.

pubspec.yaml from the repository has no repository or homepage URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: bank_card_ui,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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

14 out of 52 API elements (26.9 %) have documentation comments.

Some symbols that are missing documentation: bank_card_controller, bank_card_controller.BankCardController, bank_card_controller.BankCardController.$configureLifeCycle, bank_card_controller.BankCardController.BankCardController.new, bank_card_controller.BankCardController.addListenerId.

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

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 3 issues. Showing the first 2:

INFO: 'scale' is deprecated and shouldn't be used. Use scaleByVector3, scaleByVector4, or scaleByDouble instead.

lib/bank_card_ui.dart:48:25

   ╷
48 │                       ..scale(-1.0, 1.0, 1.0), // Flip the back side
   │                         ^^^^^
   ╵

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/bank_card_ui.dart:83:33

   ╷
83 │             color: Colors.black.withOpacity(0.3),
   │                                 ^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest Notes
credit_card_type_detector ^3.0.0 3.0.0 3.0.0
get ^4.6.6 4.7.3 4.7.3
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.0
meta - 1.17.0 1.18.2
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.11, Flutter 3.41.4, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
35
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating a customizable and animated bank card widget. This widget allows users to flip between the front and back sides of a bank card, displaying card details like the card number, cardholder's name, expiration date, CVV, and more. The widget also includes input fields for card details with formatters ensuring consistent and valid entries.

License

MIT (license)

Dependencies

credit_card_type_detector, flutter, get

More

Packages that depend on bank_card_ui