SupposedlySam / firefuel

A Firebase Cloud Firestore architecture to jump-start your project
MIT License
8 stars 1 forks source link

feat: [package:firefuel_core] add universal_io to support web #52

Closed SupposedlySam closed 3 years ago

SupposedlySam commented 3 years ago

Project Card Link Resolves #50

Reason for Change

We are importing dart:io in the Failure class which isn't compatible with the web.

Proposed Changes

Depend on universal_io and switch out the import for dart:io

Type of Change

Checklist