suragch / mongol

Mongolian vertical script widgets for Flutter apps
https://pub.dev/packages/mongol
BSD 3-Clause "New" or "Revised" License
70 stars 15 forks source link

can't run upgrade before #18

Closed peter100u closed 2 years ago

peter100u commented 2 years ago

flutter doctor: mongol: ^2.2.2

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.8.0, on macOS 11.6 20G165 darwin-x64, locale zh-Hans-US) [!] Android toolchain - develop for Android devices (Android SDK version 30.0.3) ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses [✓] Xcode - develop for iOS and macOS (Xcode 13.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] Android Studio (version 4.1) [✓] IntelliJ IDEA Ultimate Edition (version 2021.2) [✓] IntelliJ IDEA Ultimate Edition (version 2020.3.2) [✓] IntelliJ IDEA Ultimate Edition (version 2020.3.2) [✓] IntelliJ IDEA Ultimate Edition (version 2020.3) [✓] VS Code (version 1.62.2) [✓] VS Code (version 1.55.2) [✓] Connected device (4 available)

error info: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.8.0, on macOS 11.6 20G165 darwin-x64, locale zh-Hans-US) [!] Android toolchain - develop for Android devices (Android SDK version 30.0.3) ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses [✓] Xcode - develop for iOS and macOS (Xcode 13.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2020.3) [✓] Android Studio (version 4.1) [✓] IntelliJ IDEA Ultimate Edition (version 2021.2) [✓] IntelliJ IDEA Ultimate Edition (version 2020.3.2) [✓] IntelliJ IDEA Ultimate Edition (version 2020.3.2) [✓] IntelliJ IDEA Ultimate Edition (version 2020.3) [✓] VS Code (version 1.62.2) [✓] VS Code (version 1.55.2) [✓] Connected device (4 available) ../../../Documents/core_lib/flutter/.pub-cache/hosted/pub.dartlang.org/mongol-2.2.1/lib/src/editing/mongol_editable_text.dart:1036:7: Error: The non-abstract class 'MongolEditableTextState' is missing implementations for these members:

suragch commented 2 years ago

Thank you for the notification. I'll look into this and try to get an update out soon.

peter100u commented 2 years ago

Thank you for the notification. I'll look into this and try to get an update out soon.

Looking forward to your good news

suragch commented 2 years ago

@peter100u Do you use MongolTextField? The last few updates have broken it and even when I got it to compile for Flutter 2.5 it still would crash if you scrolled the text. I'm thinking about doing a breaking change version bump and just removing MongolTextField until I can implement a better solution that doesn't break on every Flutter upgrade.

peter100u commented 2 years ago

no, I use mongoltext

peter100u commented 2 years ago

@peter100u Do you use MongolTextField? The last few updates have broken it and even when I got it to compile for Flutter 2.5 it still would crash if you scrolled the text. I'm thinking about doing a breaking change version bump and just removing MongolTextField until I can implement a better solution that doesn't break on every Flutter upgrade.

I can't run the project now. I see your class, but I don't use it. I think you need to adapt to the latest API

suragch commented 2 years ago

Yes, that's right. Since, MongolTextField was already broken, though, I'm just going to remove it. MongolText still seems to be working ok. I'm testing everything now.

peter100u commented 2 years ago

哈哈, Looking forward to your good news

suragch commented 2 years ago

Ok, I released version 3.0.0 without MongolTextField. Can you try it out and let me know if it works?

peter100u commented 2 years ago

ok, i try it , thank you !

peter100u commented 2 years ago

Thank you very much. It's ready to use

peter100u commented 2 years ago

it's ok

suragch commented 2 years ago

Thank you for checking