Skip to content

Commit

Permalink
Upgraded flutter_lints to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotori committed Dec 3, 2024
1 parent b8d0b58 commit bd3e7a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wakelock_plus/lib/src/web_impl/js_wakelock.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@JS('Wakelock')
library wakelock.js;
library;

import 'dart:js_interop';

Expand Down
2 changes: 1 addition & 1 deletion wakelock_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.2
flutter_lints: ^5.0.0
pigeon: ^21.2.0 # dart run pigeon --input "pigeons/messages.dart"

# For information on the generic Dart part of this file, see the
Expand Down
2 changes: 1 addition & 1 deletion wakelock_plus/test/wakelock_plus_web_plugin_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@TestOn('browser')
library wakelock_plus_library_plugin_test;
library;

import 'package:flutter_test/flutter_test.dart';
import 'package:wakelock_plus/src/wakelock_plus_web_plugin.dart';
Expand Down

0 comments on commit bd3e7a7

Please sign in to comment.