flutter_custom_textfields 0.0.5 copy "flutter_custom_textfields: ^0.0.5" to clipboard
flutter_custom_textfields: ^0.0.5 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),
      home: const FormExample(),
    );
  }
}
0
likes
0
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

License

unknown (license)

Dependencies

camera, flutter, geocoding, geolocator, image, intl, latlong2, path_provider, permission_handler

More

Packages that depend on flutter_custom_textfields