Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import 'package:firebase_core/firebase_core.dart';
import 'src/interop_shimmer.dart'
if (dart.library.js_interop) 'package:firebase_core_web/firebase_core_web_interop.dart'
as core_interop;
import 'src/interop_shimmer.dart' if (dart.library.js_interop) 'dart:js_interop'
as js_interop;
import 'src/interop_shimmer.dart'
if (dart.library.js_interop) 'src/js_interop.dart' as js_interop;

export 'src/exception.dart';

Expand Down
6 changes: 6 additions & 0 deletions packages/_flutterfire_internals/lib/src/js_interop.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright 2024, the Chromium project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

/// This is a stub file to work around odd dart web compiler builder issues.
export 'dart:js_interop';