https://github.com/MatrixDev/Flutter-CustomWidgets
Writing custom Widgets in Flutter
https://github.com/MatrixDev/Flutter-CustomWidgets
leafrenderobjectwidget multichildrenderobjectwidget singlechildrenderobjectwidget
Last synced: about 1 year ago
JSON representation
Writing custom Widgets in Flutter
- Host: GitHub
- URL: https://github.com/MatrixDev/Flutter-CustomWidgets
- Owner: MatrixDev
- Created: 2021-05-27T09:50:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T10:12:29.000Z (about 5 years ago)
- Last Synced: 2024-11-01T02:02:54.450Z (over 1 year ago)
- Topics: leafrenderobjectwidget, multichildrenderobjectwidget, singlechildrenderobjectwidget
- Language: Dart
- Homepage:
- Size: 1.82 MB
- Stars: 33
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter - Custom Widgets
## Part 1 - EllipsizedText / LeafRenderObjectWidget
[Writing custom Widgets in Flutter (Part 1) — EllipsizedText](https://rlesovyi.medium.com/writing-custom-widgets-in-flutter-part-1-ellipsizedtext-a0efdc1368a8)

## Part 2 - ChildSize / SingleChildRenderObjectWidget
[Writing custom Widgets in Flutter (Part 2.a) — ChildSize (with helpers)](https://rlesovyi.medium.com/writing-custom-widgets-in-flutter-part-2-singlechildrenderobjectwidget-5637fecdf9bb)
[Writing custom Widgets in Flutter (Part 2.b) — ChildSize (no helpers)](https://rlesovyi.medium.com/writing-custom-widgets-in-flutter-part-2-b-childsize-no-helpers-61c578c9bbd2)

## Part 3 - SimpleOverlay / MultiChildRenderObjectWidget
[Writing custom Widgets in Flutter (Part 3.a) — SimpleOverlay (with helpers)](https://rlesovyi.medium.com/writing-custom-widgets-in-flutter-part-3a-simpleoverlay-with-helpers-6b3990db48b6)
[Writing custom Widgets in Flutter (Part 3.b) — SimpleOverlay (no helpers)](https://rlesovyi.medium.com/writing-custom-widgets-in-flutter-part-3-b-simpleoverlay-no-helpers-9ddf45cea983)
