modular icon indicating copy to clipboard operation
modular copied to clipboard

A smart project structure

Results 126 modular issues
Sort by recently updated
recently updated
newest added

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)...

new
question

**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...

bug
new

**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...

new
question

Tenho no meu AppModule ![image](https://github.com/Flutterando/modular/assets/606731/2d608892-8de4-41b6-b8dd-9e7a62539029) Esses 2 ultimos binds selecionados serão importados na tela de login puxados qdo importo o LoginController que está declarado no LoginModule ![image](https://github.com/Flutterando/modular/assets/606731/9cafae69-6a41-418d-8ba5-59a6cbc93c89) LoginController() receba a...

new
question

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 =...

new
question

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...

new

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...

new
question

# 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...

new

**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...

new
question