【发布时间】:2019-05-06 16:12:20
【问题描述】:
我在一些颤动的依赖项中看到了这个 +1,并且一直想知道这意味着什么,因为这些天我经常看到它。
示例 pubspec.yaml
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^0.8.1+1
sqflite: 0.12.2+1
zoomable_image: ^1.2.1+1
我检查了here,但没有找到。
什么意思?也可以是+n 例如+2?
【问题讨论】:
-
这是内部版本号。甚至您的构建也可以是 1.0.0+2,AppStore 和 Google play 将其读取为 1.0.0 构建 2。