Skip to content

Commit

Permalink
Use emojis for better rendering on pub.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Aug 30, 2023
1 parent 30c7e12 commit f411ea6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,22 @@ Could not find 'icon "IconData(U+0E57F)"' as child of [type "MaterialApp" > 'typ

## Roadmap

- [x] Make chainable `WidgetSelector`s
- [x] Print full widget tree when assertions fail
- [x] Allow defining `WidgetSelector` with children
- [x] Allow defining `WidgetSelector` with parents
- [x] Interop with `Finder` API
- [x] Match properties of widgets (via `DiagnosticsNode`)
- [x] Allow matching of nested properties (with checks API)
- [x] Generate code for custom properties for Flutter widgets
- [x] Allow generating code for properties of 3rd party widgets
- [x] Interact with widgets (`act`)
- [x] Allow manually printing a screenshot at certain points
- [ ] More `act` features
- [ ] Print only widget tree of the parent scope when test fails
- [ ] Create screenshot when test fails
- [ ] Automatically create report with screenshots of all user interactions
- [ ] Create interactive HTML page with all widgets and matchers when test fails
- Make chainable `WidgetSelector`s
- Print full widget tree when assertions fail
- Allow defining `WidgetSelector` with children
- Allow defining `WidgetSelector` with parents
- Interop with `Finder` API
- Match properties of widgets (via `DiagnosticsNode`)
- Allow matching of nested properties (with checks API)
- Generate code for custom properties for Flutter widgets
- Allow generating code for properties of 3rd party widgets
- Interact with widgets (`act`)
- Allow manually printing a screenshot at certain points
- ⬜️ More `act` features
- ⬜️ Print only widget tree of the parent scope when test fails
- ⬜️ Create screenshot when test fails
- ⬜️ Automatically create report with screenshots of all user interactions
- ⬜️ Create interactive HTML page with all widgets and matchers when test fails

## Project state

Expand Down

0 comments on commit f411ea6

Please sign in to comment.