Yelaman Yelmuratov
Yelaman Yelmuratov
@Frezyx You should also make the colors specified in custom logs be pulled into TalkerScreen. There seems to be no way to change this, unless you specify TalkerLog type from...
Haven't solved the problem yet?
Customization of colors, titles, and so on have been updated and documentation has been updated in this PR: https://github.com/Frezyx/talker/pull/272
This may not be the best solution, but it solves my problem for now, maybe later I'll think of another solution. If it helps anyone, here it is: https://github.com/yelmuratoff/octopus/commit/3731d363b45b927c0e52c218e6f7ebf7ada96708
I would also like to point out that the same example with different approaches *(with/without `go_router_builder`)* gives the same problem. For example: Tap to B Tabbar and tap button, push...
With `go_router_builder` it's not work. With go_router_builder (Error) ``` import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; part 'pop_generated.g.dart'; final GlobalKey _rootNavigatorKey = GlobalKey(debugLabel: 'root'); final GlobalKey _sectionANavigatorKey = GlobalKey(debugLabel: 'sectionANav'); void main() {...
> @yelmuratoff There are similar open issues with same log and behavior that you can go through and follow-up in: > > #156809 #154759 > > and #151080 to check...
Please check also examples from this closed issue: https://github.com/flutter/flutter/issues/157219 These errors are more likely to occur inside the ShellRoute.
The same problem for me
> [@khoadng](https://github.com/khoadng) [@yelmuratoff](https://github.com/yelmuratoff) can you disable the bloc language server and let me know if that resolves the issue? > >  > > Thanks and sorry for the inconvenience!...