Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Fix: flutter versioniong and its dependency version
  • Loading branch information
marandaneto committed Nov 20, 2020
commit 96145f9ca8b107e28582b493b828399c7cc0e5c1
2 changes: 2 additions & 0 deletions dart/example_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: sentry_dart_web_example
description: An absolute bare-bones web app.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^2.8.0

Expand Down
1 change: 1 addition & 0 deletions dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: >
A crash reporting library for Dart that sends crash reports to Sentry.io.
This library supports Dart Native, and Flutter for mobile, web, and desktop.
homepage: https://github.com/getsentry/sentry-dart
repository: https://github.com/getsentry/sentry-dart

environment:
sdk: ">=2.8.0 <3.0.0"
Expand Down
8 changes: 5 additions & 3 deletions flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sentry_flutter
version: 4.0.0-alpha.2
description: Sentry SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by Sentry with native SDKs.
version: 0.0.1
homepage: https://docs.sentry.io/platforms/flutter/
repository: https://github.com/getsentry/sentry-dart

Expand All @@ -13,8 +13,10 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
sentry: #^4.0.0 uncomment before publishing
path: ../dart
sentry: 4.0.0-alpha.2
# TODO: we need the specific version for publishing it, but the relative path for development.
# Figure out how to do it via Craft for releases.
# path: ../dart
package_info: ^0.4.0

dev_dependencies:
Expand Down