mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-04-17 15:00:39 +00:00

* fixed fvm path typo * Update pubspec.yaml * version control pubspec.lock * fixed ios build * deleted `ExpandableSectionList` * removed redundant default cases * avoided async gaps * replaced deprecated color value getter * `WillPopScope` -> `PopScope` * removed theme deprecations * replaced text scale deprecation * updated goldens * updated flutter version across workflows * [android] migrated to the new gradle * upgraded dependencies * [android] fixed build * [ios] fixed build * updated config * allow release notes to fail * updated stub pubspec * [android] use java 17 * [ios] enable flutterfire * added firebase.json to secrets * typo * update color utils * use exact versions * reverted color utils * updated goldens
7 lines
378 B
XML
7 lines
378 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<!-- 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>
|