Skip to content

A robust and straightforward form builder for Flutter based on LiteState state manger.

License

Notifications You must be signed in to change notification settings

caseyryan/flutter_lite_forms

Repository files navigation

Automatic unregistering removed fields Async validators Unified styling for all forms Seamless working with native formatters and flutter_multi_formatter

iOS Starting with version 0.8.1 the iOS implementation uses PHPicker to pick (multiple) images on iOS 14 or higher. As a result of implementing PHPicker it becomes impossible to pick HEIC images on the iOS simulator in iOS 14+. This is a known issue. Please test this on a real device, or test with non-HEIC images until Apple solves this issue.

Add the following keys to your Info.plist file, located in /ios/Runner/Info.plist:

<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This is used to allow users to attach images</string>
<key>NSCameraUsageDescription</key>
<string>This is used to allow users to take pictures if they need to attach anything</string>
<key>NSMicrophoneUsageDescription</key>
<string>Microphone is required for a camera</string>

Android # Starting with version 0.8.1 the Android implementation support to pick (multiple) images on Android 4.3 or higher.

No configuration required - the plugin should work out of the box. It is however highly recommended to prepare for Android killing the application when low on memory. How to prepare for this is discussed in the Handling MainActivity destruction on Android section.

It is no longer required to add `android:requestLegacyExternalStorage="true"`` as an attribute to the tag in AndroidManifest.xml, as image_picker has been updated to make use of scoped storage.

File Picker

This package uses file_picker under the hood so it also requires some setup described here https://github.com/miguelpruivo/flutter_file_picker

About

A robust and straightforward form builder for Flutter based on LiteState state manger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published