Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit cbb2235

Browse files
committed
Format pubspec.yaml
1 parent 9e1e1e2 commit cbb2235

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The aim of the pin lock package is to provide a solid implemetation of the under
4242
### iOS
4343
If you want to make use of biometric authentication, add `NSFaceIDUsageDescription` to your app's `Info.plist` file.
4444

45-
```plist
45+
```
4646
<?xml version="1.0" encoding="UTF-8"?>
4747
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
4848
<plist version="1.0">

pubspec.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: pin_lock
2-
description: A new flutter plugin project.
3-
version: 0.0.1
4-
homepage:
2+
3+
version: 0.0.1+1
4+
5+
description: "A full solution to local authentication: it contains authentication logic and tracks authentication-relevant data, while providing an interface for app-specific UI implementatin."
6+
7+
repository: https://github.com/DutchCodingCompany/pin_lock
58

69
environment:
710
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)