Serj Elokhin
Results
22
issues of
Serj Elokhin
Hi and thanks for the great package! I noticed blinking the screen when I change the `routerConfig` in the `MaterialApp.router`. https://github.com/user-attachments/assets/3f8c831e-048d-45f1-af47-4cf1c47fe54a Here is the code of the app `main.dart` ```dart...
Hi! Thanks for the great package! Can you please support an external logger as an optional alternative to the internal `print`? Something like: ```dart import 'dart:developer'; SmtpClient.logger = log; ```...