Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add new parse_server_sdk_flutter: 9.0.0 to project because of conflict with uuid: 4.5.1 #1035

Open
FoumaneDonald opened this issue Mar 3, 2025 · 1 comment
Labels
type:feature New feature or improvement of existing feature

Comments

@FoumaneDonald
Copy link

New Issue Checklist

Issue Description

Because parse_server_sdk_flutter >=8.0.0 depends on parse_server_sdk ^6.4.0 which depends on uuid ^3.0.7, parse_server_sdk_flutter >=8.0.0 requires uuid ^3.0.7.

Above is the isssue. When checking parse_server_sdk I noticed parse_server_sdk_flutter wasn't using the latest parse_server_sdk which is also not using the latest uuid.

My pubspec.yml

publish_to: 'none'

version: 1.0.0+1

environment:
sdk: '>=3.4.4 <4.0.0'

dependencies:
flutter:
sdk: flutter

cupertino_icons: ^1.0.6
flutter_bloc: ^9.0.0
equatable: ^2.0.5
syncfusion_flutter_sliders: ^26.2.11
path_provider: ^2.1.4
dartz: ^0.10.1
internet_connection_checker: ^1.0.0+1
uuid: ^4.5.1
get_it: ^8.0.1
dio: ^5.7.0
flutter_native_splash: ^2.4.3
phone_form_field: ^10.0.2
circle_flags: ^5.0.0
encrypt: ^5.0.3
table_calendar: ^3.1.2
logging: ^1.3.0
json_annotation: ^4.9.0
bloc_concurrency: ^0.3.0
assorted_layout_widgets: ^10.7.0
intl: ^0.19.0
flutter_dotenv: ^5.2.1
auto_size_text: ^3.0.0
parse_server_sdk_flutter: ^9.0.0

dev_dependencies:
flutter_test:
sdk: flutter

flutter_lints: ^3.0.0
build_runner: ^2.4.13
json_serializable: ^6.8.0
dart_mappable_builder: ^4.3.0

Steps to reproduce

  • Get the latest uuid package currently 4.5.1
  • Get the latest parse_server_sdk_flutter package currently 9.0.0
  • Run a flutter pub get

Actual Outcome

Because parse_server_sdk_flutter >=8.0.0 depends on parse_server_sdk ^6.4.0 which depends on uuid ^3.0.7, parse_server_sdk_flutter >=8.0.0 requires uuid ^3.0.7.

Expected Outcome

The pub get should get all required packages without error

Environment

Flutter 3.29.0 • channel stable
Framework • revision 35c388afb5 (3 weeks ago) • 2025-02-10 12:48:41 -0800
Engine • revision f73bfc4522
Tools • Dart 3.7.0 • DevTools 2.42.2

Parse Flutter SDK

  • SDK version: 9.0.0
  • Flutter version: 3.29.0
  • Dart version: 3.7.0
  • Operating system version: win 10

Server

  • Parse Server version: 6.2.0

Logs

Copy link

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants