Skip to content

Commit 6db3b22

Browse files
committed
v1.2.1
1 parent 8f4e040 commit 6db3b22

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.2.1
2+
3+
* **Optimised Shortcuts**
4+
* Readme updated
5+
16
## v1.2.0
27

38
* **Breaking Change** renamed `initialize` to `listenAction`.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Flutter Shortcuts
22

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

5-
![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)
5+
![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)
66

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

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

255255
<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>
256256

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

259259
## Contributions
260260

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "1.2.0"
71+
version: "1.2.1"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: flutter_shortcuts
22
description: Flutter plugin for creating static & dynamic app shortcuts on home screen.
3-
version: 1.2.0
4-
repository: https://github.com/divshekhar/flutter_shortcuts
5-
documentation: https://github.com/divshekhar/flutter_shortcuts/blob/main/README.md
3+
version: 1.2.1
4+
repository: https://github.com/DevsOnFlutter/flutter_shortcuts
5+
documentation: https://github.com/DevsOnFlutter/flutter_shortcuts/blob/main/README.md
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)