Skip to content

Commit

Permalink
Fix typo in README and update images.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernaferrari committed Jul 6, 2020
1 parent 5038c2e commit 7e843e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ When finding the unknown (a `Group` or `Frame` with more than one child and no v
- **Align:** currently items are aligned inside a Row/Column according to their average position. Todo: find a way to improve this.
- **Unreadable code:** output code is not formatted, but even [dartpad](https://dartpad.dev/) offers a format button.
- **Stack:** in some simpler cases, a `Stack` could be replaced with a `Container` and a `BoxDecoration`. Discover those cases and optimize them.
- **Material Styles**: texts could be matched to existing Material styles (like outputting `Headline6` when text size is 20).
- **Material Styles**: text could be matched to existing Material styles (like outputting `Headline6` when text size is 20).
- **Identify FlatButtons**: the plugin could identify specific buttons and output them instead of always using `Container` or `Material`.

## How to build the project
Expand Down
Binary file modified assets/examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7e843e8

Please sign in to comment.