Skip to content

Commit

Permalink
fix(firestore): export LoadBundleTaskState in cloud_firestore (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Dec 27, 2023
1 parent 237a217 commit 9790303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.

import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:cloud_firestore_platform_interface/cloud_firestore_platform_interface.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:http/http.dart' as http;
Expand Down
Expand Up @@ -37,7 +37,8 @@ export 'package:cloud_firestore_platform_interface/cloud_firestore_platform_inte
FieldOverrideIndex,
Order,
ArrayConfig,
QueryScope;
QueryScope,
LoadBundleTaskState;
export 'package:firebase_core_platform_interface/firebase_core_platform_interface.dart'
show FirebaseException;

Expand Down

0 comments on commit 9790303

Please sign in to comment.