1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Add web and macos, update android and ios (#223)

This commit is contained in:
Brett Morgan
2020-01-13 10:35:14 +10:00
committed by GitHub
parent 9c00f3fd13
commit 0b58ae92f2
36 changed files with 1279 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dev.flutter.example.jsonexample"
applicationId "dev.flutter.jsonexample"
minSdkVersion 16
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.example.jsonexample">
package="dev.flutter.jsonexample">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.example.jsonexample">
package="dev.flutter.jsonexample">
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
calls FlutterMain.startInitialization(this); in its onCreate method.
In most cases you can leave this as-is, but you if you want to provide

View File

@@ -1,4 +1,4 @@
package dev.flutter.example.jsonexample
package dev.flutter.jsonexample
import androidx.annotation.NonNull;
import io.flutter.embedding.android.FlutterActivity

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.flutter.example.jsonexample">
package="dev.flutter.jsonexample">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->