You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to add a custom dialog called languages. But after I run stacked generate, the code disappears. Is that the intent or am I doing something wrong. The same thing happens with bottomSheets.
// pubspec.yaml
stacked: ^3.4.0
stacked_services: ^1.1.0
stacked_themes:
// flutter doctor
[✓] Flutter (Channel stable, 3.22.2, on macOS 14.4 23E214 darwin-arm64 (Rosetta), locale en-US)
[!] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[!] Xcode - develop for iOS and macOS (Xcode 15.4)
✗ Unable to get list of installed Simulator runtimes.
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.91.1)
[✓] Connected device (3 available)
[✓] Network resources
Steps to reproduce the issue
Add custom dialog
run stacked generate
Expected behavior
I would have expected that the app.diaglogs.dart file to maintain the new custom dialog information.
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Sorry, I just read the message // GENERATED CODE - DO NOT MODIFY BY HAND at the top of the app.dialogs.dart page. However, I’d still like help explaining how to create a custom dialog.
Describe the bug
Hi,
I’m trying to add a custom dialog called languages. But after I run
stacked generate
, the code disappears. Is that the intent or am I doing something wrong. The same thing happens with bottomSheets.My new dialog service…
After running
stacked generate
…What operating system do you use?
macOS
Information about the installed tooling
Steps to reproduce the issue
stacked generate
Expected behavior
I would have expected that the app.diaglogs.dart file to maintain the new custom dialog information.
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: