- 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.
		
			
				
	
	
		
			102 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			102 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| [
 | |
|   {
 | |
|     "order_id": "TWT76911",
 | |
|     "customer_name": "Robinson",
 | |
|     "location": "Lyubokhna",
 | |
|     "order_date": "2023-09-17T00:35:06Z",
 | |
|     "quantity": 6,
 | |
|     "payments": "COD",
 | |
|     "price": 336,
 | |
|     "status": "New"
 | |
|   },
 | |
|   {
 | |
|     "order_id": "TWT23890",
 | |
|     "customer_name": "Claudina",
 | |
|     "location": "Maracha",
 | |
|     "order_date": "2023-09-11T15:01:04Z",
 | |
|     "quantity": 8,
 | |
|     "payments": "American Express",
 | |
|     "price": 428,
 | |
|     "status": "Shopping"
 | |
|   },
 | |
|   {
 | |
|     "order_id": "TWT84616",
 | |
|     "customer_name": "Dewain",
 | |
|     "location": "Fuji",
 | |
|     "order_date": "2023-12-26T02:42:54Z",
 | |
|     "quantity": 6,
 | |
|     "payments": "Credit Card",
 | |
|     "price": 410,
 | |
|     "status": "Shopping"
 | |
|   },
 | |
|   {
 | |
|     "order_id": "TWT66711",
 | |
|     "customer_name": "Margette",
 | |
|     "location": "Chicago",
 | |
|     "order_date": "2024-01-09T18:24:04Z",
 | |
|     "quantity": 10,
 | |
|     "payments": "Paypal",
 | |
|     "price": 268,
 | |
|     "status": "Pending"
 | |
|   },
 | |
|   {
 | |
|     "order_id": "TWT50711",
 | |
|     "customer_name": "Brittany",
 | |
|     "location": "Hakha",
 | |
|     "order_date": "2023-09-28T14:17:02Z",
 | |
|     "quantity": 2,
 | |
|     "payments": "Visa Card",
 | |
|     "price": 229,
 | |
|     "status": "New"
 | |
|   },
 | |
|   {
 | |
|     "order_id": "TWT37588",
 | |
|     "customer_name": "Venus",
 | |
|     "location": "Sioguí Arriba",
 | |
|     "order_date": "2023-10-16T18:22:32Z",
 | |
|     "quantity": 5,
 | |
|     "payments": "Visa Card",
 | |
|     "price": 211,
 | |
|     "status": "Delivered"
 | |
|   },
 | |
|   {
 | |
|     "order_id": "TWT36092",
 | |
|     "customer_name": "Norry",
 | |
|     "location": "Hongqi",
 | |
|     "order_date": "2024-01-28T16:50:34Z",
 | |
|     "quantity": 7,
 | |
|     "payments": "American Express",
 | |
|     "price": 111,
 | |
|     "status": "Shopping"
 | |
|   },
 | |
|   {
 | |
|     "order_id": "TWT99659",
 | |
|     "customer_name": "Rabbi",
 | |
|     "location": "Macari",
 | |
|     "order_date": "2023-03-27T17:42:51Z",
 | |
|     "quantity": 9,
 | |
|     "payments": "COD",
 | |
|     "price": 268,
 | |
|     "status": "Pending"
 | |
|   },
 | |
|   {
 | |
|     "order_id": "TWT21952",
 | |
|     "customer_name": "Hesther",
 | |
|     "location": "København",
 | |
|     "order_date": "2024-02-08T00:16:01Z",
 | |
|     "quantity": 9,
 | |
|     "payments": "Credit Card",
 | |
|     "price": 392,
 | |
|     "status": "Delivered"
 | |
|   },
 | |
|   {
 | |
|     "order_id": "TWT66885",
 | |
|     "customer_name": "Sioux",
 | |
|     "location": "Taohua",
 | |
|     "order_date": "2023-10-23T16:25:29Z",
 | |
|     "quantity": 1,
 | |
|     "payments": "Paypal",
 | |
|     "price": 337,
 | |
|     "status": "New"
 | |
|   }
 | |
| ] |