Skip to content

Commit cc866cc

Browse files
author
LaksCastro
committed
(#2) Add example/ and update CHANGELOG.md
1 parent c059823 commit cc866cc

File tree

8 files changed

+9
-129
lines changed

8 files changed

+9
-129
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ loca.properties
3434
.pub-cache/
3535
.pub/
3636
/build/
37+
*/**/build
3738

3839
# Web related
3940
lib/generated_plugin_registrant.dart

.pubignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
.buildlog/
99
.history
1010
.svn/
11-
example/
1211

1312
# IntelliJ related
1413
*.iml
@@ -35,6 +34,7 @@ loca.properties
3534
.pub-cache/
3635
.pub/
3736
/build/
37+
*/**/build
3838

3939
# Web related
4040
lib/generated_plugin_registrant.dart

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.1
2+
3+
Minor improvements on `pub.dev` documentation
4+
5+
- Add `example/` folder
6+
- Add missing `pubspec.yaml` properties
7+
18
## 0.1.0
29

310
Initial release

android/app/build.gradle

Lines changed: 0 additions & 67 deletions
This file was deleted.

android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 41 deletions
This file was deleted.

android/app/src/main/kotlin/io/lakscastro/sharedstorage/shared_storage/MainActivity.kt

Lines changed: 0 additions & 6 deletions
This file was deleted.

android/app/src/profile/AndroidManifest.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)