I’m using Asp Net Core 3.1 and am working on developing admin controls to approve and delete submitted images that are awaiting approval. The functionality that I am developing and am stuck on is as follows: I have created a ...
Discy Latest Questions
I am trying to make my TabBar‘s height a little bigger. It only works up to a certain value. Here is my SliverPersistentHeader: SliverPersistentHeader( pinned: true, delegate: _SliverAppBarTabDelegate( child: PreferredSize( ...
I’m following Domain Driven Design for this project. I have got an object containing an image. Let’s call it Product: class Product { UniqueID id; ProductName name; ImageBytes imageBytes; } UniqueID, ProductName and ImageBytes are just validated objects that represent respectively a String, a String and ...
I have the below modeling for the JSON data, in which there are orders and items in each order. DATA MODEL class NewOrder { String _error; ...
I am using Flutter with VSCODE in a MacOS. Just imported a file MobileHomePage.dart from AdobeXD and the file name is in RED – meaning some error in this file. I followed this tutorial. At 5:33 it shows ...