Skip to content

Commit

Permalink
Update example to use pub package
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Aug 8, 2023
1 parent 46c56ea commit 872f5c1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions coinlib_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0

environment:
sdk: '>=2.19.2 <3.0.0'
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: flutter

coinlib_flutter:
path: ../

coinlib_flutter: ^1.0.0-alpha.3
cupertino_icons: ^1.0.2

dev_dependencies:
Expand Down

0 comments on commit 872f5c1

Please sign in to comment.