We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f8994 commit 310832bCopy full SHA for 310832b
lib/builder.dart
@@ -20,7 +20,7 @@ Builder specBuilder(BuilderOptions options) => _SpecBuilder();
20
/// Type checkers for Firebase Functions types.
21
/// Using TypeChecker.fromUrl with package URLs pointing to actual source files
22
/// (source_gen 4.x compatible).
23
-class _TypeCheckers {
+abstract class _TypeCheckers {
24
static const _pkg = 'package:firebase_functions';
25
26
static const httpsNamespace = TypeChecker.fromUrl(
pubspec.yaml
@@ -4,7 +4,7 @@ version: 0.1.0
4
repository: https://github.com/invertase/firebase-functions-dart
5
6
environment:
7
- sdk: ^3.7.0
+ sdk: ^3.9.0
8
9
dependencies:
10
shelf: ^1.4.2
0 commit comments