Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix: pubspec.yaml small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slava-r-epam committed Jun 25, 2024
1 parent d80b407 commit fa577eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/ada_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter implementation of Ada chat
version: 1.0.0

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

dependencies:
Expand All @@ -16,7 +16,7 @@ dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
mocktail: ^1.0.3 # Used by MockWebViewDependencies() tests helper
mocktail: ^1.0.3

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand All @@ -28,9 +28,6 @@ flutter:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/

#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
Expand Down

0 comments on commit fa577eb

Please sign in to comment.