Skip to content

Commit 310832b

Browse files
committed
lower bound 3.9
1 parent 65f8994 commit 310832b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/builder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Builder specBuilder(BuilderOptions options) => _SpecBuilder();
2020
/// Type checkers for Firebase Functions types.
2121
/// Using TypeChecker.fromUrl with package URLs pointing to actual source files
2222
/// (source_gen 4.x compatible).
23-
class _TypeCheckers {
23+
abstract class _TypeCheckers {
2424
static const _pkg = 'package:firebase_functions';
2525

2626
static const httpsNamespace = TypeChecker.fromUrl(

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 0.1.0
44
repository: https://github.com/invertase/firebase-functions-dart
55

66
environment:
7-
sdk: ^3.7.0
7+
sdk: ^3.9.0
88

99
dependencies:
1010
shelf: ^1.4.2

0 commit comments

Comments
 (0)