flutter_custom_textfields 0.0.6+2 copy "flutter_custom_textfields: ^0.0.6+2" to clipboard
flutter_custom_textfields: ^0.0.6+2 copied to clipboard

A Flutter package with customizable text fields, regex validation, and OTP input support with leading/trailing icons.

example/lib/main.dart

import 'package:example/form_example.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Phone Input Demo',
      theme: ThemeData(primarySwatch: Colors.blue, useMaterial3: true),

      /// Please check the Github Repository under Form Example Class.
      home: const FormExample(),
    );
  }
}
0
likes
150
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package with customizable text fields, regex validation, and OTP input support with leading/trailing icons.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

camera, connectivity_plus, dio, exif_reader, flutter, geocoding, geolocator, image, image_gallery_saver_plus, image_picker, intl, latlong2, logger, path_provider, permission_handler, pinput, share_plus, syncfusion_flutter_datepicker

More

Packages that depend on flutter_custom_textfields