Merge branch 'develop'
This commit is contained in:
commit
fb42fe7ecc
3 changed files with 9 additions and 8 deletions
|
@ -2,6 +2,7 @@ include: package:pedantic/analysis_options.yaml
|
|||
|
||||
analyzer:
|
||||
exclude:
|
||||
- lib/flutter_version.dart
|
||||
- lib/generated_plugin_registrant.dart
|
||||
|
||||
# strong-mode:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
// run `scripts/update_flutter_version.sh` to update with the content of `flutter --version --machine`
|
||||
const Map<String, String> version = {
|
||||
'channel': 'unknown',
|
||||
'dartSdkVersion': 'unknown',
|
||||
'engineRevision': 'unknown',
|
||||
'frameworkCommitDate': 'unknown',
|
||||
'frameworkRevision': 'unknown',
|
||||
'frameworkVersion': 'unknown',
|
||||
'repositoryUrl': 'unknown',
|
||||
"channel": "unknown",
|
||||
"dartSdkVersion": "unknown",
|
||||
"engineRevision": "unknown",
|
||||
"frameworkCommitDate": "unknown",
|
||||
"frameworkRevision": "unknown",
|
||||
"frameworkVersion": "unknown",
|
||||
"repositoryUrl": "unknown",
|
||||
};
|
||||
|
|
|
@ -11,7 +11,7 @@ description: A new Flutter application.
|
|||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.1.0+12
|
||||
version: 1.1.1+13
|
||||
|
||||
# video_player (as of v0.10.8+2, backed by ExoPlayer):
|
||||
# - does not support content URIs (by default, but trivial by fork)
|
||||
|
|
Loading…
Reference in a new issue