Skip to content

Commit

Permalink
improve lastest pub score
Browse files Browse the repository at this point in the history
  • Loading branch information
myaasiinh committed Feb 4, 2024
1 parent 4cfbfc0 commit 6f25b8c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.0.6

**Fitur Utama:**
- Penambahan widget ExpandableCard yang memungkinkan pengguna untuk membuat kartu yang dapat diperluas dengan bagian yang dapat diperluas.
- Mendukung penyesuaian yang luas, termasuk judul, deskripsi, tombol aksi, dan bagian yang dapat diperluas dengan data dinamis.
- Menyediakan tampilan yang bersih dan mudah diakses untuk menampilkan informasi terperinci dalam aplikasi Flutter.

**Perubahan dan Pembaruan:**
- Refactor Description library to average

**Perbaikan Bug:**
Tidak ada perbaikan bug pada rilis ini.

**Catatan Penting:**
Pastikan untuk memeriksa dokumentasi dan contoh penggunaan di README untuk panduan penggunaan dan implementasi. Termasuk perubahan mengenai parameter dan fitur yang bisa dipanggil di kartu, mohon tetap periksa sumber kode bagian file expandable_cardview.dart

## 1.0.5

**Fitur Utama:**
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
## Expandable Card Widget Library

### Description
The `ExpandableCard` widget provides a customizable card with expandable sections, facilitating the display of detailed information in collapsible sections. Ideal for presenting complex content within a compact UI.
The `ExpandableCard` widget provides a customizable card with expandable sections, facilitating the display of detailed information in collapsible sections.


### Add Dependency

Untuk menggunakan `expandable_cardview`, tambahkan dependensi ini pada file `pubspec.yaml` Anda:

```yaml
dependencies:
expandable_cardview: ^1.0.5
expandable_cardview: ^1.0.6
```
### Import Library
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: expandable_cardview
description: The ExpandableCard widget provides a customizable card with expandable sections, facilitating the display of detailed information in collapsible sections. Ideal for presenting complex content within a compact UI.
version: 1.0.5
description: The ExpandableCard widget provides a customizable card with expandable sections, facilitating the display of detailed information in collapsible sections.
version: 1.0.6
repository: https://github.com/myaasiinh/expandable_cardview
issue_tracker: https://github.com/myaasiinh/expandable_cardview/issues
maintainer: myaasiinh (@myaasiinh)
Expand Down

0 comments on commit 6f25b8c

Please sign in to comment.