radzish
radzish
If this applies to android only, please do it for at least android.
It could be expected behavior, but it is not consistent with how **value** setter of Observable works - it checks if value was changed and reports change only if this...
Is it supported?
It would be nice to be able to pass list parameters for IN statements. Currently I do not see such possibility.
_Latest status update: https://github.com/flutter/flutter/issues/14288#issuecomment-1890250258; some work around suggestions: https://github.com/flutter/flutter/issues/14288#issuecomment-1026332976_ ---- ## Steps to Reproduce Following source code: ```dart import 'package:flutter/material.dart'; const Color color = const Color.fromARGB(255, 100, 100, 100); void...
See following code: ```dart import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { MyApp({super.key}); late final GoRouter _router = GoRouter( routes: [ GoRoute( path: '/',...
I am using `AlignedGridView` (with `count` constructor). I noticed that performance of scrolling is quite poor. While debugging I noticed that when I scroll grid, all visible items are rebuilt....
It would be very nice to have ability to standard override type conversion. This could be quite helpful with handling such types as numeric (where I could use some other...
It should perfectly work with pure dart.
If possible, any guide how to do that?