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

A comprehensive Flutter package for profile management UI components including profile image picker, user info forms, and location selection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_profile_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_profile_kit: ^1.0.0

Alternatively, 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:flutter_profile_kit/flutter_profile_kit.dart';
0
likes
130
points
138
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter package for profile management UI components including profile image picker, user info forms, and location selection.

Repository (GitHub)
View/report issues

Topics

#flutter #profile #ui #user-management #form

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_platform_widgets, flutter_svg, image_picker

More

Packages that depend on flutter_profile_kit