Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Architecture/data layer #8

Merged
merged 10 commits into from
Mar 29, 2021
Next Next commit
Adds meta and equatable package dependencies (both null-safe)
  • Loading branch information
matuella committed Mar 25, 2021
commit c44ee8ebbeef6a255d85ea9e2e595c8683409613
6 changes: 6 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -14,6 +14,12 @@ dependencies:
flutter:
sdk: flutter

###
# Core
###
meta: ^1.3.0
equatable: ^2.0.0

dev_dependencies:
strict: ^1.0.0
flutter_test: