killermonk/octal_clock_app

octal_clock_app requires SDK version >=1.20.1 <2.0.0, version solving failed

Opened this issue · 1 comments

The current Dart SDK version is 2.7.0.

Because octal_clock_app depends on octal_clock >=0.0.2 which requires SDK version >=1.20.1 <2.0.0, version solving failed. Running "flutter pub get" in octal_clock_app... pub get failed (1; Because octal_clock_app depends on octal_clock >=0.0.2 which requires SDK version >=1.20.1 <2.0.0, version solving failed.)

I'm getting this issue while trying to re-run the app using new package called octal_clock: "^0.0.2",
the package provider also add the package to DART 2 INCOMPATIBLE

https://pub.dev/packages/octal_clock

is there any way to migrate the package and add it manually to the app we are building ?. I'm confused with this one

https://dart.dev/dart-2#migration

anyway, I will give a try on it and update once when I get the migrated one.

This octal_clock app is horribly out of date, and was built with an alpha version of flutter. The underlying octal_clock package shouldn't be too hard to update to be compatible with dart 2, though.

Are you trying to use the app or the library?