File tree Expand file tree Collapse file tree 10 files changed +28
-286
lines changed
java/flutter/overlay/window/flutter_overlay_window Expand file tree Collapse file tree 10 files changed +28
-286
lines changed Original file line number Diff line number Diff line change 44# This file should be version controlled and should not be manually edited.
55
66version:
7- revision: c860cba910319332564e1e9d470a17074c1f2dfd
8- channel: stable
7+ revision: "abb292a07e20d696c4568099f918f6c5f330e6b0"
8+ channel: " stable"
99
1010project_type: plugin
11+
12+ # Tracks metadata for the flutter migrate command
13+ migration:
14+ platforms:
15+ - platform: root
16+ create_revision: abb292a07e20d696c4568099f918f6c5f330e6b0
17+ base_revision: abb292a07e20d696c4568099f918f6c5f330e6b0
18+ - platform: android
19+ create_revision: abb292a07e20d696c4568099f918f6c5f330e6b0
20+ base_revision: abb292a07e20d696c4568099f918f6c5f330e6b0
21+
22+ # User provided section
23+
24+ # List of Local paths (relative to this file) that should be
25+ # ignored by the migrate tool.
26+ #
27+ # Files that are not part of the templates will be ignored by default.
28+ unmanaged_files:
29+ - 'lib/main.dart'
30+ - 'ios/Runner.xcodeproj/project.pbxproj'
Original file line number Diff line number Diff line change 66.DS_Store
77/build
88/captures
9+ .cxx
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 }
99
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:7.4 .0'
11+ classpath ' com.android.tools.build:gradle:7.3 .0'
1212 }
1313}
1414
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2- package =" flutter.overlay.window.flutter_overlay_window" >
3-
2+ package =" flutter.overlay.window.flutter_overlay_window" >
43 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
54 <uses-permission android : name =" android.permission.WAKE_LOCK" />
65 <uses-permission android : name =" android.permission.SYSTEM_ALERT_WINDOW" />
7- </manifest >
6+ </manifest >
Original file line number Diff line number Diff line change 3030
3131import java .util .HashMap ;
3232import java .util .Map ;
33+ import flutter .overlay .window .flutter_overlay_window .R ;
34+
3335import java .util .Timer ;
3436import java .util .TimerTask ;
3537
Original file line number Diff line number Diff line change 11package flutter .overlay .window .flutter_overlay_window ;
22
3-
43import android .view .Gravity ;
54import android .view .WindowManager ;
65import androidx .core .app .NotificationCompat ;
You can’t perform that action at this time.
0 commit comments