Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darshn-n/pretty_textfield

First Open Source Flutter based Beautiful Material Design Text fields.(More designed text fields coming soon.)
https://github.com/darshn-n/pretty_textfield

Last synced: 3 days ago
JSON representation

First Open Source Flutter based Beautiful Material Design Text fields.(More designed text fields coming soon.)

Awesome Lists containing this project

README

        

# Pretty text field

First Open Source Flutter based Beautiful Material Design Text fields.(More designed text fields coming soon.)

## Features

[*] Compatible on Android and iOS.

* [✓] Customizable textfield properties.
* [✓] Beautiful FontStyles
* [✓] User defined text controller
* [✓] Fully Responsive
* [✓] Loading indicator function (Coming Soon)

### Show some :heart: and star the repo to support the project

### Screenshots

       

### Usage

[Example](https://github.com/darshn-n/pretty_textfield/blob/master/example/example_app.dart)

### Created & Maintained By

[Darshan N](https://github.com/darshn-n)

> If you found this project helpful or you learned something from the source code and want to thank me

# License

Copyright 2022 Darshan N

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

## Getting started

For help getting started with Flutter, view our online
[documentation](https://flutter.dev/).

## Usage

* To add the following dependency to your [pubspec.yaml](https://github.com/darshn-n/pretty_textfield)

```yaml
dependencies:
flutter:
sdk: flutter
pretty_textfield:
```

```dart
PrettyTextField(
width: 350,
labelText: "Enter Your Name",
controller: controller.text;
);
```

## Additional information

This package is Light-weight with every properties of basic TextField.