Skip to content

Commit

Permalink
format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxiangjiang committed Dec 19, 2020
1 parent 27b1e88 commit 3b1c22d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ print(details.name); // Displays the extended name, Portugal.
Currently there's only available `TextInputFormatter` which allows you to dynamically set the dial code dynamically on a `TextFormField`.
```
TextFormField(
keyboardType: TextInputType.phone,
inputFormatters: [DialCodeFormatter()],
);
keyboardType: TextInputType.phone,
inputFormatters: [DialCodeFormatter()],
);
```

# Example app
Expand Down

0 comments on commit 3b1c22d

Please sign in to comment.