Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
update the sentry_flutter pubspec
  • Loading branch information
rxlabz committed Oct 28, 2020
commit e0f8502f9dc5be9f0a04b2b4b56bacd4ff1f02d8
4 changes: 2 additions & 2 deletions flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ homepage: https://docs.sentry.io/platforms/flutter/
repository: https://github.com/getsentry/sentry-dart

environment:
sdk: ^2.7.0
sdk: ">=2.0.0 <3.0.0"
flutter: ^1.17.0

dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
sentry:
sentry: #^4.0.0 uncomment before publishing
path: ../dart

dev_dependencies:
Expand Down