Ali Ammar
Ali Ammar
any update?
for me removing file_selector plugin fix the problem and add it again return the bug
is my problem here https://obsproject.com/forum/threads/obs-stop-record-the-image-after-sometime.160200/ related to this bugs ?
same i get repoered from Crashlytics from HiSense Infinity H30 android 9 device
@locnt19 you could use it from github directly flutter_group_sliver: git : https://github.com/Ali1Ammar/flutter_group_sliver
i also need this feature to convert all datetime to local time
in my code TextStyle is converted to InvalidType for unknown reason , while TextDirection is converted correctly , I think there is change at flutter or analyzer package which case...
for unknown reason after some re-generate the error is gone
I have a similar use case, I need to forbid the use of any package inside the domain layer Another example is to forbid the use of any package in...
```dart Talker( settings: TalkerSettings( enabled: true, useHistory: true, maxHistoryItems: 100, useConsoleLogs: true, ), logger: TalkerLogger( output: (message) => message.split('\n').forEach((v) => stdout.writeln(v)), ), ); ```