Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634850 Views

Latest files of /cody/iCriptSnappie/flutter_portfolio/linux/runner

main.cc cody/iCriptSnappie/flutter_portfolio/linux/runner/main.cc
158 Views
0 Comments
Media file
my_application.h cody/iCriptSnappie/flutter_portfolio/linux/runner/my_application.h
98 Views
0 Comments
#ifndef FLUTTER_MY_APPLICATION_H_
#define FLUTTER_MY_APPLICATION_H_

#include <gtk/gtk.h>

G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION,
GtkApplication)

my_application.cc cody/iCriptSnappie/flutter_portfolio/linux/runner/my_application.cc
171 Views
0 Comments
Media file
CMakeLists.txt cody/iCriptSnappie/flutter_portfolio/linux/runner/CMakeLists.txt
148 Views
0 Comments
cmake_minimum_required(VERSION 3.13)
project(runner LANGUAGES CXX)

# Define the application target. To change its name, change BINARY_NAME in the
# top-level CMakeLists.txt, not the value here, or `flutter run` will no longer
# work.
#
# Any new source files that you add to the application should be added here.