Skip to content

Commit

Permalink
Bump to 0.0.24 and restrict flutter version constraint to 3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunarya-thito committed Dec 17, 2024
1 parent 314f651 commit 926b712
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 5 deletions.
152 changes: 152 additions & 0 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: shadcn_flutter
description: "Beautifully designed components from Shadcn/UI is now available for Flutter"
version: 0.0.23
version: 0.0.24
homepage: "https://github.com/sunarya-thito/shadcn_flutter"
documentation: "https://sunarya-thito.github.io/shadcn_flutter/"
repository: "https://github.com/sunarya-thito/shadcn_flutter"
issue_tracker: "https://github.com/sunarya-thito/shadcn_flutter/issues"

environment:
sdk: '>=3.3.0 <4.0.0'
flutter: ">=3.24.0"
flutter: ">=3.27.0"

dependencies:
email_validator: ^3.0.0
Expand All @@ -21,10 +21,8 @@ dependencies:
cross_file: ^0.3.4+2
image: ^4.2.0
web: ^1.0.0
pixel_snap: ^0.1.5
file_picker: ^8.1.2
audioplayers: ^6.1.0
data_widget: ^0.0.2
gap: ^3.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 926b712

Please sign in to comment.