Securrency-OSS / mirai

Mirai is a Server-Driven UI (SDUI) library for Flutter. Mirai allows you to build beautiful cross-platform applications with JSON in real time.
https://pub.dev/packages/mirai
MIT License
490 stars 60 forks source link

feat: Add flutter `Stack` support in `Mirai` #113

Closed i-asimkhan closed 1 year ago

i-asimkhan commented 1 year ago

Description According to official documentation, Stack is a widget that positions its children relative to the edges of its box.

This class is useful if you want to overlap several children in a simple way, for example having some text and an image, overlaid with a gradient and a button attached to the bottom.

Additional Context

For more details please visit the official documentation here

i-asimkhan commented 1 year ago

@loud-at-heart Would you like to take this ?

loud-at-heart commented 1 year ago

@i-asimkhan Sure will give this a shot