Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoaudy committed Feb 3, 2023
1 parent c3f9eff commit 38d8201
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.3] - 03/02/2023

- Code formatting standard
- Update sample
- Update Readme & Changelog

## [2.0.2] - 03/02/2023

- Add code block documentation
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In your flutter or dart project add the dependency:
```yml
dependencies:
...
dpad_container: ^2.0.1
dpad_container: ^2.0.3
```
For help getting started with Flutter, view the online
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.2"
version: "2.0.3"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dpad_container
description: Dpad container focus navigation support for android TV. Allow you to navigate widgets and get focused, just wrap your widget and that's it!
version: 2.0.2
version: 2.0.3
homepage: https://github.com/nicoaudy/dpad_container

environment:
Expand Down

0 comments on commit 38d8201

Please sign in to comment.