Skip to content

Commit 389360c

Browse files
committed
v1.7.8
1 parent d5abf8c commit 389360c

File tree

11 files changed

+42
-22
lines changed

11 files changed

+42
-22
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
*.iws
1616
.idea/
1717

18-
# Visual Studio Code related
19-
.vscode/
18+
# The .vscode folder contains launch configuration and tasks you configure in
19+
# VS Code which you may wish to be included in version control, so this line
20+
# is commented out by default.
21+
#.vscode/
2022

2123
# Flutter/Dart/Pub related
2224
**/doc/api/

.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: 7a4c33425ddd78c54aba07d86f3f9a4a0051769b
7+
revision: 20e59316b8b8474554b38493b8ca888794b0234a
88
channel: stable
99

1010
project_type: app

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ A few resources to get you started if this is your first Flutter project:
1111
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
1212
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
1313

14-
For help getting started with Flutter, view our
15-
[online documentation](https://flutter.dev/docs), which offers tutorials,
14+
For help getting started with Flutter, view our
15+
[online documentation](https://flutter.dev/docs), which offers tutorials,
1616
samples, guidance on mobile development, and a full API reference.

android/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
org.gradle.jvmargs=-Xmx1536M
2+

ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
6-
<string>en</string>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleExecutable</key>
88
<string>App</string>
99
<key>CFBundleIdentifier</key>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
# This is a generated file; do not edit or check into version control.
3+
export "FLUTTER_ROOT=C:\Source\flutter"
4+
export "FLUTTER_APPLICATION_PATH=D:\Coding\Project\Personal\flutter_evolution"
5+
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
6+
export "FLUTTER_TARGET=lib\main.dart"
7+
export "FLUTTER_BUILD_DIR=build"
8+
export "FLUTTER_BUILD_NAME=1.0.0"
9+
export "FLUTTER_BUILD_NUMBER=1"
10+
export "DART_OBFUSCATION=false"
11+
export "TRACK_WIDGET_CREATION=true"
12+
export "TREE_SHAKE_ICONS=false"
13+
export "PACKAGE_CONFIG=.dart_tool/package_config.json"

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
97C146E61CF9000F007C117D /* Project object */ = {
153153
isa = PBXProject;
154154
attributes = {
155-
LastUpgradeCheck = 0910;
155+
LastUpgradeCheck = 1020;
156156
ORGANIZATIONNAME = "The Chromium Authors";
157157
TargetAttributes = {
158158
97C146ED1CF9000F007C117D = {
@@ -162,7 +162,7 @@
162162
};
163163
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
164164
compatibilityVersion = "Xcode 3.2";
165-
developmentRegion = English;
165+
developmentRegion = en;
166166
hasScannedForEncodings = 0;
167167
knownRegions = (
168168
en,
@@ -271,12 +271,14 @@
271271
CLANG_WARN_BOOL_CONVERSION = YES;
272272
CLANG_WARN_COMMA = YES;
273273
CLANG_WARN_CONSTANT_CONVERSION = YES;
274+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
274275
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
275276
CLANG_WARN_EMPTY_BODY = YES;
276277
CLANG_WARN_ENUM_CONVERSION = YES;
277278
CLANG_WARN_INFINITE_RECURSION = YES;
278279
CLANG_WARN_INT_CONVERSION = YES;
279280
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
281+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
280282
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
281283
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
282284
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -343,12 +345,14 @@
343345
CLANG_WARN_BOOL_CONVERSION = YES;
344346
CLANG_WARN_COMMA = YES;
345347
CLANG_WARN_CONSTANT_CONVERSION = YES;
348+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
346349
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
347350
CLANG_WARN_EMPTY_BODY = YES;
348351
CLANG_WARN_ENUM_CONVERSION = YES;
349352
CLANG_WARN_INFINITE_RECURSION = YES;
350353
CLANG_WARN_INT_CONVERSION = YES;
351354
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
355+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
352356
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
353357
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
354358
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -397,12 +401,14 @@
397401
CLANG_WARN_BOOL_CONVERSION = YES;
398402
CLANG_WARN_COMMA = YES;
399403
CLANG_WARN_CONSTANT_CONVERSION = YES;
404+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
400405
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
401406
CLANG_WARN_EMPTY_BODY = YES;
402407
CLANG_WARN_ENUM_CONVERSION = YES;
403408
CLANG_WARN_INFINITE_RECURSION = YES;
404409
CLANG_WARN_INT_CONVERSION = YES;
405410
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
411+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
406412
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
407413
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
408414
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0910"
3+
LastUpgradeVersion = "1020"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -26,7 +26,6 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
language = ""
3029
shouldUseLaunchSchemeArgsEnv = "YES">
3130
<Testables>
3231
</Testables>
@@ -46,7 +45,6 @@
4645
buildConfiguration = "Debug"
4746
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4847
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
49-
language = ""
5048
launchStyle = "0"
5149
useCustomWorkingDirectory = "NO"
5250
ignoresPersistentStateOnLaunch = "NO"

ios/Runner/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
6-
<string>en</string>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>

pubspec.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by pub
2-
# See https://www.dartlang.org/tools/pub/glossary#lockfile
2+
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
44
async:
55
dependency: transitive
66
description:
77
name: async
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "2.0.8"
10+
version: "2.2.0"
1111
boolean_selector:
1212
dependency: transitive
1313
description:
@@ -52,7 +52,7 @@ packages:
5252
name: matcher
5353
url: "https://pub.dartlang.org"
5454
source: hosted
55-
version: "0.12.3+1"
55+
version: "0.12.5"
5656
meta:
5757
dependency: transitive
5858
description:
@@ -73,14 +73,14 @@ packages:
7373
name: pedantic
7474
url: "https://pub.dartlang.org"
7575
source: hosted
76-
version: "1.4.0"
76+
version: "1.7.0"
7777
quiver:
7878
dependency: transitive
7979
description:
8080
name: quiver
8181
url: "https://pub.dartlang.org"
8282
source: hosted
83-
version: "2.0.1"
83+
version: "2.0.3"
8484
sky_engine:
8585
dependency: transitive
8686
description: flutter
@@ -92,7 +92,7 @@ packages:
9292
name: source_span
9393
url: "https://pub.dartlang.org"
9494
source: hosted
95-
version: "1.5.4"
95+
version: "1.5.5"
9696
stack_trace:
9797
dependency: transitive
9898
description:
@@ -106,7 +106,7 @@ packages:
106106
name: stream_channel
107107
url: "https://pub.dartlang.org"
108108
source: hosted
109-
version: "1.6.8"
109+
version: "2.0.0"
110110
string_scanner:
111111
dependency: transitive
112112
description:
@@ -127,7 +127,7 @@ packages:
127127
name: test_api
128128
url: "https://pub.dartlang.org"
129129
source: hosted
130-
version: "0.2.2"
130+
version: "0.2.5"
131131
typed_data:
132132
dependency: transitive
133133
description:
@@ -143,4 +143,4 @@ packages:
143143
source: hosted
144144
version: "2.0.8"
145145
sdks:
146-
dart: ">=2.1.0 <3.0.0"
146+
dart: ">=2.2.2 <3.0.0"

0 commit comments

Comments
 (0)