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
478 stars 58 forks source link

fix: Rename scrollView to SingleChildScrollView #252

Closed divyanshub024 closed 2 months ago

divyanshub024 commented 2 months ago

Description

This PR Rename scrollView to SingleChildScrollView and fixes imports and exports in the parsers.

Related Issues

closes #250

Type of Change