Skip to content

Commit

Permalink
pubspec: add supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
icota committed Jan 19, 2024
1 parent f72491f commit 6bf5786
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 @@ -3,6 +3,13 @@ description: A multi-platform Flutter plugin for managing a Tor proxy. Based on
version: 0.0.1
homepage: https://github.com/Foundation-Devices/tor

platforms:
android:
ios:
linux:
macos:
windows: # Not tested but it should work

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.3.0"
Expand Down

0 comments on commit 6bf5786

Please sign in to comment.