Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/

CMakeLists.txt /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/CMakeLists.txt
351 Views
0 Comments
# Project-level configuration.
cmake_minimum_required(VERSION 3.10)
project(runner LANGUAGES CXX)

# The name of the executable
flutter /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/flutter/
4 Items
  • CMakeLists.txt
  • generated_plugin_registrant.cc
  • generated_plugin_registrant.h
  • generated_plugins.cmake
  • main.cc /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/main.cc
    368 Views
    0 Comments
    #include "my_application.h"

    int main(int argc, char** argv) {
    g_autoptr(MyApplication) app = my_application_new();
    return g
    my_application.cc /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/my_application.cc
    351 Views
    0 Comments
    #include "my_application.h"

    #include <flutter_linux/flutter_linux.h>
    #ifdef GDK_WINDOWING_X11
    #include <gdk/gdkx.h>
    #endif

    #in
    my_application.h /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/my_application.h
    195 Views
    0 Comments
    #ifndef FLUTTER_MY_APPLICATION_H_
    #define FLUTTER_MY_APPLICATION_H_

    #include <gtk/gtk.h>

    G_DECLARE_FINAL_TYPE(MyApplication, m