Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
- Add ArnaSearchField to ArnaMasterDetailScaffold
- Update ArnaExpansionPanel
- Update ArnaList
- Fix ArnaButton
- Fix ArnaTextField
- Fix ArnaBaseWidget
- Add ArnaColorButton
- Update some tooltipMessages
- Update ArnaSlider
- Update ArnaTextField
- [BREAKING] Update ArnaSearchField and rename hint to placeholder
- [BREAKING] Remove ArnaRow
- [BREAKING] Rename compact to isCompact
- [BREAKING] Rename medium to isMedium
- [BREAKING] Rename expanded to isExpanded
- Add more types
  • Loading branch information
MahanRahmati committed Mar 28, 2022
1 parent fa005ad commit bbec700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add Arna as a dependency in your pubspec.yaml

```yaml
dependencies:
arna: ^0.3.4
arna: ^0.3.5
```
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.4
version: 0.3.5
homepage: https://github.com/MahanRahmati/Arna

environment:
Expand Down

0 comments on commit bbec700

Please sign in to comment.