Gagan Yadav
Gagan Yadav
The color of text is darker on mobile devices which looks fine on light theme but not properly visible on dark theme. Edit:- The text is white on desktop application...
**Is your feature request related to a problem? Please describe.** Right now you can only move note from one notebook to another by selecting one note at a time. This...
**Is your feature request related to a problem? Please describe.** When I import some old notes they are imported as a new notes while actually that is not the case...
Steps: - Create a Scaffold with ListView or SingleChildScrollView as it's body. - Try scrolling.
```dart class Listener extends Mock { void call(T? previous, T next); } void main() { ProviderContainer makeProviderContainer() { final ProviderContainer container = ProviderContainer( overrides: [ secureStorageServiceProvider.overrideWithValue(mockSecureStorage), activeSessionsRepositoryProvider.overrideWithValue(mockActiveSessionsRepository), ], ); addTearDown(container.dispose);...
1. Search a table 2. The schema is filtered but I have to manually expand it to see the matched results Recording: https://github.com/user-attachments/assets/e02a2578-af58-4bb2-ae07-82538de436f7
**Describe the bug** During SMS autofill when the code is received on iOS and the hint is shown. If I type a digit from keyboard and then delete it. After...
Hello, I am having this problem where I want to quickly start the video when player is visited in the app by preloading the video in the background. When I...