pubspec.yaml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. name: flutter_osc
  2. description: A new Flutter application.
  3. dependencies:
  4. flutter:
  5. sdk: flutter
  6. # The following adds the Cupertino Icons font to your application.
  7. # Use with the CupertinoIcons class for iOS style icons.
  8. cupertino_icons: ^0.1.0
  9. flutter_webview_plugin: "^0.3.7"
  10. image_picker: "^0.4.1"
  11. # fluttertoast: "^2.0.3"
  12. shared_preferences: "^0.4.1"
  13. event_bus: "^1.1.0"
  14. barcode_scan: "^0.0.4"
  15. dev_dependencies:
  16. flutter_test:
  17. sdk: flutter
  18. # For information on the generic Dart part of this file, see the
  19. # following page: https://www.dartlang.org/tools/pub/pubspec
  20. # The following section is specific to Flutter.
  21. flutter:
  22. # The following line ensures that the Material Icons font is
  23. # included with your application, so that you can use the icons in
  24. # the material Icons class.
  25. uses-material-design: true
  26. # To add assets to your application, add an assets section, like this:
  27. assets:
  28. - images/ic_avatar_default.png
  29. - images/ic_nav_news_normal.png
  30. - images/ic_nav_news_actived.png
  31. - images/ic_nav_tweet_normal.png
  32. - images/ic_nav_tweet_actived.png
  33. - images/ic_nav_discover_normal.png
  34. - images/ic_nav_discover_actived.png
  35. - images/ic_nav_my_normal.png
  36. - images/ic_nav_my_pressed.png
  37. - images/ic_discover_gist.png
  38. - images/ic_discover_git.png
  39. - images/ic_discover_nearby.png
  40. - images/ic_discover_pos.png
  41. - images/ic_discover_scan.png
  42. - images/ic_discover_shake.png
  43. - images/ic_discover_softwares.png
  44. - images/ic_arrow_right.png
  45. - images/ic_my_blog.png
  46. - images/ic_my_message.png
  47. - images/ic_my_question.png
  48. - images/ic_my_recommend.png
  49. - images/ic_my_team.png
  50. - images/ic_test.png
  51. - images/ic_hongshu.jpg
  52. - images/ic_img_default.jpg
  53. - images/ic_comment.png
  54. - images/cover_img.jpg
  55. - images/leftmenu/ic_xiaoheiwu.png
  56. - images/leftmenu/ic_fabu.png
  57. - images/leftmenu/ic_about.png
  58. - images/leftmenu/ic_settings.png
  59. - images/ic_osc_logo.png
  60. - images/ic_add_pics.png
  61. # An image asset can refer to one or more resolution-specific "variants", see
  62. # https://flutter.io/assets-and-images/#resolution-aware.
  63. # For details regarding adding assets from package dependencies, see
  64. # https://flutter.io/assets-and-images/#from-packages
  65. # To add custom fonts to your application, add a fonts section here,
  66. # in this "flutter" section. Each entry in this list should have a
  67. # "family" key with the font family name, and a "fonts" key with a
  68. # list giving the asset and other descriptors for the font. For
  69. # example:
  70. # fonts:
  71. # - family: Msyh
  72. # fonts:
  73. # - asset: fonts/Msyh.ttf
  74. # - asset: fonts/Schyler-Italic.ttf
  75. # style: italic
  76. # - family: Trajan Pro
  77. # fonts:
  78. # - asset: fonts/TrajanPro.ttf
  79. # - asset: fonts/TrajanPro_Bold.ttf
  80. # weight: 700
  81. #
  82. # For details regarding fonts from package dependencies,
  83. # see https://flutter.io/custom-fonts/#from-packages