Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

635202 Views

Latest files of /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner

Configs/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/Configs/
4 Items
  • Warnings.xcconfig
  • Debug.xcconfig
  • AppInfo.xcconfig
  • Release.xcconfig
  • Base.lproj/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/Base.lproj/
    1 Items
  • MainMenu.xib
  • Assets.xcassets/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/Assets.xcassets/
    1 Items
  • AppIcon.appiconset/
  • DebugProfile.entitlements cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/DebugProfile.entitlements
    226 Views
    0 Comments
    Media file
    AppDelegate.swift cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/AppDelegate.swift
    192 Views
    0 Comments
    import Cocoa
    import FlutterMacOS

    @NSApplicationMain
    class AppDelegate: FlutterAppDelegate {
    override func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool {
    return true
    }
    Release.entitlements cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/Release.entitlements
    198 Views
    0 Comments
    Media file
    MainFlutterWindow.swift cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/MainFlutterWindow.swift
    162 Views
    0 Comments
    import Cocoa
    import FlutterMacOS

    class MainFlutterWindow: NSWindow {
    override func awakeFromNib() {
    let flutterViewController = FlutterViewController()
    let windowFrame = self.frame
    self.contentViewController = flutterViewController
    Info.plist cody/PrakharDoneria/Tic-Tac-Toe-Flutter/macos/Runner/Info.plist
    193 Views
    0 Comments
    Media file