Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 9351fd7

Browse files
committed
Fix warnings
1 parent 706b80b commit 9351fd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 0.0.1
1+
## 0.0.1+1
22

33
Initial release to pub.dev

lib/src/blocs/cubit/setup_local_auth_cubit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:bloc/bloc.dart';
1+
import 'package:flutter_bloc/flutter_bloc.dart';
22
import 'package:pin_lock/src/blocs/cubit/setup_stage.dart';
33
import 'package:pin_lock/src/entities/authenticator.dart';
44
import 'package:pin_lock/src/entities/biometric_availability.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
flutter:
1515
sdk: flutter
16-
dartz: 0.10.0-nullsafety.1
16+
dartz: ^0.10.0
1717
flutter_bloc: ^7.0.0
1818
equatable: ^2.0.0
1919
local_auth: ^1.1.1

0 commit comments

Comments
 (0)