Skip to content

Commit ceb5f0b

Browse files
committed
version update
1 parent 1810f9c commit ceb5f0b

File tree

5 files changed

+10
-73
lines changed

5 files changed

+10
-73
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ if (flutterRoot == null) {
1313

1414
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
1515
if (flutterVersionCode == null) {
16-
flutterVersionCode = '2'
16+
flutterVersionCode = '3'
1717
}
1818

1919
def flutterVersionName = localProperties.getProperty('flutter.versionName')
2020
if (flutterVersionName == null) {
21-
flutterVersionName = '2.0.0'
21+
flutterVersionName = '3.0.0'
2222
}
2323

2424
apply plugin: 'com.android.application'

lib/screens/home_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class _HomeScreenState extends State<HomeScreen> {
108108
backgroundColor: Color.fromRGBO(250, 250, 250, 1),
109109
leading: IconButton(
110110
icon: Icon(
111-
Icons.today_outlined,
111+
Icons.calendar_today_outlined,
112112
color: Colors.grey,
113113
),
114114
onPressed: null),

lib/screens/settings_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class _SettingsState extends State<Settings> {
110110
top: 5.0, left: 25.0, right: 20.0, bottom: 60.0),
111111
child: new Container(
112112
alignment: Alignment.center,
113-
child: new Text("Version: 2.0.0",
113+
child: new Text("Version: 3.0.0",
114114
style:
115115
new TextStyle(fontSize: 12.0, color: Colors.grey))),
116116
),

pubspec.lock

Lines changed: 5 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -49,28 +49,14 @@ packages:
4949
name: cupertino_icons
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "1.0.0"
52+
version: "1.0.2"
5353
fake_async:
5454
dependency: transitive
5555
description:
5656
name: fake_async
5757
url: "https://pub.dartlang.org"
5858
source: hosted
5959
version: "1.2.0"
60-
ffi:
61-
dependency: transitive
62-
description:
63-
name: ffi
64-
url: "https://pub.dartlang.org"
65-
source: hosted
66-
version: "0.1.3"
67-
file:
68-
dependency: transitive
69-
description:
70-
name: file
71-
url: "https://pub.dartlang.org"
72-
source: hosted
73-
version: "5.2.1"
7460
flutter:
7561
dependency: "direct main"
7662
description: flutter
@@ -127,35 +113,7 @@ packages:
127113
name: path_provider
128114
url: "https://pub.dartlang.org"
129115
source: hosted
130-
version: "1.6.27"
131-
path_provider_linux:
132-
dependency: transitive
133-
description:
134-
name: path_provider_linux
135-
url: "https://pub.dartlang.org"
136-
source: hosted
137-
version: "0.0.1+2"
138-
path_provider_macos:
139-
dependency: transitive
140-
description:
141-
name: path_provider_macos
142-
url: "https://pub.dartlang.org"
143-
source: hosted
144-
version: "0.0.4+8"
145-
path_provider_platform_interface:
146-
dependency: transitive
147-
description:
148-
name: path_provider_platform_interface
149-
url: "https://pub.dartlang.org"
150-
source: hosted
151-
version: "1.0.4"
152-
path_provider_windows:
153-
dependency: transitive
154-
description:
155-
name: path_provider_windows
156-
url: "https://pub.dartlang.org"
157-
source: hosted
158-
version: "0.0.4+3"
116+
version: "1.6.1"
159117
platform:
160118
dependency: transitive
161119
description:
@@ -169,14 +127,7 @@ packages:
169127
name: plugin_platform_interface
170128
url: "https://pub.dartlang.org"
171129
source: hosted
172-
version: "1.0.3"
173-
process:
174-
dependency: transitive
175-
description:
176-
name: process
177-
url: "https://pub.dartlang.org"
178-
source: hosted
179-
version: "3.0.13"
130+
version: "2.0.0"
180131
sky_engine:
181132
dependency: transitive
182133
description: flutter
@@ -202,7 +153,7 @@ packages:
202153
name: sqflite_common
203154
url: "https://pub.dartlang.org"
204155
source: hosted
205-
version: "1.0.3+1"
156+
version: "1.0.3+3"
206157
stack_trace:
207158
dependency: transitive
208159
description:
@@ -286,7 +237,7 @@ packages:
286237
name: url_launcher_platform_interface
287238
url: "https://pub.dartlang.org"
288239
source: hosted
289-
version: "2.0.1"
240+
version: "2.0.2"
290241
url_launcher_web:
291242
dependency: transitive
292243
description:
@@ -308,20 +259,6 @@ packages:
308259
url: "https://pub.dartlang.org"
309260
source: hosted
310261
version: "2.1.0"
311-
win32:
312-
dependency: transitive
313-
description:
314-
name: win32
315-
url: "https://pub.dartlang.org"
316-
source: hosted
317-
version: "1.7.4+1"
318-
xdg_directories:
319-
dependency: transitive
320-
description:
321-
name: xdg_directories
322-
url: "https://pub.dartlang.org"
323-
source: hosted
324-
version: "0.1.2"
325262
sdks:
326263
dart: ">=2.12.0-259.9.beta <3.0.0"
327264
flutter: ">=1.22.2"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 2.0.0+2
18+
version: 3.0.0+3
1919

2020
environment:
2121
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)