File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : CI - Pull Request
2
2
on :
3
3
pull_request_target :
4
+ pull_request : # TODO: Remove this
4
5
5
6
# Pull Request Runs on the same branch will be cancelled
6
7
concurrency :
21
22
with :
22
23
cache : true
23
24
- run : dart run build_runner build --delete-conflicting-outputs
24
- - uses : ZebraDevs/flutter-code-quality@v1.0.7
25
+ - uses : ZebraDevs/flutter-code-quality@fix/pushFail
25
26
with :
26
27
token : ${{secrets.GITHUB_TOKEN}}
27
28
Original file line number Diff line number Diff line change 1
1
import Cocoa
2
2
import FlutterMacOS
3
3
4
- @NSApplicationMain
4
+ @main
5
5
class AppDelegate : FlutterAppDelegate {
6
6
override func applicationShouldTerminateAfterLastWindowClosed( _ sender: NSApplication ) -> Bool {
7
7
return true
Original file line number Diff line number Diff line change @@ -434,7 +434,6 @@ ThemeData generateZetaTheme({
434
434
bottomAppBarTheme: existingTheme.bottomAppBarTheme,
435
435
bottomNavigationBarTheme: existingTheme.bottomNavigationBarTheme,
436
436
bottomSheetTheme: existingTheme.bottomSheetTheme,
437
- buttonBarTheme: existingTheme.buttonBarTheme,
438
437
buttonTheme: existingTheme.buttonTheme,
439
438
cardTheme: existingTheme.cardTheme,
440
439
checkboxTheme: existingTheme.checkboxTheme,
You can’t perform that action at this time.
0 commit comments