profile_picture 1.0.0 copy "profile_picture: ^1.0.0" to clipboard
profile_picture: ^1.0.0 copied to clipboard

Profile picture implementation

This Package is capable of helping developers who needs a profile picture in their app from sketching this feature.

Features #

Profile Picture Helper with the pick image button

Getting started #

Just import the package and enjoy relaxing from sketching the profile picture ui

Usage #

import 'dart:developer'; import 'package:flutter/material.dart'; import 'package:flutter_package_preparation/the_pack.dart';

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

class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return MaterialApp( title: 'Flutter Demo', theme: ThemeData( primarySwatch: Colors.blue, ), home: const MyApplication()); } }

class MyApplication extends StatefulWidget { const MyApplication({super.key});

@override State

class _MyApplicationState extends State

Additional information #

No info extra

5
likes
120
points
37
downloads

Documentation

API reference

Publisher

verified publisherhatefmall.com

Weekly Downloads

Profile picture implementation

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on profile_picture