Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Publish (#7)
Browse files Browse the repository at this point in the history
* Add gitignore

* Publish
  • Loading branch information
creativecreatorormaybenot authored Jan 14, 2021
1 parent 02ac947 commit 920f677
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 160 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

84 changes: 0 additions & 84 deletions .idea/libraries/Dart_Packages.xml

This file was deleted.

29 changes: 0 additions & 29 deletions .idea/libraries/Dart_SDK.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/url_strategy.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 4 additions & 0 deletions url_strategy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1

* Updated README and names.

## 0.1.0+1

* Added link to more detailed explanation in README.
Expand Down
2 changes: 1 addition & 1 deletion url_strategy/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: url_strategy
description: >-2
Flutter package that allows setting the web app URL strategy with a single line of code.
version: 0.1.0+1
version: 0.1.1
homepage: https://github.com/simpleclub/url_strategy/tree/main/url_strategy

environment:
Expand Down

0 comments on commit 920f677

Please sign in to comment.