From 226588289f9417b3856c9681a1c25c2eb1f1e76f Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 18 Dec 2025 17:13:36 +0800 Subject: [PATCH] Updated dependencies --- pubspec.lock | 4 ++-- pubspec.yaml | 7 ++++--- test/widget_test.dart | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 41159df..2994471 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -388,10 +388,10 @@ packages: dependency: "direct main" description: name: mobile_scanner - sha256: "023a71afb4d7cfb5529d0f2636aa8b43db66257905b9486d702085989769c5f2" + sha256: c6184bf2913dd66be244108c9c27ca04b01caf726321c44b0e7a7a1e32d41044 url: "https://pub.dev" source: hosted - version: "7.1.3" + version: "7.1.4" nested: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 33252f6..293276b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ -name: ocbo_esign_validator -description: "OCBO e-Sign Mobile Version" +name: ocbo_esign_mobile +description: "OCBO e-Sign Mobile version" publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 @@ -42,4 +42,5 @@ flutter: assets: - .env - - assets/logo.png + - assets/logo.webp + - assets/pat-alcala.webp diff --git a/test/widget_test.dart b/test/widget_test.dart index e99a8ad..8713224 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -8,7 +8,7 @@ import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; -import 'package:ocbo_esign_validator/main.dart'; +import 'package:ocbo_esign_mobile/main.dart'; void main() { testWidgets('Counter increments smoke test', (WidgetTester tester) async {