Updated dependencies
This commit is contained in:
parent
91e950874c
commit
226588289f
3 changed files with 7 additions and 6 deletions
|
|
@ -388,10 +388,10 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: mobile_scanner
|
name: mobile_scanner
|
||||||
sha256: "023a71afb4d7cfb5529d0f2636aa8b43db66257905b9486d702085989769c5f2"
|
sha256: c6184bf2913dd66be244108c9c27ca04b01caf726321c44b0e7a7a1e32d41044
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "7.1.3"
|
version: "7.1.4"
|
||||||
nested:
|
nested:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: ocbo_esign_validator
|
name: ocbo_esign_mobile
|
||||||
description: "OCBO e-Sign Mobile Version"
|
description: "OCBO e-Sign Mobile version"
|
||||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||||
|
|
||||||
version: 1.0.0+1
|
version: 1.0.0+1
|
||||||
|
|
@ -42,4 +42,5 @@ flutter:
|
||||||
|
|
||||||
assets:
|
assets:
|
||||||
- .env
|
- .env
|
||||||
- assets/logo.png
|
- assets/logo.webp
|
||||||
|
- assets/pat-alcala.webp
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
|
||||||
import 'package:ocbo_esign_validator/main.dart';
|
import 'package:ocbo_esign_mobile/main.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
|
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue