Skip to content

Commit

Permalink
Update flutter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Mar 5, 2024
1 parent af79626 commit 0a01be2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Zeta is the new, formal, standardized Zebra Design System based off the successe

> 🚧 **Note**: This package is in pre-release, and so many aspects are incomplete.
### Prerequisites

```
dart sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
```

## Installation

To install `zeta_flutter`, follow the instructions [here](https://pub.dev/packages/zeta_flutter/install).
Expand Down
3 changes: 2 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: 0.0.1
publish_to: "none"

environment:
sdk: ">=3.0.1 <4.0.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"

dependencies:
cached_network_image: ^3.3.1
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ platforms:
linux:

environment:
sdk: ">=3.0.1 <4.0.0"
flutter: ">=3.7.0"
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down

0 comments on commit 0a01be2

Please sign in to comment.