By using this package, you will be able to easily create a beautiful bottom navigation bar in flutter and use it on diffrent Os, here is the documantation about how to use it💡
🟢داکیومنت فارسی در مورد نحوه استفاده از این پکیج در آینده نوشته خواهد شد
Use it wherever you want: ✅
IranBanks(
height: 200,
width: 300,
usernameAndFamily: "طاها اهوازی",
expCartMonth: "06",
expCartYear: "05",
shabbaNumber: "23456756736754747846",
cvv2: "6118",
cartNumber: 123456789101112,
shomarehHesab: "12344567845234",
banktype: bankType,
),
copied to clipboard
The arguments needed for (ClassicButtomNavBar) 🟢
Parameter |
Type |
Description |
usernameAndFamily |
String |
Required. color of container |
Parameter |
Type |
Description |
expCartMonth |
String |
Required. data of exp Cart in month |
Parameter |
Type |
Description |
expCartYear |
double |
Required. data of exp Cart in year |
Parameter |
Type |
Description |
height |
double |
Required. height of the Iran banks |
Parameter |
Type |
Description |
width |
double |
Required. width of the Iran banks : |
Parameter |
Type |
Description |
shabbaNumber |
String |
required. shabbaNumber of the user |
Parameter |
Type |
Description |
cvv2 |
String |
required. cvv2 of the user |
Parameter |
Type |
Description |
cartNumber |
int |
required. cartNumber of the user |
Parameter |
Type |
Description |
shomarehHesab |
String |
required. shomarehHesab of the user |
Parameter |
Type |
Description |
banktype |
BankTypes |
required. banktype of the enum |
MIT