Skip to content

Commit

Permalink
0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MahanRahmati committed Mar 19, 2022
1 parent 11e96b3 commit 2778470
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.3.4

- [Example] Refactor example
- Update ArnaExpansionPanel
- [Example] Remove subtitles from widgets page
- Update ArnaTextField
- Update ArnaButton
- Update imports
- Update colors [Thanks to @h1376h]
- Update dark and light themes

## 0.3.3

- Update exports
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This Framework is in active development. Any contribution, idea, criticism or fe
<img src="https://img.shields.io/github/license/MahanRahmati/arna">
</p>

<img alt="Light" src="https://user-images.githubusercontent.com/16052180/156903704-0b04c8b9-f560-4f03-a185-139aab1b2c09.png">
<img alt="Dark" src="https://user-images.githubusercontent.com/16052180/156903698-94a516a0-696e-4cb8-8cb9-c4025d7352b9.png">
<img alt="Light" src="https://user-images.githubusercontent.com/16052180/159135644-4b449c54-7dd5-44f1-a892-e7191f2cab99.png">
<img alt="Dark" src="https://user-images.githubusercontent.com/16052180/159135635-bf3a17dd-ecbd-48c5-b3c6-5597c600e405.png">

## Content

Expand Down Expand Up @@ -62,7 +62,7 @@ Add Arna as a dependency in your pubspec.yaml

```yaml
dependencies:
arna: ^0.3.3
arna: ^0.3.4
```
And import it
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: arna
description: Arna Framework - A unique set of widgets for building applications with Flutter.
version: 0.3.3
version: 0.3.4
homepage: https://github.com/MahanRahmati/Arna

environment:
Expand Down

0 comments on commit 2778470

Please sign in to comment.