Stacked-Org / stacked

A Flutter application architecture created from real world scenarios
MIT License
935 stars 256 forks source link

[bug]: new view creation (in web template app) gives error #1079

Closed Abhijit-Revamp closed 4 months ago

Abhijit-Revamp commented 4 months ago

Describe the bug

  1. Creating new app with stacked web template
  2. Add a new view
[INFO] Caching finalized dependency graph completed, took 220ms

[SEVERE] mockito:mockBuilder on test/helpers/test_helpers.dart (cached):

Null check operator used on a null value

[SEVERE] Failed after 321ms

To reproduce

  1. stacked update
  2. stacked create app debugtest2 -t web
  3. stacked create view page2

Expected behavior

error not expected

Screenshots

image

Additional Context

No response

FilledStacks commented 4 months ago

Hi, can you try to remove the number from the number form the app name and see if that helps.

Abhijit-Revamp commented 4 months ago

Yes, that is correct. Number seems to be an issue.

FilledStacks commented 4 months ago

Awesome. I'll close this now