issues
search
lukepighetti
/
flutter_hotspot
Simple tours, coachmarks, and tutorials. Just tag your Widgets!
https://pub.dev/packages/hotspot
MIT License
139
stars
14
forks
source link
hot reload updates contents after second hot reload
#3
Open
lukepighetti
opened
4 months ago
lukepighetti
commented
4 months ago
.withHotspot(title: "foo")
startFlow() // "foo" visible
.withHotspot(title: ~"foo"~ "bar")
hot reload // no change
hot reload // "bar" visible
you have to hot reload twice to view changes
you have to hot reload twice to view changes