mm_nrc_kit 0.0.3 copy "mm_nrc_kit: ^0.0.3" to clipboard
mm_nrc_kit: ^0.0.3 copied to clipboard

Myanmar NRC UI Kit

Myanmar NRC Picker UI Kit for Flutter #

pub package

Usage #

  1. To use this plugin, add mm_nrc_kit as a dependency in your pubspec.yaml file.

  2. Import mm_nrc_kit

import 'package:mm_nrc_kit/mm_nrc_kit.dart';
  1. Example
NRCField(
  onCompleted: (value) {
    debugPrint("onCompleted : $value");
  },
  onChanged: (value) {
    debugPrint("onChanged : $value");
  },
)
NRCField(
    nrcValue: "8/MaKaNa(N)000000",
    height: 50,
    isExpand: false,
    backgroundColor: Colors.white,
    borderColor: Colors.grey,
    borderWidth: 0.4,
    borderRadius: 10,
    pickerColor: const Color(0xffeeeeee),
    pickerItemColor: Colors.black,
    onCompleted: (value) {
      debugPrint("onCompleted : $value");
    },
    onChanged: (value) {
      debugPrint("onChanged : $value");
    },
  )
4
likes
125
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

Myanmar NRC UI Kit

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on mm_nrc_kit