Skip to content

Commit

Permalink
new: v1.0.1
Browse files Browse the repository at this point in the history
## [1.0.1] - 22-12-2023

### Other

- fix: remove invalid example from `example`
- upd: description
  • Loading branch information
PackRuble committed Dec 22, 2023
1 parent af41687 commit 40d138f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 128 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '**' # when any tags are pushed

jobs:
build:
dart_test:
runs-on: ubuntu-latest

steps:
Expand All @@ -21,6 +21,11 @@ jobs:
- run: flutter pub get
- run: flutter test --coverage

codecov_report:
runs-on: ubuntu-latest
needs: dart_test

steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1] - 22-12-2023

### Other

- fix: remove invalid example from `example`
- upd: description

## [1.0.0] - 22-12-2023

- first public release 🎊
Expand Down
125 changes: 0 additions & 125 deletions example/lib/main.dart

This file was deleted.

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: cardoteka
description: The best type-safe wrapper over SharedPreferences.
Why so?
-> strongly typed cards for access to storage
-> don't think about type, use get|set
-> use get|set
-> can work with nullable values
-> callback based updates

homepage: https://t.me/+AkGV73kZi_Q1YTMy
repository: https://github.com/PackRuble/cardoteka
issue_tracker: https://github.com/PackRuble/cardoteka/issues

version: 1.0.0
version: 1.0.1

environment:
sdk: '>=2.17.0 <4.0.0'
Expand Down

0 comments on commit 40d138f

Please sign in to comment.