- Created CMakeLists.txt for Flutter and runner components. - Implemented resource script (Runner.rc) for application metadata. - Developed main entry point (main.cpp) for the Windows application. - Added FlutterWindow class to manage the Flutter view within a Win32 window. - Implemented utility functions for console management and command line argument parsing. - Established Win32Window class for high DPI-aware window handling. - Included application icon and manifest for proper Windows integration. - Set up build configurations and dependencies for the Flutter application on Windows.
72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
[
|
|
{
|
|
"id": 1,
|
|
"image": "assets/dummy/dummy_1.jpg",
|
|
"name": "Meir O'Leahy",
|
|
"user_name": "moleahy0",
|
|
"contact_number": "817-666-8080"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"image": "assets/dummy/dummy_2.jpg",
|
|
"name": "Ernie Ayling",
|
|
"user_name": "eayling1",
|
|
"contact_number": "890-910-3243"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"image": "assets/dummy/dummy_3.jpg",
|
|
"name": "Mead Ezzle",
|
|
"user_name": "mezzle2",
|
|
"contact_number": "293-162-4468"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"image": "assets/dummy/dummy_4.jpg",
|
|
"name": "Esta Norewood",
|
|
"user_name": "enorewood3",
|
|
"contact_number": "532-164-0604"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"image": "assets/dummy/dummy_5.jpg",
|
|
"name": "Bartram Cottell",
|
|
"user_name": "bcottell4",
|
|
"contact_number": "940-143-2842"
|
|
},
|
|
{
|
|
"id": 6,
|
|
"image": "assets/dummy/dummy_1.jpg",
|
|
"name": "Nicola Reolfo",
|
|
"user_name": "nreolfo5",
|
|
"contact_number": "356-558-8324"
|
|
},
|
|
{
|
|
"id": 7,
|
|
"image": "assets/dummy/dummy_2.jpg",
|
|
"name": "Normy Gilhoolie",
|
|
"user_name": "ngilhoolie6",
|
|
"contact_number": "256-770-5288"
|
|
},
|
|
{
|
|
"id": 8,
|
|
"image": "assets/dummy/dummy_3.jpg",
|
|
"name": "Octavia Margerrison",
|
|
"user_name": "omargerrison7",
|
|
"contact_number": "744-595-1968"
|
|
},
|
|
{
|
|
"id": 9,
|
|
"image": "assets/dummy/dummy_4.jpg",
|
|
"name": "Stella Barriball",
|
|
"user_name": "sbarriball8",
|
|
"contact_number": "906-522-1874"
|
|
},
|
|
{
|
|
"id": 10,
|
|
"image": "assets/dummy/dummy_5.jpg",
|
|
"name": "Panchito Chase",
|
|
"user_name": "pchase9",
|
|
"contact_number": "929-922-7735"
|
|
}
|
|
] |