feat: useQuery hook with working example

This commit is contained in:
Kingkor Roy Tirtho
2023-02-23 22:50:37 +06:00
parent 5dde200c84
commit 7fabf44756
142 changed files with 5455 additions and 9 deletions
@@ -0,0 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.example">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>