Skip to content

Commit

Permalink
Upgrade opencv to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calcitem committed Oct 27, 2024
1 parent 390dd2c commit 7883996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:opencv_dart/core.dart';
import 'package:opencv_dart/opencv.dart';
import 'package:opencv_dart/opencv_dart.dart' as cv;

import '../../shared/services/environment_config.dart';
Expand Down
2 changes: 1 addition & 1 deletion src/ui/flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
logger: 2.4.0
marquee: 2.3.0
native_screenshot_widget: 0.0.8
opencv_dart: 1.2.5
opencv_dart: 1.3.0
package_info_plus: 8.1.0
path: 1.9.0
path_provider: 2.1.4
Expand Down

0 comments on commit 7883996

Please sign in to comment.