From d8d1168649f5bdd92082d2fed1ee02eb7c59760f Mon Sep 17 00:00:00 2001 From: Koji Wakamiya Date: Sat, 20 Mar 2021 20:32:32 +0900 Subject: [PATCH] 0.0.1 --- CHANGELOG.md | 5 +++-- README.md | 13 +++---------- pubspec.yaml | 3 +-- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac07159..e8fcf8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ -## [0.0.1] - TODO: Add release date. +## [0.0.1] - 2021.03.20 + +* Initial release -* TODO: Describe initial release. diff --git a/README.md b/README.md index 417db24..c878500 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,7 @@ # password_text_field -A new Flutter package. +PasswordTextField is a TextField that manages the toggle of obscure. -## Getting Started +## How to use -This project is a starting point for a Dart -[package](https://flutter.dev/developing-packages/), -a library module containing code that can be shared easily across -multiple Flutter or Dart projects. - -For help getting started with Flutter, view our -[online documentation](https://flutter.dev/docs), which offers tutorials, -samples, guidance on mobile development, and a full API reference. +Replace your `TextField` or `TextFormField`. diff --git a/pubspec.yaml b/pubspec.yaml index d8822b5..c778428 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,6 @@ name: password_text_field -description: A new Flutter package. +description: PasswordTextField is a TextField that manages the toggle of obscure. version: 0.0.1 -author: Koji Wakamiya homepage: https://github.com/koji-1009/password_text_field environment: