add breakpoint package

This commit is contained in:
2026-01-14 00:42:24 -08:00
parent ea1891aa10
commit b7f99e2ce9
97 changed files with 57826 additions and 0 deletions
@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.example">
<!-- Flutter 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>