parse-community / Parse-SDK-Flutter

The Dart/Flutter SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
573 stars 188 forks source link

Update for wasm #998

Open sgehrman opened 3 months ago

sgehrman commented 3 months ago

real simple.

Include package "web"

replace 'dart:html' with ... import 'package:web/web.dart' as web;

parse-github-assistant[bot] commented 3 months ago

Thanks for opening this issue!

mbfakourii commented 3 months ago

@sgehrman

We will be happy to open a PR for this issue