Relative Content

Tag Archive for flutterdartflutter-dependencies

Flutter Quill editor doesn’t scroll automatically to follow user typing

I’m using the flutter_quill package to build a rich text editor in my Flutter app. The editor is wrapped inside a SliverFillRemaining widget to fill the remaining space. However, I’m facing an issue where, as the user types and the content grows, the editor does not automatically scroll to follow the newly added lines. Instead, the user has to manually scroll down to see their text.

Flutter Javascript Method Not Found although it is there

I am building flutter app where i need to use some javascript code it works correctly if i call it on window.onload but when i call it in dart code it does not work at all on button press in ElevatedButton. although debug ,console is being logged but not the javafunctions from dart code as it is unable to find those functions.

Getting a dependency conflict with flutter

I cloned a git repository into android studio. It is code written with the flutter framework. I try to get the dependencies using flutter pub get. However I get an error: