Skip to content

Commit

Permalink
Merge pull request #8 from DevsOnFlutter/dev
Browse files Browse the repository at this point in the history
v1.2.1
  • Loading branch information
divshekhar authored Jun 27, 2021
2 parents 752d6e6 + 6db3b22 commit e1e48f7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.2.1

* **Optimised Shortcuts**
* Readme updated

## v1.2.0

* **Breaking Change** renamed `initialize` to `listenAction`.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Flutter Shortcuts

<img src="https://i.imgur.com/462Y6wf.gif" title="source: imgur.com" />
<img src="https://i.imgur.com/462Y6wf.gif" title="Flutter_Shortcuts" />

![GitHub](https://img.shields.io/github/license/divshekhar/flutter_shortcuts?style=plastic) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/divshekhar/flutter_shortcuts?style=plastic) ![GitHub top language](https://img.shields.io/github/languages/top/divshekhar/flutter_shortcuts?style=plastic) ![GitHub language count](https://img.shields.io/github/languages/count/divshekhar/flutter_shortcuts?style=plastic) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/divshekhar/flutter_shortcuts?style=plastic) ![GitHub issues](https://img.shields.io/github/issues/divshekhar/flutter_shortcuts?style=plastic) ![GitHub Repo stars](https://img.shields.io/github/stars/divshekhar/flutter_shortcuts?style=social) ![GitHub forks](https://img.shields.io/github/forks/divshekhar/flutter_shortcuts?style=social)
![GitHub](https://img.shields.io/github/license/DevsOnFlutter/flutter_shortcuts?style=plastic) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/DevsOnFlutter/flutter_shortcuts?style=plastic) ![GitHub top language](https://img.shields.io/github/languages/top/DevsOnFlutter/flutter_shortcuts?style=plastic) ![GitHub language count](https://img.shields.io/github/languages/count/DevsOnFlutter/flutter_shortcuts?style=plastic) ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/DevsOnFlutter/flutter_shortcuts?style=plastic) ![GitHub issues](https://img.shields.io/github/issues/DevsOnFlutter/flutter_shortcuts?style=plastic) ![GitHub Repo stars](https://img.shields.io/github/stars/DevsOnFlutter/flutter_shortcuts?style=social) ![GitHub forks](https://img.shields.io/github/forks/DevsOnFlutter/flutter_shortcuts?style=social)

## Show some :heart: and :star: the repo

Expand Down Expand Up @@ -254,7 +254,7 @@ print( "maxHeight: ${result["maxHeight"]}, maxWidth: ${result["maxWidth"]}");

<a href="https://twitter.com/SubhamPraharaj6"><img src="https://github.com/aritraroy/social-icons/blob/master/twitter-icon.png?raw=true" width="60"></a> <a href="https://www.linkedin.com/in/subham-praharaj-66b172179/"><img src="https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true" width="60"></a> <a href="https://instagram.com/the_champ_subham_865"><img src="https://github.com/aritraroy/social-icons/blob/master/instagram-icon.png?raw=true" width="60"></a>

[![GitHub followers](https://img.shields.io/github/followers/thechamp865-skp.svg?style=social&label=Follow)](https://github.com/thechamp865-skp/)
[![GitHub followers](https://img.shields.io/github/followers/skpraharaj.svg?style=social&label=Follow)](https://github.com/skpraharaj/)

## Contributions

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.0"
version: "1.2.1"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter_shortcuts
description: Flutter plugin for creating static & dynamic app shortcuts on home screen.
version: 1.2.0
repository: https://github.com/divshekhar/flutter_shortcuts
documentation: https://github.com/divshekhar/flutter_shortcuts/blob/main/README.md
version: 1.2.1
repository: https://github.com/DevsOnFlutter/flutter_shortcuts
documentation: https://github.com/DevsOnFlutter/flutter_shortcuts/blob/main/README.md

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit e1e48f7

Please sign in to comment.