credit_card_flag_detector 1.0.0+3 copy "credit_card_flag_detector: ^1.0.0+3" to clipboard
credit_card_flag_detector: ^1.0.0+3 copied to clipboard

A package that detects credit card types based on the current credit card number patterns

example/lib/main.dart

import 'package:flutter/material.dart';

import 'screen.dart';

void main() {
  runApp(const MainApp());
}

class MainApp extends StatelessWidget {
  const MainApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: AddCreditCardScreen(),
    );
  }
}
17
likes
0
pub points
62%
popularity

Publisher

verified publisherflutterbrasil.com

A package that detects credit card types based on the current credit card number patterns

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on credit_card_flag_detector