Dane Mackier
Dane Mackier
I think that was merged in @hajajmaor You can see how to use it by looking at the code [here](https://github.com/FilledStacks/responsive_builder/pull/19)
## Feature - Add development, production, and staging flavors to the CLI template for mobile - Add development, production, and staging flavors to the CLI template for web This feature...
Hi, VS code does show it. If it's required then it'll be shown. Sometimes the plugin doesn't update correctly. This is a problem with the VS code flutter & dart...
@7NT are you using the Stacked navigator observer?
The navigator observer is what keeps an eye on the navigations (view changes, dialogs, bottom sheets shown) if you're not using it in your app then Stacked won't know about...
You can pass in the builders instead using ```dart class StartUpView extends StatelessWidget { const StartUpView({Key key}) : super(key: key); @override Widget build(BuildContext context) { print('StartupView'); return ScreenTypeLayout.builder( breakpoints: ScreenBreakpoints(desktop:...
This is a good improvement request. We currently only have `disableReleaseConsoleOutput:` property on the logger, which will disable logs in release mode, but only to console output. If you have...
@merfire yes, it should be in the documentation. And yes, i'd like to have all references to observable_ish removed from the readme and the examples.
@JayPerfetto totally get that. We're paying for open source support now because it's becoming quite difficult to keep up with all the issues myself. I'm trying my best :) We...
@JayPerfetto no plans right now, I want to clear all these issues first then move on to new things.