ivoleitao / stash

Key-value store abstraction with plain and cache driven semantics and a pluggable backend architecture.
MIT License
86 stars 16 forks source link

Needs multiple dependency overrides on flutter package #34

Closed Prn-Ice closed 2 years ago

Prn-Ice commented 2 years ago

Describe the bug I need to add the following dependency overrides to my flutter projects using stash 4.3.0

dependency_overrides: 
  async: 2.8.2
  clock: 1.1.0
  meta: 1.7.0
  path: 1.8.1

To Reproduce Steps to reproduce the behavior:

  1. Create a new flutter project
  2. Add stash and stash_objectbox
  3. Run pub get
  4. See error

Expected behavior Works without adding dependency_overrides

Version 4.3.0

ivoleitao commented 2 years ago

Humm it's not the first time this happens :-(. It's hard to understand which versions flutter uses of those packages so when I upgrade the dependencies this happens sometimes. I plan to add a flutter package in the future and that should help me catch those problems

I will try to publish a 4.3.1 moving back that dependencies I don't need them upgraded.

ivoleitao commented 2 years ago

It's done I will publish it today

ivoleitao commented 2 years ago

Fixed, version 4.3.1 published