166 Commits

Author SHA1 Message Date
Wenqi Li
a5c8e6f310 add GitHub Actions configuration to automatically publish to pub.dev from Github 2024-03-25 02:13:53 +08:00
Wenqi Li
72a0f5931d remove warning of non_nullable_equals_parameter 2024-03-25 02:13:46 +08:00
Wenqi Li
ce6185ae1a add dart-doc on PhotoGallery api 2024-03-24 22:09:50 +08:00
Wenqi Li
c8ad489c65 upgrade iOS versions 2024-03-24 21:45:36 +08:00
Wenqi Li
0ec4144c5f Merge remote-tracking branch 'Ashhad08/master' 2024-03-24 16:50:26 +08:00
org
61ceb95dd8 Fixed Crashing in IOS #69 2024-02-19 13:16:04 +05:00
Wenqi Li
2887edc455 remove Objective-C code and rename PhotoGalleryPlugin.swift 2023-08-14 01:06:39 +08:00
Wenqi Li
8b2269a125 update flutter and dart version constraints 2023-08-06 15:54:27 +08:00
Wenqi Li
1ea3498491 release version 2.1.1 2023-08-01 19:25:45 +08:00
Wenqi Li
5ff97adc56 use an initializing formal to assign a parameter to a field. 2023-08-01 19:21:38 +08:00
Wenqi Li
c152bb6bbd remove unnecessary 'const', 'new' keyword and 'this.' qualifier. 2023-08-01 19:21:15 +08:00
Wenqi Li
1b9f6a0de0 add flutter_lints dependency and analysis_options.yaml 2023-07-30 01:04:11 +08:00
Wenqi Li
84cad566db add public APIs' dartdoc comments 2023-07-30 00:54:28 +08:00
Wenqi Li
e9ecd562f5 remove unused code 2023-07-30 00:53:46 +08:00
Wenqi Li
9f8f929a0b add flutter SDK constraints in pubspec.yaml 2023-07-29 21:36:16 +08:00
Wenqi Li
4da063342e release version 2.1.0 2023-07-27 22:35:23 +08:00
Wenqi Li
a1f80f7bc3 add storage permission back for iOS versions before iOS14 2023-07-27 22:33:06 +08:00
Wenqi Li
7c48244058 reformat iOS code 2023-07-27 21:24:49 +08:00
Wenqi Li
d21edf5cac update iOS code of getting medium info 2023-07-27 16:16:15 +08:00
Wenqi Li
9f8e0aefca update getting medium info from asset on iOS platform 2023-07-27 00:26:16 +08:00
Wenqi Li
977c2ca2c6 update iOS code to improve performance 2023-07-26 22:56:30 +08:00
Wenqi Li
8e6ac397a7 update getting album thumbnail and album thumbnail provider 2023-07-25 22:36:41 +08:00
Wenqi Li
ce01bdb79e catch exception of getting medium thumbnail to show default image 2023-07-25 22:35:53 +08:00
Wenqi Li
607a8d6f70 add tap event of medium to move it into trash in example app 2023-07-24 00:58:56 +08:00
Wenqi Li
e3ad9b637e simplify code of loading image file 2023-07-24 00:58:15 +08:00
Wenqi Li
3bfd2bf74b add requestLegacyExternalStorage flag in AndroidManifest.xml to compatible with Android 10 2023-07-24 00:57:30 +08:00
Wenqi Li
0141329350 add PERMISSION_PHOTOS in CocoaPods build configuration to use Permission.photos correctly on iOS 2023-07-24 00:53:28 +08:00
Wenqi Li
9f457f5e0a
Merge pull request #65 from brand17/patch-1
ios permissions changed
2023-07-24 00:49:37 +08:00
Wenqi Li
25b119c92b Merge remote-tracking branch 'origin/master' 2023-07-24 00:47:26 +08:00
Wenqi Li
a015bf1b29
Merge pull request #62 from william8012/master
Delete Medium for iOS
2023-07-24 00:43:44 +08:00
Wenqi Li
fe0e80e32a rearrange and clean up code 2023-07-24 00:42:07 +08:00
Wenqi Li
2d80702f09 optimize iOS code 2023-07-24 00:40:57 +08:00
Wenqi Li
7635a8243f simplify deleting medium method in iOS code 2023-07-24 00:38:25 +08:00
Wenqi Li
185628470a add light weight support in Album and MediaPage 2023-07-24 00:36:28 +08:00
Wenqi Li
2db4d8901e add android support for deleting medium and listing media with light weight option 2023-07-24 00:33:23 +08:00
brand17
6aba4fb6c2
ios permissions changed
`Permission.photos` should be requested instead of `Permission.storage` for ios
2023-07-13 19:37:47 +03:00
Kwanwoo Kim
cbe3150ef0 LightWeight option for iOS 2023-06-25 22:41:36 -07:00
Kwanwoo Kim
9fc637fa50 Delete Medium for iOS 2023-06-25 17:29:58 -07:00
Wenqi Li
b3bf868ae9 release version 2.0.2 2023-06-12 01:21:11 +08:00
Wenqi Li
45c943b910 update Podfile.lock 2023-06-12 01:20:42 +08:00
Wenqi Li
f72778a5d3 add default value to models 2023-06-12 00:59:30 +08:00
Wenqi Li
94e39e8714 set default value of start property of mediaPage in Android kotlin code 2023-06-12 00:32:10 +08:00
Wenqi Li
3cb591fc5c release version 2.0.1 2023-05-18 01:01:15 +08:00
Wenqi Li
eea47a3b4b update Android and iOS auto generated code 2023-05-18 01:01:12 +08:00
Wenqi Li
e1bde97e91 update flutter sdk version range 2023-05-18 00:36:13 +08:00
Wenqi Li
6793ab5a48 update initializing mock method call handler in test cases 2023-05-18 00:35:12 +08:00
Wenqi Li
33defb2fec 'DecoderBufferCallback' is deprecated. Use "ImageDecoderCallback" with ImageProvider.loadImage instead. 2023-05-18 00:34:13 +08:00
Wenqi Li
615c7e7cdc release version 2.0.0 2023-05-15 01:41:15 +08:00
Wenqi Li
e708c0a964 update test cases 2023-05-15 01:41:02 +08:00
Wenqi Li
a68059733d fix bugs that always return null 2023-05-15 00:49:03 +08:00