circular_textfield 0.0.5 copy "circular_textfield: ^0.0.5" to clipboard
circular_textfield: ^0.0.5 copied to clipboard

A circular textfield widget for your apps. This widget makes our TextField come as circular by default. We can also add the icon we want with the icon parameter.

Developer Challenge

circular_textfield #


A circular textfield widget for your apps. This widget makes our TextField come as circular by default. We can also add the icon we want with the icon parameter.

screenshot

Usage #


First, add the circular_textfield package to your pubspec dependencies.

To import CircularTextField:

import 'package:circular_textfield/circular_textfield.dart';

To use CircularTextField:

return Scaffold(
      body: Center(
        child: CircularTextField(
          icon: Icons.access_time,
          width: 250,
          hasIcon: true,
        ),
      ),
    );

0
likes
140
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A circular textfield widget for your apps. This widget makes our TextField come as circular by default. We can also add the icon we want with the icon parameter.

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on circular_textfield