Initial commit
This commit is contained in:
commit
e5c20d673f
73 changed files with 2128 additions and 0 deletions
29
pubspec.yaml
Normal file
29
pubspec.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
name: ocbo_esign_validator
|
||||
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
|
||||
|
||||
environment:
|
||||
sdk: ^3.9.2
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
google_fonts: ^6.3.2
|
||||
go_router: ^17.0.0
|
||||
gap: ^3.0.1
|
||||
internet_connection_checker: ^3.0.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
- assets/logo.png
|
||||
Loading…
Add table
Add a link
Reference in a new issue