date_time_picker icon indicating copy to clipboard operation
date_time_picker copied to clipboard

Any update for intl 0.18.0?

Open ninjagaru opened this issue 2 years ago • 10 comments
trafficstars

ninjagaru avatar Mar 21 '23 04:03 ninjagaru

I have same issue. Would be great to get it updated.

Because no versions of date_time_picker match >2.1.0 <3.0.0 and date_time_picker 2.1.0 depends on intl ^0.17.0, date_time_picker ^2.1.0 requires intl ^0.17.0. And because every version of flutter_localizations from sdk depends on intl 0.18.0, date_time_picker ^2.1.0 is incompatible with flutter_localizations from sdk. So, because geotech depends on both flutter_localizations from sdk and date_time_picker ^2.1.0, version solving failed.

Flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel master, 3.9.0-17.0.pre.26, on macOS 13.1 22C65 darwin-x64, locale en-NO) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 14.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2022.1) [✓] Android Studio (version 2022.1) [✓] IntelliJ IDEA Ultimate Edition (version 2022.3.2) [✓] IntelliJ IDEA Ultimate Edition (version 2022.3.1) [✓] IntelliJ IDEA Ultimate Edition (version 2022.3.2) [✓] Connected device (3 available) [✓] Network resources

tha022 avatar Mar 26 '23 11:03 tha022

+1

maiconkf avatar Apr 28 '23 18:04 maiconkf

+1

AndRud avatar May 03 '23 08:05 AndRud

+1

sarankumar-ns avatar May 11 '23 05:05 sarankumar-ns

Same since update to Dart3

thomasklaush avatar May 11 '23 08:05 thomasklaush

+1

ffamar avatar May 11 '23 09:05 ffamar

Use this:

date_time_picker:
    git:
      url: https://github.com/DavidHDJ/date_time_picker.git
      ref: 2.1.1

DavidHDJ avatar May 14 '23 22:05 DavidHDJ

Can some admin update the extension. This is critical!

fabiomlferreira avatar Jun 15 '23 09:06 fabiomlferreira

Use this:

date_time_picker:
    git:
      url: https://github.com/DavidHDJ/date_time_picker.git
      ref: 2.1.1

Thank you very much @DavidHDJ It worked like magic, saved my life. Thanks again :)

kamleshwebtech avatar Sep 11 '23 11:09 kamleshwebtech

try the following in the meanwhile

date_time_picker: git: url: https://github.com/arsarsars1/date_time_picker.git ref: new_version

arsarsars1 avatar Oct 11 '23 16:10 arsarsars1