Skip to content

Commit

Permalink
🔀 Merge pull request #35 from Fedodo/dev
Browse files Browse the repository at this point in the history
🐛 Fixed conditional import
  • Loading branch information
LNA-DEV authored Jul 7, 2023
2 parents 8cb08a7 + e008fcd commit e433b4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/widgets/auth/apis/login_manager.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:fedodo_general/globals/preferences.dart';
import 'package:fedodo_general/widgets/auth/oauth_handler/custom_web_base_dummy.dart'
if (dart.library.html) '../OAuthHandler/custom_web_base.dart';
if (dart.library.html) '../oauth_handler/custom_web_base.dart';
import 'package:flutter/foundation.dart';
import 'package:oauth2_client/access_token_response.dart';
import 'package:oauth2_client/interfaces.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fedodo_general
description: A flutter package which contains general components of the Fedodo-UIs.
version: 1.8.2
version: 1.8.3
homepage: https://fedodo.org

environment:
Expand Down

0 comments on commit e433b4f

Please sign in to comment.