-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Describe the bug
Running the command dart run splash_master create always updates the LaunchScreen.storyboard file by adding duplicate entries. After running the command multiple times, these duplicate nodes accumulate and cause the storyboard to become invalid.
To Reproduce
Steps to reproduce the behavior:
- Run dart run splash_master create
- Run the same command again
- Open and inspect the LaunchScreen.storyboard file
- Notice that duplicate entries have been added
Expected behavior
The command should check whether the corresponding fields or nodes already exist in the storyboard.
If an entry exists, it should be replaced or updated, It should not append a new duplicate entry. This ensures the storyboard remains valid even when the command is executed multiple times.
Copilot
Metadata
Metadata
Assignees
Labels
No labels