ride4sun

Results 15 issues of ride4sun

I have this super_enum and the advise was to convert this to this package. I am wondering how all this will convert? Any help is appreciated... ``` import 'package:super_enum/super_enum.dart'; part...

I would like to see these features: - [ ] callback called on any text change when the search app is visible - [ ] close button instead of the...

new feature

I think it is just to much work consuming a small example like this. Better would be to open example sub-folder which would include the complete example as a flutter...

trivial but important to test the good cases ``` testWidgets( 'shows dataBuilder after future completes successfully with autostart', (tester) async { final text = '3'; final widget = MaterialApp( home:...

Should that work: ``` Widget build(BuildContext context) => new BlocProvider( bloc: appBloc, child: new LoggingBlocProvider( bloc: loggingBloc, child: Futuristic( autoStart: true, futureBuilder: () => appBloc.initBeforeUIStart(), busyBuilder: (context) => Text('busy1'), onError:...