super_profile_card_package 0.0.2 copy "super_profile_card_package: ^0.0.2" to clipboard
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

example/lib/main.dart

import 'package:example/homeview.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomeView(),
    );
  }
}
6
likes
140
points
5
downloads

Publisher

verified publishernurhayatyurtaslan.com

Weekly Downloads

This Flutter package, designed as an artistic masterpiece, enhances the elegance of profile pages by introducing a personalized and attention-grabbing profile card

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on super_profile_card_package