Cengizhan
Results
2
comments of
Cengizhan
For folks who still have to write on Dart SDK < 2.15 ```dart extension DateTimeExtension on DateTime { DateTime copy() { if (isUtc) { return DateTime.utc( year, month, day, hour,...
You can get help from another package: AutoSizeText for this use-case. run `flutter pub add auto_size_text` and then: ```dart import 'package:auto_size_text/auto_size_text.dart'; import 'package:marquee/marquee.dart'; return SizedBox( height: 20, child: AutoSizeText( 'Some...