Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions .dart_tool/package_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"configVersion": 2,
"packages": [
{
"name": "characters",
"rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "collection",
"rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "flutter",
"rootUri": "file:///D:/flutter%203.7.7/packages/flutter",
"packageUri": "lib/",
"languageVersion": "2.17"
},
{
"name": "js",
"rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5",
"packageUri": "lib/",
"languageVersion": "2.16"
},
{
"name": "material_color_utilities",
"rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0",
"packageUri": "lib/",
"languageVersion": "2.13"
},
{
"name": "meta",
"rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "sky_engine",
"rootUri": "file:///D:/flutter%203.7.7/bin/cache/pkg/sky_engine",
"packageUri": "lib/",
"languageVersion": "2.12"
},
{
"name": "vector_math",
"rootUri": "file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4",
"packageUri": "lib/",
"languageVersion": "2.14"
},
{
"name": "flutter_screen_manager",
"rootUri": "../",
"packageUri": "lib/",
"languageVersion": "2.17"
}
],
"generated": "2024-11-03T16:11:07.096137Z",
"generator": "pub",
"generatorVersion": "2.19.4"
}
37 changes: 37 additions & 0 deletions .dart_tool/package_config_subset
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
characters
2.12
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1/
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/characters-1.2.1/lib/
collection
2.12
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0/
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/collection-1.17.0/lib/
js
2.16
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5/
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/js-0.6.5/lib/
material_color_utilities
2.13
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/material_color_utilities-0.2.0/lib/
meta
2.12
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0/
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/meta-1.8.0/lib/
vector_math
2.14
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/
file:///C:/Users/User/AppData/Local/Pub/Cache/hosted/pub.dev/vector_math-2.1.4/lib/
sky_engine
2.12
file:///D:/flutter%203.7.7/bin/cache/pkg/sky_engine/
file:///D:/flutter%203.7.7/bin/cache/pkg/sky_engine/lib/
flutter
2.17
file:///D:/flutter%203.7.7/packages/flutter/
file:///D:/flutter%203.7.7/packages/flutter/lib/
flutter_screen_manager
2.17
file:///E:/flutter_screen/
file:///E:/flutter_screen/lib/
2
1 change: 1 addition & 0 deletions .dart_tool/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7.7
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.3.1'
classpath 'com.android.tools.build:gradle:7.4.2'
}
}

Expand All @@ -46,11 +46,11 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
compileSdkVersion 34

defaultConfig {
minSdkVersion 16
targetSdkVersion 28
minSdkVersion 21
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
91 changes: 91 additions & 0 deletions android/src/main/kotlin/flutter/plugins/screen/ScreenPlugin.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
package flutter.plugins.screen

import android.provider.Settings
import android.view.WindowManager
import io.flutter.embedding.engine.plugins.FlutterPlugin
import io.flutter.embedding.engine.plugins.activity.ActivityAware
import io.flutter.embedding.engine.plugins.activity.ActivityPluginBinding
import io.flutter.plugin.common.MethodCall
import io.flutter.plugin.common.MethodChannel
import io.flutter.plugin.common.MethodChannel.MethodCallHandler
import io.flutter.plugin.common.MethodChannel.Result

class ScreenPlugin : FlutterPlugin, MethodCallHandler, ActivityAware {
private lateinit var channel: MethodChannel
private var activityBinding: ActivityPluginBinding? = null

override fun onAttachedToEngine(binding: FlutterPlugin.FlutterPluginBinding) {
channel = MethodChannel(binding.binaryMessenger, "github.com/clovisnicolas/flutter_screen")
channel.setMethodCallHandler(this)
}

override fun onMethodCall(call: MethodCall, result: Result) {
when (call.method) {
"brightness" -> {
result.success(getBrightness())
}
"setBrightness" -> {
val brightness = call.argument<Double>("brightness")
val window = activityBinding?.activity?.window ?: return
val layoutParams = window.attributes
layoutParams.screenBrightness = brightness?.toFloat() ?: 0f
window.attributes = layoutParams
result.success(null)
}
"isKeptOn" -> {
val flags = activityBinding?.activity?.window?.attributes?.flags ?: 0
result.success((flags and WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON) != 0)
}
"keepOn" -> {
val on = call.argument<Boolean>("on") ?: false
val window = activityBinding?.activity?.window ?: return
if (on) {
println("Keeping screen on")
window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON)
} else {
println("Not keeping screen on")
window.clearFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON)
}
result.success(null)
}
else -> {
result.notImplemented()
}
}
}

private fun getBrightness(): Float {
val window = activityBinding?.activity?.window ?: return 1.0f
var result = window.attributes.screenBrightness
if (result < 0) { // the application is using the system brightness
try {
val contentResolver = activityBinding?.activity?.contentResolver ?: return 1.0f
result = Settings.System.getInt(contentResolver, Settings.System.SCREEN_BRIGHTNESS) / 255f
} catch (e: Settings.SettingNotFoundException) {
result = 1.0f
e.printStackTrace()
}
}
return result
}

override fun onDetachedFromEngine(binding: FlutterPlugin.FlutterPluginBinding) {
channel.setMethodCallHandler(null)
}

override fun onAttachedToActivity(binding: ActivityPluginBinding) {
activityBinding = binding
}

override fun onDetachedFromActivity() {
activityBinding = null
}

override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
onAttachedToActivity(binding)
}

override fun onDetachedFromActivityForConfigChanges() {
onDetachedFromActivity()
}
}

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\928037447358656884d83c98e394569b\\app.dill","D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\icon_tree_shaker.dart","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","E:\\flutter_screen\\example\\pubspec.yaml","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE","D:\\flutter 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE","D:\\flutter 3.7.7\\packages\\flutter\\LICENSE","E:\\flutter_screen\\LICENSE"],"outputs":["E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\kernel_blob.bin","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z"]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z: E:\\flutter_screen\\example\\pubspec.yaml D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE D:\\flutter\ 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE D:\\flutter\ 3.7.7\\packages\\flutter\\LICENSE E:\\flutter_screen\\LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\package_config_subset"],"outputs":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"inputs":[],"outputs":[]}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\kernel_blob.bin","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z"]

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\flutter_build\\f2a29113ee71cb1f10cbbbe2a016322e\\app.dill","D:\\flutter 3.7.7\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\icon_tree_shaker.dart","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","D:\\flutter 3.7.7\\bin\\internal\\engine.version","E:\\flutter_screen\\example\\pubspec.yaml","D:\\flutter 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE","C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE","D:\\flutter 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE","D:\\flutter 3.7.7\\packages\\flutter\\LICENSE","E:\\flutter_screen\\LICENSE"],"outputs":["E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\vm_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\isolate_snapshot_data","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\kernel_blob.bin","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json","E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z"]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\shaders/ink_sparkle.frag E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\AssetManifest.json E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\FontManifest.json E:\\flutter_screen\\example\\build\\app\\intermediates\\flutter\\debug\\flutter_assets\\NOTICES.Z: E:\\flutter_screen\\example\\pubspec.yaml D:\\flutter\ 3.7.7\\packages\\flutter\\lib\\src\\material\\shaders\\ink_sparkle.frag C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\async-2.10.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\boolean_selector-2.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\characters-1.2.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\clock-1.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\collection-1.17.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\fake_async-1.3.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\js-0.6.5\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\matcher-0.12.13\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\material_color_utilities-0.2.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\meta-1.8.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\path-1.8.2\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\source_span-1.9.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stack_trace-1.11.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\stream_channel-2.1.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\string_scanner-1.2.0\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\term_glyph-1.2.1\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\test_api-0.4.16\\LICENSE C:\\Users\\User\\AppData\\Local\\Pub\\Cache\\hosted\\pub.dev\\vector_math-2.1.4\\LICENSE D:\\flutter\ 3.7.7\\bin\\cache\\pkg\\sky_engine\\LICENSE D:\\flutter\ 3.7.7\\packages\\flutter\\LICENSE E:\\flutter_screen\\LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"inputs":["E:\\flutter_screen\\example\\.dart_tool\\package_config_subset"],"outputs":[]}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"inputs":[],"outputs":[]}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading