We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1af9d commit 50c7ea3Copy full SHA for 50c7ea3
pkgs/fixnum/lib/fixnum.dart
@@ -6,7 +6,7 @@
6
///
7
/// The integer implementations in this library are designed to work
8
/// identically whether executed on the Dart VM or compiled to JavaScript.
9
-library fixnum;
+library;
10
11
export 'src/int32.dart';
12
export 'src/int64.dart';
pkgs/fixnum/pubspec.yaml
@@ -9,5 +9,5 @@ environment:
sdk: ^3.1.0
dev_dependencies:
- dart_flutter_team_lints: ^2.0.0
13
- test: ^1.16.0
+ dart_flutter_team_lints: ^3.0.0
+ test: ^1.16.6
0 commit comments