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
  1. .withHotspot(title: "foo")
  2. startFlow() // "foo" visible
  3. .withHotspot(title: ~"foo"~ "bar")
  4. hot reload // no change
  5. hot reload // "bar" visible

you have to hot reload twice to view changes