radzish

Results 11 issues of radzish

If this applies to android only, please do it for at least android.

help wanted

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...

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...

framework
engine
customer: crowd
c: rendering
has reproducible steps
P3
a: gamedev
found in release: 3.3
found in release: 3.4
workaround available
team-engine
triaged-engine

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: '/',...

p: first party
package
has reproducible steps
P5
p: go_router
found in release: 3.3
found in release: 3.4

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.