Skip to content

Commit

Permalink
chore: add supported platforms in pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wallen committed Feb 13, 2024
1 parent 5444358 commit 5e2ecdf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: google_cloudevents_dart
description: An SDK for working with CloudEvents in Dart.
version: 0.0.1+1
repository: https://github.com/a-wallen/google_cloudevents_dart.git
platforms:
android:
ios:
linux:
macos:
web:
windows:

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 5e2ecdf

Please sign in to comment.