circular_image 0.0.6 circular_image: ^0.0.6 copied to clipboard
This widget can be use as circle view for assets or network
TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
Features #
TODO: List what your package can do. Maybe include images, gifs, or videos.
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage #
TODO: User for circular image, you can add edit badge and handle click on badge as well as on image click
to import 'package:circular_image/circular_image.dart'; CircularImage('https://senzary.com/wp-content/uploads/2019/01/person2.jpg'),
folder.
import 'package:circular_image/circular_image.dart';
CircularImage('https://senzary.com/wp-content/uploads/2019/01/person2.jpg'),
//OR
CircularImage('assets/user.jpg',radius:50,borderWidth:2,borderColor:Colors.white),
Additional information #
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.