uz_car_number_picker 1.0.2 copy "uz_car_number_picker: ^1.0.2" to clipboard
uz_car_number_picker: ^1.0.2 copied to clipboard

A highly customizable Uzbekistan car plate number picker with Glassmorphism, localization (UZ, RU, EN), and physical/legal entity support.

example/lib/main.dart

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

void main() => runApp(const MaterialApp(home: ExampleHome()));

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

  @override
  Widget build(BuildContext context) {
    return const Scaffold(
      backgroundColor: Colors.black,
      body: Center(
        child: UzCarNumberPicker(),
      ),
    );
  }
}
1
likes
140
points
140
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A highly customizable Uzbekistan car plate number picker with Glassmorphism, localization (UZ, RU, EN), and physical/legal entity support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, glassmorphism

More

Packages that depend on uz_car_number_picker