We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c061c4d commit 0bb0edfCopy full SHA for 0bb0edf
.github/workflows/dart.yml
@@ -1,6 +1,6 @@
1
name: Publish to pub.dev
2
3
-environment:
+environment:
4
name: Production
5
6
on:
CHANGELOG.md
@@ -1,6 +1,10 @@
## 1.0.0
-- \*\*BREAKING CHANGE: renames "Then" to "Also" to avoid conflicts with Future.then()
+- **FIX**: pubspec version
+
+## 1.0.0
7
+- **BREAKING CHANGE**: renames "Then" to "Also" to avoid conflicts with Future.then()
8
9
## 0.2.3
10
pubspec.yaml
name: error_or_plus
description: A simple, fluent discriminated union of an error or a result. Inspired by ErrorOr for .net by Amantiband
-version: 0.2.3
+version: 1.0.1
repository: https://github.com/lucafabbri/flutter-error-or
environment:
0 commit comments