Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.)
- Host: GitHub
- URL: https://github.com/darshn-n/pretty_textfield
- Owner: darshn-n
- License: other
- Created: 2022-08-24T18:55:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T14:25:09.000Z (about 2 years ago)
- Last Synced: 2024-08-03T14:07:01.393Z (3 months ago)
- Language: Dart
- Size: 1.02 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 atUnless 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.