0 purchases
circular profile
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.2
copied to clipboard
2: Import the package and use it in your Flutter app.
import 'package:circular_profile/circular_profile.dart';
copied to clipboard
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"),
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.