Profile Widget
Profile Widget package lets you add a beautiful Profile container to your Flutter app.
Installation
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
profile_widget: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:profile_widget/profile_widget.dart';
Example
There are a number of properties that you can modify:
- height
- width
- color
- background
- name
- role
- image
- shadow
- nameFontSize
- roleFontSize
- imageRadius
- padding
- margin

|