avatar_better_pro 0.1.1 copy "avatar_better_pro: ^0.1.1" to clipboard
avatar_better_pro: ^0.1.1 copied to clipboard

This is a complete avatar package that you can use for your profile and avatar.

example/lib/main.dart

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

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      themeMode: ThemeMode.dark,
      theme: ThemeData.light().copyWith(
        colorScheme: ColorScheme.fromSeed(
          seedColor: Colors.deepPurple,
          brightness: Brightness.dark,
        ),
      ),
      home: const AvatarTest(),
    );
  }
}
3
likes
160
points
45
downloads

Publisher

verified publisherswanflutterdev.com

Weekly Downloads

This is a complete avatar package that you can use for your profile and avatar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on avatar_better_pro