Features

Circular profile is to place image with custom effects and make developer life simple

Installation

1: Add the latest version of the package to your pubspec.yaml (and run dart pub get):


dependencies:
    circular_profile: ^0.0.1

2: Import the package and use it in your Flutter app.


import 'package:circular_profile/circular_profile.dart';

Getting started


CircularProfile(
image: NetworkImage("https://images.unsplash.com/photo-1671521277748-843a8128f7bb?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyNHx8fGVufDB8fHx8&auto=format&fit=crop&w=900&q=60"),
),

Libraries

circular_profile