A flutter widget that expresses the concept of neuomorphism in UI design
neuomorphic_container A package widget that applies the concept of Neuomorphism in software development using Flutter. Getting Started Neumorphic containers pretends to extrude from the background....
Leer Más
Flutter UI design for a car booking application
Flutter UBER UI Kit A flutter Uber UI Kit inspired by A design on behance 20+ Screens and still making more. Author Garuba OLayemii GitHub
Leer Más
Authentication + Splash Screen Flutter UI with flutter
rest_app Authentication + Splash Screen Flutter UI, UI created getting inspired from one share on dribble with flutter. UI created getting inspired from one share...
Leer Más
Material Design Scaffold for Flutter
responsive_scaffold On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. View Demo View...
Leer Más
A verification code input widget with flutter
verify_code_input A verification code input widget. Usage VerifyCodeInput( onComplete: (String value) { print('Your input code is : $value'); }, ) GitHub
Leer Más
Simple character blocked input that usually used for redeem code
Block Input Simple character blocked input that usually used for redeem code or validation code input. Gallery Usage BlockInput( blockInputKeyboardType: BlockInputKeyboardType.number, blockInputStyle: BlockInputStyle( backgroundColor: Colors.black12,...
Leer Más
A beautiful UX through animation of credit card information input form with flutter
Flutter-Credit-Card-Input-Form This package provides visually beautiful UX through animation of credit card information input form. Installing Add dependency to pubspec.yaml Get the latest version in...
Leer Más
Material & Cupertino SpinBox for Flutter
SpinBox for Flutter SpinBox for Flutter is a numeric input widget with an input field for entering a specific value, and spin buttons for quick,...
Leer Más
A Flutter package provides some implementations of Text Input Formatter
PatternFormatter A Flutter package provides some implementations of Text Input Formatter that format input with pre-defined patterns. How to use import 'package:pattern_formatter/pattern_formatter.dart'; Thousands grouping Integer...
Leer Más
PIN input field widget for Flutter with paste from clipboard functionality
PinPut This widget keeps whole width of parent widget and layouts textfields in a way to create PIN code input field look it accepts string...
Leer Más
A Flutter package for iOS and Android for showing passcode input screen
Flutter - Passcode Lock Screen A Flutter package for iOS and Android for showing passcode input screen, similar to Native iOS. Installation First add passcode_screen...
Leer Más
PIN input field widget for flutter
PinPut 100% Dart based and lightweight PIN input field widget for Flutter. This widget keeps whole width of parent widget and layouts textfields in a...
Leer Más
Flutter widget packages that can be used to input values in the form of currencies
MoneyTextFormField MoneyTextFormField is one of the flutter widget packages that can be used to input values in the form of currencies, by displaying the output...
Leer Más
A Dart widget for entering international telephone numbers with dropdown
Dart Tel Input A Dart widget for entering international telephone numbers with dropdown searching input countries Getting Started Add the following line in your pubspec...
Leer Más
A Flutter package that help you create a verification input
flutter_verification_code_input Verify code input. You can create a verify code input. Installing dependencies: flutter: sdk: flutter flutter_verification_code_input: git: url: git://github.com/tinylife-io/flutter_verification_code_input.git import'package:flutter_verification_code_input/flutter_verification_code_input.dart'; Usage new VerificationCodeInput( keyboardType:...
Leer Más
A Flutter widget for inputting content with a fixed length
code_input A Flutter widget for inputting content with a fixed length, visually treating each character as a separate segment. Usage This is a small example:...
Leer Más