20 Commits

Author SHA1 Message Date
Wenqi Li
924dc92946 reformat code 2024-03-25 21:17:22 +08:00
Wenqi Li
88f50f1406 Lint code according to the public_member_api_docs rule. Make AlbumPageState widget private. 2024-03-25 03:37:29 +08:00
Wenqi Li
a1f80f7bc3 add storage permission back for iOS versions before iOS14 2023-07-27 22:33:06 +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
brand17
6aba4fb6c2
ios permissions changed
`Permission.photos` should be requested instead of `Permission.storage` for ios
2023-07-13 19:37:47 +03:00
Wenqi Li
4a2b9dcf1c optimize code 2023-05-14 03:18:55 +08:00
Wenqi Li
eafedcb225 upgrade "permission_handler" dependency in example app and request correct permission after android 33 2023-05-14 02:23:49 +08:00
Wenqi Li
88e0ad714b *Break changes:
• move "newest" parameter from "listMedia" to "listAlbums" API
• move "newest" property from "MediaPage" to "Media"
• add "newest" parameter of getAlbumThumbnail API
• update album parameter of AlbumThumbnailProvider
2023-05-14 01:08:51 +08:00
Wenqi Li
6976ab8d3b update "mediumType" to be optional parameter of "listAlbums" to allow fetch both type of media 2023-05-11 21:56:25 +08:00
Wenqi Li
c7db355a12 update versions of flutter, android, kotlin, gradle, CocoaPods, iOS and so on 2023-05-03 02:26:53 +08:00
Wenqi Li
79df5c21ea update album name property to nullable 2021-10-20 21:27:32 +08:00
Wenqi Li
184b728f12 update to satisfy null safety 2021-03-30 22:30:21 +08:00
Wenqi Li
af3efe5207 add mediumType for AlbumThumbnailProvider in example app 2020-09-20 18:39:48 +08:00
Wenqi Li
c0bbf46ae2 specify _albums type generic 2020-09-20 18:38:02 +08:00
Wenqi Li
c70dd411dc rename collection to album in example app 2020-09-20 16:04:55 +08:00
Wenqi Li
1fcc2d8663 update MediumType to image in example app 2020-08-22 17:01:56 +08:00
Wenqi Li
48cd6f6663 add VideoProvider widget to play video in example app 2020-08-22 15:32:52 +08:00
Wenqi Li
2d261bf5e3 rename media to medium in ViewerPage 2020-08-22 14:17:58 +08:00
Wenqi Li
af91b50909 add mediumType attribute in ThumbnailProvider 2020-08-22 14:12:54 +08:00
Wenqi Li
67d2a5f8a2 initial commit 2020-08-14 18:07:27 +08:00