Ivan Trejo

Results 5 comments of Ivan Trejo

Is there a way to avoid having to use StreamChatThemeData. I find that it overrides my theme data as well, and it turned my floating action button from square to...

`import "package:flutter/material.dart"; class MaterialTheme { const MaterialTheme(); static MaterialScheme lightScheme() { return const MaterialScheme( brightness: Brightness.light, primary: Color(0xff505b92), surfaceTint: Color(0xff505b92), onPrimary: Color(0xffffffff), primaryContainer: Color(0xffdee1ff), onPrimaryContainer: Color(0xff09164b), secondary: Color(0xff5a5d72), onSecondary: Color(0xffffffff),...

`class MyApp extends ConsumerWidget { const MyApp({super.key}); @override Widget build(BuildContext context, WidgetRef ref) { final GoRouter router = ref.watch(goRouterProvider); const MaterialTheme materialTheme = MaterialTheme(); final client = StreamChatClient( Config.streamApi, logLevel:...

Any word on this?

Thanks for that!