Skip to content

Commit 9381cc7

Browse files
committed
Fix Copyright, update example
1 parent 954c3de commit 9381cc7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+354
-18
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# Copyright 2025 The Flutter Authors. All rights reserved.
2+
# Use of this source code is governed by a BSD-style license that can be
3+
# found in the LICENSE file.
4+
15
include: package:flutter_lints/flutter.yaml

packages/spikes/simple_gsp_client/example/android/app/src/debug/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Copyright 2025 The Flutter Authors. All rights reserved.
2+
Use of this source code is governed by a BSD-style license that can be
3+
found in the LICENSE file. -->
4+
15
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
26
<!-- The INTERNET permission is required for development. Specifically,
37
the Flutter tool needs it to communicate with the running application

packages/spikes/simple_gsp_client/example/android/app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Copyright 2025 The Flutter Authors. All rights reserved.
2+
Use of this source code is governed by a BSD-style license that can be
3+
found in the LICENSE file. -->
4+
15
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
26
<application
37
android:label="example"

packages/spikes/simple_gsp_client/example/android/app/src/main/kotlin/dev/flutter/example/MainActivity.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2025 The Flutter Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
package dev.flutter.example
26

37
import io.flutter.embedding.android.FlutterActivity

packages/spikes/simple_gsp_client/example/android/app/src/main/res/drawable-v21/launch_background.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright 2025 The Flutter Authors. All rights reserved.
3+
Use of this source code is governed by a BSD-style license that can be
4+
found in the LICENSE file. -->
5+
26
<!-- Modify this file to customize your launch splash screen -->
37
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
48
<item android:drawable="?android:colorBackground" />

packages/spikes/simple_gsp_client/example/android/app/src/main/res/drawable/launch_background.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright 2025 The Flutter Authors. All rights reserved.
3+
Use of this source code is governed by a BSD-style license that can be
4+
found in the LICENSE file. -->
5+
26
<!-- Modify this file to customize your launch splash screen -->
37
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
48
<item android:drawable="@android:color/white" />

packages/spikes/simple_gsp_client/example/android/app/src/main/res/values-night/styles.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright 2025 The Flutter Authors. All rights reserved.
3+
Use of this source code is governed by a BSD-style license that can be
4+
found in the LICENSE file. -->
5+
26
<resources>
37
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
48
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">

packages/spikes/simple_gsp_client/example/android/app/src/main/res/values/styles.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright 2025 The Flutter Authors. All rights reserved.
3+
Use of this source code is governed by a BSD-style license that can be
4+
found in the LICENSE file. -->
5+
26
<resources>
37
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
48
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">

packages/spikes/simple_gsp_client/example/android/app/src/profile/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!-- Copyright 2025 The Flutter Authors. All rights reserved.
2+
Use of this source code is governed by a BSD-style license that can be
3+
found in the LICENSE file. -->
4+
15
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
26
<!-- The INTERNET permission is required for development. Specifically,
37
the Flutter tool needs it to communicate with the running application

packages/spikes/simple_gsp_client/example/ios/Runner/AppDelegate.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright 2025 The Flutter Authors. All rights reserved.
2+
// Use of this source code is governed by a BSD-style license that can be
3+
// found in the LICENSE file.
4+
15
import Flutter
26
import UIKit
37

0 commit comments

Comments
 (0)