Skip to content

Commit

Permalink
Update tip 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Apr 23, 2024
1 parent 318c732 commit 0490419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ This repo now has a companion app! [Download it here](https://fluttertips.dev/)
| 10 | [How to Generate Fake data with the Faker package](tips/0010-how-to-generate-fake-data-with-the-faker-package/index.md) | [link](https://twitter.com/biz84/status/1438096427306168324) | | [link](https://codewithandrea.com/articles/chat-messaging-ui-flutter/) |
| 9 | [Chat UI with message bubbles (revisited)](tips/0009-chat-ui-with-message-bubbles-revisited/index.md) | [link](https://twitter.com/biz84/status/1437692261672919041) | | [link](https://codewithandrea.com/articles/chat-messaging-ui-flutter/) |
| 8 | [Chat UI with message bubbles](tips/0008-chat-ui-with-message-bubbles/index.md) | [link](https://twitter.com/biz84/status/1437409386423521282) | | [link](https://codewithandrea.com/articles/chat-messaging-ui-flutter/) |
| 7 | [How to set the border radius on a Flutter container](tips/0007-how-to-set-the-border-radius-on-a-flutter-container/index.md) | [link](https://twitter.com/biz84/status/1437111434656329730) | | [link](https://codewithandrea.com/tips/rounded-border-widget-flutter/) |
| 7 | [How to set the border radius on a Flutter widget](tips/0007-how-to-set-the-border-radius-on-a-flutter-container/index.md) | [link](https://twitter.com/biz84/status/1437111434656329730) | | [link](https://codewithandrea.com/tips/rounded-border-widget-flutter/) |
| 6 | [Flutter Fix all command](tips/0006-flutter-fix-all-command/index.md) | [link](https://twitter.com/biz84/status/1436734716271644681) | | |
| 5 | [Use the DevTools to identify Jank and Shader compilation issues](tips/0005-use-the-devtools-to-identify-jank-and-shader-compilation-issues/index.md) | [link](https://twitter.com/biz84/status/1436356730380816388) | | |
| 4 | [Flutter Lints package](tips/0004-flutter-lints-package/index.md) | [link](https://twitter.com/biz84/status/1436011664747503616) | | |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A couple things to note:

### Also published on codewithandrea.com 👇

- [How to add Rounded Borders to a Widget in Flutter](https://codewithandrea.com/tips/rounded-border-widget-flutter/)
- [Use DecoratedBox to add Rounded Borders to a Widget in Flutter](https://codewithandrea.com/tips/rounded-border-widget-flutter/)

---

Expand Down

0 comments on commit 0490419

Please sign in to comment.