profile_picture 1.0.0
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