flutter app untuk unitstock
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

24 行
610 B

  1. {
  2. "name": "location_example",
  3. "short_name": "location_example",
  4. "start_url": ".",
  5. "display": "minimal-ui",
  6. "background_color": "#0175C2",
  7. "theme_color": "#0175C2",
  8. "description": "Demonstrates how to use the location plugin.",
  9. "orientation": "portrait-primary",
  10. "prefer_related_applications": false,
  11. "icons": [
  12. {
  13. "src": "icons/Icon-192.png",
  14. "sizes": "192x192",
  15. "type": "image/png"
  16. },
  17. {
  18. "src": "icons/Icon-512.png",
  19. "sizes": "512x512",
  20. "type": "image/png"
  21. }
  22. ]
  23. }