You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import 'dart:js';
var hoodie = context['hoodie'];
bool b = hoodie.hasProperty('connectionStatus'); // b = true
var h = hoodie['connectionStatus'].callMethod('check'); // this errors
The last line errors in the browser console with:
client.js:29746 HEAD http://localhost:8081/hoodie 404 (Not Found)
So it looks like it's using the port that the Angular app is running on.
So just want to ask is it possible to use Hoodie with Dart / Flutter apps? Thanks.
The text was updated successfully, but these errors were encountered:
Hi Hoodies,
I've started hoodie at http://localhost:8080.
In Angular Dart (running on port 8081) I've imported the hoodie client in index.html:
Then in the code:
The last line errors in the browser console with:
So it looks like it's using the port that the Angular app is running on.
So just want to ask is it possible to use Hoodie with Dart / Flutter apps? Thanks.
The text was updated successfully, but these errors were encountered: