ShadyBoukhary / flutter_clean_architecture

Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
https://pub.dartlang.org/packages/flutter_clean_architecture
MIT License
691 stars 172 forks source link

Web support for BackgroundUseCase #65

Open limcheekin opened 3 years ago

limcheekin commented 3 years ago

I think it is a waste when flutter developers walk away from the flutter_clean_architecture package due to many think that it doesn't support web.

I just come across the following package which might enable background processing support in web: https://pub.dev/packages/worker_manager

Hopefully, we'll see full web support for the flutter_clean_architecture package soon.

Good Friday! :)

ShadyBoukhary commented 3 years ago

Would this also work on mobile (non-web)?

limcheekin commented 3 years ago

I think yes, but I think it is not fully support web yet, just digged out this issue https://github.com/Renesanse/worker_manager/issues/16

limcheekin commented 3 years ago

It is limited support web at the moment according to this issue https://github.com/Renesanse/worker_manager/issues/5