Paakjis
Paakjis
> Hi. Is there a way to get the structure you used in https://mockapi.io/ ?
@vankhoa01 You have to create your own mock API with mockapi.io. Hopefully @Sadmansamee will bless us with the structure. But you could also figure it out yourself, i did that...
I have flutter_blue: 0.7.1+1. This is what I did to get it working on M1. 1. File -> Open. Open the 'android' folder in Android Studio. You will get the...
I got it. After hours of seraching. The App Widget needs to be StatefulWidget for the hot-reload to work properly. ``` class App extends StatefulWidget { const App({super.key}); @override State...