mm_nrc_kit 1.0.0 copy "mm_nrc_kit: ^1.0.0" to clipboard
mm_nrc_kit: ^1.0.0 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(
  language: NrcLanguage.myanmar,
  onCompleted: (value) {
    debugPrint("onCompleted : $value");
  },
  onChanged: (value) {
    debugPrint("onChanged : $value");
  },
)
NRCField(
  language: NrcLanguage.english,
  nrcValue: "8/MAKANA(N)123456",
  leadingTitleColor: Colors.black,
  backgroundColor: Colors.white,
  pickerItemColor: Colors.black,
  borderColor: Colors.white,
  borderRadius: 10,
  borderWidth: 0.4,
  contentPadding:
      const EdgeInsets.symmetric(horizontal: 16, vertical: 0),
  onCompleted: (value) {
    debugPrint("onCompleted : $value");
  },
  onChanged: (value) {
    debugPrint("onChanged : $value");
  },
)
NRCField(
  language: NrcLanguage.myanmar,
  nrcValue: "၈/မကန(နိုင်)၁၂၃၄၅၆",
  leadingTitleColor: Colors.black,
  backgroundColor: Colors.white,
  pickerItemColor: Colors.black,
  borderColor: Colors.white,
  borderRadius: 10,
  borderWidth: 0.4,
  contentPadding:
      const EdgeInsets.symmetric(horizontal: 16, vertical: 0),
  onCompleted: (value) {
    debugPrint("onCompleted : $value");
  },
  onChanged: (value) {
    debugPrint("onChanged : $value");
  },
)
4
likes
0
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

Myanmar NRC UI Kit

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on mm_nrc_kit