I try to give dashed border in flutter but there is no option for dashed border in flutter. so any another way to create dashed border in futter.
new Conta
As long as it is a Rectangular dashed border you want, you can now use dotted_border package which I have uploaded to Pub.
DottedBorder( color: Colors.black, gap: 3, strokeWidth: 1, child: FlutterLogo(size: 148), )