Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
陈亮陈亮 committed May 9, 2019
1 parent 0305c97 commit 4bc2d76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# 阅读之前

### 1、[部分截图](https://www.jianshu.com/p/ce011acad64e)
### 1、部分截图


![()](https://raw.githubusercontent.com/Darren-chenchen/flutter_flowermusic/master/screenShots/Simulator%20Screen%20Shot%20-%20iPhone%20X%CA%80%20-%202019-05-06%20at%2018.23.151.png)
Expand Down Expand Up @@ -51,6 +51,6 @@ new OpacityTapWidget(

# 最后

### 1、建议大家把重点放在项目加架构的优化上面(mvvm)。
### 1、建议大家把重点放在项目架构的优化上面(mvvm)。

### 2、该项目只供学习交流使用,严禁用于商业用途.....
11 changes: 6 additions & 5 deletions ios/Runner/Info.plist
Expand Up @@ -22,13 +22,19 @@
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSCameraUsageDescription</key>
<string>Example usage description</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Example usage description</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
Expand All @@ -49,10 +55,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 4bc2d76

Please sign in to comment.