is there any way to user hot restart/hot reload functionality for native java code along with flutter dart code?

148 Views Asked by At

if i make changes in native flutter code, while my flutter dart code is running can I view changes using hot/hot restart?

For now, if open andrdoid folder into android studio and make changes, and run app/activity it gets disconnected with dart on flutter project level.

Read here, that hot reload/hot restart will only work on Dart VM and native Java does not comes under Dart VM, so bye bye hot restart for native.

Appreciate any help, facing slow developer experience.

0

There are 0 best solutions below