Marsad Maqsood

Results 5 comments of Marsad Maqsood

I'm facing the same problem ``` `java.lang.RuntimeException: Unable to start activity ComponentInfo{com.marsad.chatapp/com.marsad.chatapp.MainActivity}: android.view.InflateException: Binary XML file line #42: Binary XML file line #42: Error inflating class com.iammert.library.AnimatedTabLayout at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3178) at...

It's because this library was hosted on jcenter which was [deprecated](https://developer.android.com/studio/build/jcenter-migration). To solve this issue, add this line ``` maven { url 'https://jitpack.io' } ``` in the build.gradle file Thanks...

Same issue there is no setting or ... to start tts

`plugin version: 3.6.0` `platform :ios, '12.0'` `flutter version: 3.0.5` I'm using Macbook Air M1 MacOS Monterey 12.4 and trying to run on Simulator (iPhone 13 Pro) --- `flutter run` ```...

`Flutter: 3.16.0` `appflowy_editor: 2.0.0` @LucasXu0 Steps to reproduce the issue Video 1 https://github.com/AppFlowy-IO/appflowy-editor/assets/53562046/e4dfad28-7d3e-484a-bbaa-107544479df6 Video 2 https://github.com/AppFlowy-IO/appflowy-editor/assets/53562046/5ec3f60d-c63d-4eb6-a3de-eb6e8d7d7c75 --- ``` I/flutter ( 4531): ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════ I/flutter ( 4531):...