mm_nrc_kit

Last updated:

0 purchases

mm_nrc_kit Image
mm_nrc_kit Images
Add to Cart

Description:

mm nrc kit

Myanmar NRC Picker UI Kit for Flutter #



This package is for Myanmar NRC Picker and Number Keyboard.




Usage #


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


Import mm_nrc_kit


import 'package:mm_nrc_kit/mm_nrc_kit.dart';
copied to clipboard

Example

NRCField(
onCompleted: (value) {
debugPrint("onCompleted : $value");
},
onChanged: (value) {
debugPrint("onChanged : $value");
},
)
copied to clipboard
NRCField(
language: NrcLanguage.myanmar,
onCompleted: (value) {
debugPrint("onCompleted : $value");
},
onChanged: (value) {
debugPrint("onChanged : $value");
},
)
copied to clipboard
NRCField(
language: NrcLanguage.english,
onCompleted: (value) {
debugPrint("onCompleted : $value");
},
onChanged: (value) {
debugPrint("onChanged : $value");
},
)
copied to clipboard
NRCField(
language: NrcLanguage.english,
nrcValue: "8/MAKANA(N)123456",
leadingTitleFontSize: 14,
trailingTitleFontSize: 14,
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");
},
)
copied to clipboard
NRCField(
language: NrcLanguage.myanmar,
nrcValue: "၈/မကန(နိုင်)၁၂၃၄၅၆",
leadingTitleFontSize: 14,
trailingTitleFontSize: 14,
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");
},
)
copied to clipboard
Conslusion #

Credit : NRC Data and Util to mm_nrc package
UI/UX inspired by SwiftUI flow

Happy coding Peace✌️

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.