Unable to install on new flutter project
Open
- Dominant language
- Dart
- Stars
- 4.4k
- Forks
- 449
- PR merge metrics
- No merged PRs in 30d
Description
Because app depends on hive ^4.0.0 which doesn't match any versions, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on hive: flutter pub add hive:^2.2.3
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the package dependency declaration in pubspec and reproduce the failure with `flutter pub add hive:^4.0.0` in a new Flutter project. The issue is done when the supported Hive constraint resolves successfully for a new project, with the relevant package version available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- database, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100