Jaime Blasco
Jaime Blasco
Hello! I am the principal maintainer of the modal bottom sheet package. With Flutter 2.0, there have been some breaking changes. You can use the latest version of the package...
I made a workaround to make it work on Flutter web for now. I don't display the notch if is on web (it has a lot of Path.combined) and instead...
I think Flutter Preview could be embedded inside Android Studio with https://jetbrains.org/intellij/sdk/docs/reference_guide/jcef.html
Some progress here, I managed to embed it inside vscode. Still some work to do to support hot restart
It doesn't work now as it needs some changes in the Flutter repo. I have already submitted a PR
I am not familiar with Emacs, but I can explain you the keys on how I implemented it on vscode , and probably will be the same for Android Studio....
I am still thinking on how the process should be, so it is not documented yet. But you got it! It waits for that notification and then launches the debug...
The dart process generates the main.preview.dart, that becomes the entry point of the flutter app for preview. This file regenerates everytime an active file is changed. It only have the...
What do you mean the debug process?. The dart daemon process doesn’t need an emulator. The app needs an emulator or running it on desktop/web
I think you haven't added the Layout widget anywhere in your app no? https://github.com/PierreBresson/flutter-wordpress-podcast/search?q=Layout&type=code