A package that can handle divider by direction, and provide rounded divider.
Getting started
In your library add the following import:
import 'package:adaptive_divider/adaptive_divider.dart';
Usage
AdaptiveDivider(
radius: 8,
thickness: 3,
color: Colors.amber,
),