File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -281,15 +281,15 @@ class _MainScreenState extends State<MainScreen> {
281
281
),
282
282
children: [
283
283
Text (
284
- 'Build Number : 1 ' ,
284
+ 'Build Number : $ BUILD_NUMBER ' ,
285
285
style: TextStyle (
286
286
fontSize: 14 , fontWeight: FontWeight .w600),
287
287
),
288
288
SizedBox (
289
289
height: 15 ,
290
290
),
291
291
Text (
292
- 'Release Date : 11.10.20 ' ,
292
+ 'Release Date : $ RELEASE_DATE ' ,
293
293
style: TextStyle (
294
294
fontSize: 14 , fontWeight: FontWeight .w600),
295
295
),
Original file line number Diff line number Diff line change @@ -18,3 +18,7 @@ const Color kSecondaryDT = Color(0xFF987BEE);
18
18
const Color kRedErrorDT = Color (0xFFEF5350 );
19
19
const Color kGreenActiveDT = Color (0xFF1ED760 );
20
20
const Color kBackgroundDT = Color (0xFF121212 );
21
+
22
+ /// APP RELEASE INFO
23
+ const String BUILD_NUMBER = '2' ;
24
+ const String RELEASE_DATE = '28.02.20' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: rutorrentflutter
2
2
description : A rutorrent-based client in flutter
3
3
4
4
publish_to : " none"
5
- version : 0. 1.0+1
5
+ version : 1.0.0-alpha+2
6
6
7
7
environment :
8
8
sdk : " >=2.7.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments