@@ -261,6 +261,12 @@ function getPlugins() {
261
261
readme : `${ officialPlugins_baseUrl } /fingerprint-auth/README.md` ,
262
262
repo : `${ officialGithubUrl } /fingerprint-auth` ,
263
263
} ,
264
+ {
265
+ name : 'Flutter' ,
266
+ link : '/plugins/flutter' ,
267
+ readme : `${ officialUIKitPlugins_baseUrl } /flutter/README.md` ,
268
+ repo : `${ officialUIKitGithubUrl } /flutter` ,
269
+ } ,
264
270
{
265
271
name : 'Geolocation' ,
266
272
link : '/plugins/geolocation' ,
@@ -309,6 +315,12 @@ function getPlugins() {
309
315
readme : `${ officialPlugins_baseUrl } /iqkeyboardmanager/README.md` ,
310
316
repo : `${ officialGithubUrl } /iqkeyboardmanager` ,
311
317
} ,
318
+ {
319
+ name : 'Jetpack Compose' ,
320
+ link : '/plugins/jetpack-compose' ,
321
+ readme : `${ officialUIKitPlugins_baseUrl } /jetpack-compose/README.md` ,
322
+ repo : `${ officialUIKitGithubUrl } /jetpack-compose` ,
323
+ } ,
312
324
{
313
325
name : 'Local Notifications' ,
314
326
link : '/plugins/local-notifications' ,
@@ -333,6 +345,12 @@ function getPlugins() {
333
345
readme : `${ officialPlugins_baseUrl } /picker/README.md` ,
334
346
repo : `${ officialGithubUrl } /picker` ,
335
347
} ,
348
+ {
349
+ name : 'Rive' ,
350
+ link : '/plugins/rive' ,
351
+ readme : `${ officialUIKitPlugins_baseUrl } /rive/README.md` ,
352
+ repo : `${ officialUIKitGithubUrl } /rive` ,
353
+ } ,
336
354
{
337
355
name : 'Shared Notification Delegate' ,
338
356
link : '/plugins/shared-notification-delegate' ,
@@ -345,6 +363,12 @@ function getPlugins() {
345
363
readme : `${ officialPlugins_baseUrl } /social-share/README.md` ,
346
364
repo : `${ officialGithubUrl } /social-share` ,
347
365
} ,
366
+ {
367
+ name : 'SwiftUI' ,
368
+ link : '/plugins/swift-ui' ,
369
+ readme : `${ officialUIKitPlugins_baseUrl } /swift-ui/README.md` ,
370
+ repo : `${ officialUIKitGithubUrl } /swift-ui` ,
371
+ } ,
348
372
{
349
373
name : 'Tailwind CSS' ,
350
374
link : '/plugins/tailwindcss' ,
0 commit comments