You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'You can reduce the thumb size to get faster load speed.';
136
151
137
152
@override
138
-
Stringget customPickerNotice =>'This page contains customized pickers with different asset types, different UI layouts, or some use case for specific apps. Contribute to add your custom picker are welcomed.\nPickers in this page are located at the lib/customs/pickers folder.';
153
+
Stringget customPickerNotice =>
154
+
'This page contains customized pickers with different asset types, different UI layouts, or some use case for specific apps. Contribute to add your custom picker are welcomed.\nPickers in this page are located at the lib/customs/pickers folder.';
139
155
140
156
@override
141
157
Stringget customPickerCallThePickerButton =>'🎁 Call the Picker';
@@ -144,13 +160,15 @@ class AppLocalizationsEn extends AppLocalizations {
Stringget customPickerDirectoryAndFileDescription =>'This is a custom picker built for `File`.\nBy browsing this picker, we want you to know that you can build your own picker components using the entity\'s type you desired.\n\nIn this page, picker will grab files from `getApplicationDocumentsDirectory`, then check whether it contains images. Put files into the path to see how this custom picker work.';
'This is a custom picker built for `File`.\nBy browsing this picker, we want you to know that you can build your own picker components using the entity\'s type you desired.\n\nIn this page, picker will grab files from `getApplicationDocumentsDirectory`, then check whether it contains images. Put files into the path to see how this custom picker work.';
Stringget customPickerInstagramLayoutDescription =>'The picker reproduces Instagram layout with preview and scroll animations. It\'s also published as the package insta_assets_picker.';
0 commit comments