bluefireteam / dashbook

Development tools to help you building UI on Flutter
MIT License
392 stars 43 forks source link

refactor: make use of web instead of dart:html #112

Closed immadisairaj closed 8 months ago

immadisairaj commented 8 months ago

with the new dart version, the dart:html will soon not be working in favour of the new web package.

This commit changes to use the web package instead.

Web Migration Guide: https://dart.dev/interop/js-interop/package-web

Note: Tested in local with the latest Flutter 3.19 version and works fine

PS: The 2 checks are failing even before this commit