Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Mar 20, 2021
1 parent 49ed724 commit d8d1168
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## [0.0.1] - TODO: Add release date.
## [0.0.1] - 2021.03.20

* Initial release

* TODO: Describe initial release.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit d8d1168

Please sign in to comment.