diff --git a/README.md b/README.md index 0ef61dd..9ca43de 100644 --- a/README.md +++ b/README.md @@ -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) | | | diff --git a/tips/0007-how-to-set-the-border-radius-on-a-flutter-container/index.md b/tips/0007-how-to-set-the-border-radius-on-a-flutter-container/index.md index eda77c4..7683495 100644 --- a/tips/0007-how-to-set-the-border-radius-on-a-flutter-container/index.md +++ b/tips/0007-how-to-set-the-border-radius-on-a-flutter-container/index.md @@ -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/) ---