Skip to content

pjain03/image_encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image_encrypt

Library and app to encrypt/decrypt images

App Setup

Followed the steps on the Flutter website to install flutter, Android Studio, and set up VSCode for Flutter. Created a new Flutter App. Added 'image_picker' as a dependency in pubspec.yaml. Added:

  • NSPhotoLibraryUsageDescription
  • NSCameraUsageDescription
  • NSMicrophoneUsageDescription dependencies as keys in ios/Runner/Info.plist as keys.

Dependencies

  • image_picker - A Flutter plugin for iOS and Android for picking images from the image library, and taking new pictures with the camera.

References

About

Library and app to encrypt/decrypt images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published