gibahjoe / keycloak_flutter

Keycloak package for easy integration with flutter applications
BSD 3-Clause "New" or "Revised" License
24 stars 24 forks source link

Just add import to new project and hav now lot of errors #3

Closed JuriSalesski closed 3 years ago

JuriSalesski commented 3 years ago

../../flutter/.pub-cache/hosted/pub.dartlang.org/keycloak_flutter-0.0.2-pre/lib/src/configure_web.dart:1:8: Error: Not found: 'dart:html' import 'dart:html'; ^ ../../flutter/.pub-cache/hosted/pub.dartlang.org/keycloak_flutter-0.0.2-pre/lib/src/configure_web.dart:4:8: Error: Error when reading '../../flutter/packages/flutter_web_plugins/lib/src/navigation/url_strategy.dart': Das System kann den angegebenen Pfad nicht finden.

import 'package:flutter_web_plugins/src/navigation/url_strategy.dart'; ^ ../../flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.2/lib/js.dart:8:1: Error: Not found: 'dart:js' export 'dart:js' show allowInterop, allowInteropCaptureThis; ^ ../../flutter/.pub-cache/hosted/pub.dartlang.org/js-0.6.2/lib/js_util.dart:8:1: Error: Not found: 'dart:js_util' export 'dart:js_util'; ^ ../../flutter/.pub-cache/hosted/pub.dartlang.org/keycloak_flutter-0.0.2-pre/lib/src/web_url_strategy.dart:3:30: Error: Type 'PathUrlStrategy' not found. class WebUrlStrategy extends PathUrlStrategy { ^^^^^^^^^^^^^^^ ../../flutter/.pub-cache/hosted/pub.dartlang.org/keycloak_flutter-0.0.2-pre/lib/src/web_url_strategy.dart:8:9: Error: Type 'PlatformLocation' not found. final PlatformLocation _platformLocation; ^^^^^^^^^^^^^^^^ ../../flutter/.pub-cache/hosted/pub.dartlang.org/keycloak_flutter-0.0.2-pre/lib/src/keycloak_service.dart:33:20: Error: The method 'promiseToFuture' isn't defined for the class 'KeycloakService'.

gibahjoe commented 3 years ago

Hi, will take a look at this and push out an update soon.

gibahjoe commented 3 years ago

What flutter version are you using?

jueser commented 3 years ago

Flutter 1.22.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision 9b2d32b605 (3 weeks ago) • 2021-01-22 14:36:39 -0800 Engine • revision 2f0af37152 Tools • Dart 2.10.5

gibahjoe commented 3 years ago

Hi, this package is for flutter web and only works on the beta branch since flutter web is still in beta.