guyluz11 / infinite_horizons

Using this app your study and work session efficiency can increase dramatically by following methods that got approved by science
GNU Affero General Public License v3.0
16 stars 11 forks source link

Support flutter web #166

Closed guyluz11 closed 1 month ago

guyluz11 commented 1 month ago

When trying to run on web we are getting the following error Rejecting promise with error: TypeError: Cannot set properties of undefined (setting 'nativeCommunication')

I have traced it down to the package youtube_player_flutter, and to flutter_inappwebview

guyluz11 commented 1 month ago

Done