modular
modular copied to clipboard
A smart project structure
Tenho o seguinte código, como poderia migrar para a v6? Tenho LoginModule que está dentro de app/modules/login ``` class LoginModule extends Module { @override final List binds = [ Bind.lazySingleton((i)...
**Describe the bug** When using the new modular version 6.3.3, query parameters do not work correctly, they are always deleted when loading finishes. **To Reproduce** - Run any web application...
**Describe the question** So my company team is migrating from Modular v5 to Modular v6 and we faced two issues when migrating. The first one is, PositionalParams is being instanced...
Tenho no meu AppModule  Esses 2 ultimos binds selecionados serão importados na tela de login puxados qdo importo o LoginController que está declarado no LoginModule  LoginController() receba a...
late Timer _timer; bool _timerAtivo = true; @override void initState() { super.initState(); statusUpdate(); _timer = Timer.periodic(const Duration(seconds: 1), (timer) { if (_timerAtivo) { iniciarTemporizadorPegarStatus(); } }); } String statusParametros =...
recently and I'm noticing that the modular has a serious problem related to the user's tap, when you enter as a user in an application using the modular and tap...
Ola estou programando em flutter ja tem um tempinha e estou com um problema esta dando este erro ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════ js_primitives.dart:30 The following StateError was thrown...
# Description Fix: Path resolution strategy for Flutter Web hosted outside of base path (issue #941) ## Checklist - [X] The title of my PR starts with a [Conventional Commit]...
**Describe the bug** Navigation is not working correctly, because when I navigate to the RouterOutlet and navigate to another separate module, the parent module of the RouterOutlet maintains the binds...
**Ambiente** ```yaml flutter_modular: ^6.3.2 mobx: ^2.2.1 flutter_mobx: ^2.1.1 ``` **Descrição** Estou com dificuldades para conseguir compartilhar uma classe de Store feita com Mobx entre dois módulos da minha aplicação. Tenho...