Skip to content

Commit

Permalink
support null-safety (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky1213 authored Jun 3, 2021
1 parent 2ce095f commit 53ce0b1
Show file tree
Hide file tree
Showing 10 changed files with 1,419 additions and 635 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dart.flutterSdkPath": "/Users/imac/fvm/versions/2.0.6"
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [0.0.1] - TODO: Add release date.

## [0.0.2] - Improvement score

## [1.0.0] - Upgrade SDK 2.0.6 & support null-safety
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hello
# flutter_extended_text_field

A new Flutter package project.
Extend official TextField widget, support focus without pop-up keyboard.

## Getting Started

Expand Down
776 changes: 427 additions & 349 deletions lib/editable_text.dart

Large diffs are not rendered by default.

Loading

0 comments on commit 53ce0b1

Please sign in to comment.