Skip to content

Commit

Permalink
Bump minimum Flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Dec 9, 2024
1 parent f7ff771 commit 94118ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.6

* Update for Flutter 3.27.0

## 0.6.5

* implemented #12: would like some hover icons for copy+edit on web and desktop
Expand Down
3 changes: 2 additions & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: flutter_ai_toolkit_example
description: "Sample apps showing off various features of the Flutter AI Toolkit."
publish_to: 'none'
version: 0.6.5
version: 0.6.6

environment:
sdk: ^3.4.4
flutter: '>=3.27.0-0'

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: flutter_ai_toolkit
description: "A set of AI chat-related widgets for your Flutter app targeting mobile, desktop and web."
version: 0.6.5
version: 0.6.6
homepage: https://github.com/flutter/ai

environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=1.17.0"
flutter: '>=3.27.0-0'

dependencies:
cross_file: ^0.3.4+2
Expand Down

0 comments on commit 94118ab

Please sign in to comment.