Category : Bank

NEWTRONIC BANKING Listyo Adi | Mobile Developer Description Newtronic Banking is a mobile application that allows you to manage your bank account and make transactions. This application is built using Flutter. This application is still in the development stage. Features  Authentication Screen  Home Screen  Transaction Screen  Add New Transaction Screen  Status Transaction Screen Requirements Flutter ..

Read more

Mobile Banking App inspired by Twinkle Creative. Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

Flutter Credit Card A Flutter package allows you to easily implement the Credit card’s UI easily with the Card detection. Preview Installing Add dependency to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.dartlang.org dependencies: flutter_credit_card: <latest_version> Import the package import ‘package:flutter_credit_card/flutter_credit_card.dart’; Adding CreditCardWidget With required parameters CreditCardWidget( cardNumber: cardNumber, expiryDate: expiryDate, cardHolderName: cardHolderName, cvvCode: ..

Read more

This package provides visually beautiful UX through the animation of the credit card information input form. Preview Installing Add dependency to pubspec.yamlGet the latest version in the ‘Installing’ tab on pub.dartlang.org dependencies: credit_card_input_form: ^2.0.0 Import the package import ‘package:credit_card_input_form/credit_card_input_form.dart’; Adding CreditCardInputForm With optional parameters CreditCardInputForm( cardHeight: 170, showResetButton : true, onStateChange: (currentState, cardInfo) { print(currentState); print(cardInfo); }, ..

Read more