精美的文本框

第一个开源的 Flutter 版精美的 Material Design 文本框。(更多设计的文本框即将推出。)

特点

[*] 兼容 Android 和 iOS。

  • [✓] 可自定义的文本框属性。
  • [✓] 精美的字体样式
  • [✓] 用户自定义文本控制器
  • [✓] 完全响应式
  • [✓] 加载指示器功能(即将推出)

请给予一些❤️并点亮仓库以支持该项目

截图

       

用法

示例

创建和维护者

Darshan N

如果您觉得这个项目有帮助,或者从源代码中学到了东西,想感谢我,请发送邮件至 [email protected]

许可证

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.

入门

为了帮助您开始使用 Flutter,请查看我们的在线 文档

用法

    dependencies:
        flutter:
            sdk: flutter
        pretty_textfield:

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

附加信息

此包轻量级,并包含基本 TextField 的所有属性。

GitHub

查看 Github