Skip to content

ricardocrescenti/flutter-entity-model-structure

Repository files navigation

user_structure

A new Flutter package project.

AvatarWidget

This widget use image_cropper and image_picker packages to open and crop image, to allow photos changed, pass the onPhotoChange parameter.

If you need to use this feature, you will need to edit the following files.

Android

File: android/app/src/main/AndroidManifest.xml
Add following lines inside the <application> tag.

<activity
    android:name="com.yalantis.ucrop.UCropActivity"
    android:screenOrientation="portrait"
    android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>

iOS

File: ios/Runner/Info.plist
Add following lines inside the <dict> tag.

<key>NSPhotoLibraryUsageDescription</key>
<string>Example usage description</string>
<key>NSCameraUsageDescription</key>
<string>Example usage description</string>

LoginWidget

SignUpWidget

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages