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

A Flutter package for entering Uzbekistan license plates.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:avto_raqam/avto_raqam.dart';

void main() => runApp(const MyApp());

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Avto Raqam Demo',
      home: Scaffold(
        appBar: AppBar(title: const Text('Avto Raqam Demo')),
        body: Padding(
          padding: const EdgeInsets.all(16),
          child: AvtoRaqamInput(
            onChanged: (plate) {
              debugPrint("Kiritilgan raqam: $plate");
            },
          ),
        ),
      ),
    );
  }
}
1
likes
150
points
27
downloads

Publisher

verified publisherugvey.uz

Weekly Downloads

A Flutter package for entering Uzbekistan license plates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on avto_raqam