refactor: Switch to record package

This commit is contained in:
Christian Pauly 2021-04-30 17:09:26 +02:00
commit 14d76a48d1
3 changed files with 26 additions and 25 deletions

View file

@ -881,6 +881,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.5"
record:
dependency: "direct main"
description:
name: record
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
rxdart:
dependency: transitive
description:
@ -1251,5 +1258,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=2.0.1"
dart: ">=2.12.1 <3.0.0"
flutter: ">=2.0.2"