Skip to content

Commit

Permalink
Summary of work:
Browse files Browse the repository at this point in the history
* Fixing omissions of previous commit.
:
  • Loading branch information
Janik Andreas committed Aug 10, 2018
1 parent fb1254c commit fbf903e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ build/

ios/Runner.xcworkspace/xcshareddata/

node_modules/


# Created by https://www.gitignore.io/api/macos,windows,visualstudiocode

Expand Down Expand Up @@ -76,4 +78,5 @@ $RECYCLE.BIN/

# End of https://www.gitignore.io/api/macos,windows,visualstudiocode

creds.json
creds.json
service-key.json
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ packages:
source: hosted
version: "3.0.1"
yaml:
dependency: transitive
dependency: "direct main"
description:
name: yaml
url: "https://pub.dartlang.org"
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
camera: ^0.2.1
path_provider: ^0.4.1
image: ^2.0.4
yaml: ^2.1.13

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit fbf903e

Please sign in to comment.