Skip to content

Commit

Permalink
enhance: 导出
Browse files Browse the repository at this point in the history
  • Loading branch information
yohom committed Mar 3, 2020
1 parent 29c81ff commit 0f8beba
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
Binary file added example/web/icons/Icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/web/icons/Icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions example/web/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "jcore_fluttify_example",
"short_name": "jcore_fluttify_example",
"start_url": ".",
"display": "minimal-ui",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "Demonstrates how to use the jcore_fluttify plugin.",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
3 changes: 2 additions & 1 deletion lib/jcore_fluttify.dart
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

export 'src/android/android.export.g.dart';
export 'src/ios/ios.export.g.dart';

0 comments on commit 0f8beba

Please sign in to comment.