Skip to content

Commit

Permalink
chore: merge branch 'main' into oscb/firebasePluginFixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oscb committed Jun 1, 2023
2 parents d290366 + b43c7b0 commit 772d315
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ pubspec.lock
build/
.flutter-plugins
.flutter-plugins-dependencies

# ASDF
.tool-versions

# VSCode
launch.json
4 changes: 2 additions & 2 deletions packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
homepage:

environment:
sdk: '>=2.19.2 <3.0.0'
sdk: '>=2.19.2 <4.0.0'
flutter: ">=2.5.0"

dependencies:
Expand All @@ -17,7 +17,7 @@ dependencies:
json_annotation: ^4.8.0
flutter_fgbg: ^0.2.2
state_notifier: ^0.7.2
http: ^0.13.5
http: ^1.0.0
logger: ^1.1.0
path_provider: ^2.0.12

Expand Down

0 comments on commit 772d315

Please sign in to comment.