dlwsdqdws / image_picker

A Flutter APP - Image Picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMAGE PICKER

Contact

    Name : Lei Lu

Outline

This is a local photo album containing the following features:

  1. Choose and import photos from your photo library
  2. Directly take a photo with the camera and save it
  3. Show all saved photos in a 3-column grid. Crop the images into rounded rectangles
  4. Browser photo in full screen
  5. Show the size of the photo

Details

Screenshot

Trojan Trojan Trojan

Video

Image_Picker

Note

Version

Developed on iphone 12 IOS 15.4.

How to Run

  1. Unzip the folder
  2. cd into the folder
  3. Run(change it to your flutter path) : export PATH=$PATH:/Users/lulei/desktop/flutter/bin
  4. Open a simulator. For IOS, run : open -a Simulator
  5. Run : flutter run

References

  1. https://github.com/bizz84/image-picker-demo-flutter
  2. https://medium.com/flutter/learning-flutters-new-navigation-and-routing-system-7c9068155ade
  3. https://stackoverflow.com/questions/64734686/flutter-how-to-set-clickable-systems-in-each-index-at-gridview-builder-with-nav
  4. https://docs.flutter.dev/cookbook/navigation/hero-animations
  5. http://www.ptbird.cn/flutter-gridview-count-gridview-builder.html#menu_index_2
  6. https://juejin.cn/post/6844903833265504270
  7. https://book.flutterchina.club/chapter6/gridview.html#_6-6-1-默认构造函数
  8. https://book.flutterchina.club/chapter3/img_and_icon.html#_3-3-图片及icon
  9. https://www.jb51.net/article/234891.htm
  10. https://blog.csdn.net/u013750244/article/details/106553825
  11. https://www.javaroad.cn/questions/91938
  12. https://blog.csdn.net/qq_39301804/article/details/107183395
  13. https://blog.csdn.net/qq_42572245/article/details/106866842
  14. https://stackoverflow.com/questions/63374026/the-following-nosuchmethoderror-was-thrown-building-futurebuilderlistdatadi
  15. https://blog.csdn.net/qq_31545245/article/details/100978259
  16. https://www.jianshu.com/p/58a6e272a038
  17. https://www.jianshu.com/p/f3ab718b366d
  18. http://www.licqi.com/artikel/8687.html
  19. https://stackoverflow.com/questions/71019822/androidmanifest-xml-uses-androidname-io-flutter-app-futterapplication
  20. https://www.jianshu.com/p/
  21. https://blog.csdn.net/zhouxiangstudying/article/details/43232429
  22. https://www.jianshu.com/p/f983c500d259
  23. https://blog.csdn.net/EchoLei/article/details/122086847# image_picker

About

A Flutter APP - Image Picker

License:GNU General Public License v3.0


Languages

Language:Dart 52.2%Language:Swift 26.8%Language:Ruby 14.0%Language:Shell 4.6%Language:Kotlin 2.3%Language:Objective-C 0.2%