Skip to content

Commit

Permalink
Roll back mobile_scanner to 3.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Nov 9, 2023
1 parent c7e524a commit 389bbe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class MainPage extends StatelessWidget {
class SpinContent extends StatelessWidget {
const SpinContent({super.key});

@override
web_browser_detect@override
Widget build(BuildContext context) {
return BlocBuilder<MisfortuneBloc, MisfortuneState>(
builder: (context, state) {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,10 +388,10 @@ packages:
dependency: "direct main"
description:
name: mobile_scanner
sha256: cf978740676ba5b0c17399baf117984b31190bb7a6eaa43e51229ed46abc42ee
sha256: "2fbc3914fe625e196c64ea8ffc4084cd36781d2be276d4d5923b11af3b5d44ff"
url: "https://pub.dev"
source: hosted
version: "3.5.2"
version: "3.4.1"
nested:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
sdk: flutter
http: ^1.0.0
js: ^0.6.0
mobile_scanner: ^3.0.0
mobile_scanner: ">=3.4.0<3.5.0"
provider: ^6.0.0
web_browser_detect: ^2.0.0

Expand Down

0 comments on commit 389bbe1

Please sign in to comment.