Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v1
- uses: bluefireteam/melos-action@v3
with:
melos-version: '3.1.0'
melos-version: '6.3.2'

- name: Disable analytics
run: flutter config --no-analytics
Expand Down
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,73 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2025-03-05

### Changes

---

Packages with breaking changes:

- [`value_state` - `v2.0.0`](#value_state---v200)

Packages with other changes:

- There are no other changes in this release.

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

- `value_state` - `v2.0.0`

---

#### `value_state` - `v2.0.0`


## 2025-02-13

### Changes

---

Packages with breaking changes:

- [`value_state` - `v2.0.0-beta.1`](#value_state---v200-beta1)

Packages with other changes:

- There are no other changes in this release.

---

#### `value_state` - `v2.0.0-beta.1`

- **DOCS**: simplify README.md.
- **BREAKING** **REFACTOR**: class ValueState is replaced by Value.
- **BREAKING** **REFACTOR**: class ValueState is replaced by Value.


## 2025-02-07

### Changes

---

Packages with breaking changes:

- [`value_state` - `v2.0.0-beta.0`](#value_state---v200-beta0)

Packages with other changes:

- There are no other changes in this release.

---

#### `value_state` - `v2.0.0-beta.0`

- **BREAKING** **REFACTOR**: class ValueState is replaced by Value.


## 2023-06-01

### Changes
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A dart package that helps to implement basic states for [Flutter](https://flutter.dev/) and/or [BLoC library](https://pub.dev/packages/bloc) to perform, load and fetch data.
A dart package that helps to implement basic states for [Flutter](https://flutter.dev/) to load and fetch data.


[![Test](https://github.com/devobs/value_state/actions/workflows/test.yml/badge.svg)](https://github.com/devobs/value_state/actions/workflows/test.yml)
Expand All @@ -11,8 +11,6 @@ A dart package that helps to implement basic states for [Flutter](https://flutte
| Package | Pub |
| ------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- |
| [value_state](https://github.com/devobs/value_state/tree/main/packages/value_state) | [![pub package](https://img.shields.io/pub/v/value_state.svg)](https://pub.dev/packages/value_state) |
| [value_cubit](https://github.com/devobs/value_state/tree/main/packages/value_cubit) | [![pub package](https://img.shields.io/pub/v/value_cubit.svg)](https://pub.dev/packages/value_cubit) |
| [flutter_value_state](https://github.com/devobs/value_state/tree/main/packages/flutter_value_state) | [![pub package](https://img.shields.io/pub/v/flutter_value_state.svg)](https://pub.dev/packages/flutter_value_state) |



Expand Down
7 changes: 0 additions & 7 deletions packages/analysis_options.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions packages/flutter_value_state/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions packages/flutter_value_state/.metadata

This file was deleted.

39 changes: 0 additions & 39 deletions packages/flutter_value_state/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/flutter_value_state/LICENSE

This file was deleted.

128 changes: 0 additions & 128 deletions packages/flutter_value_state/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/flutter_value_state/analysis_options.yaml

This file was deleted.

1 change: 0 additions & 1 deletion packages/flutter_value_state/example/analysis_options.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions packages/flutter_value_state/example/lib/cubit.dart

This file was deleted.

Loading