super_profile_card_package 0.0.2
super_profile_card_package: ^0.0.2 copied to clipboard
This Flutter package, designed as an artistic masterpiece, enhances the elegance of profile pages by introducing a personalized and attention-grabbing profile card
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add super_profile_card_packageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
super_profile_card_package: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:super_profile_card_package/Widgets/detail_widget.dart';
import 'package:super_profile_card_package/profile_card.dart';
import 'package:super_profile_card_package/profile_painter.dart';
import 'package:super_profile_card_package/super_profile_card.dart';