File tree 2 files changed +6
-5
lines changed
linux/packaging/usr/share/metainfo
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
import 'package:shared_preferences/shared_preferences.dart' ;
2
2
3
3
class MyPrefs {
4
- static final MyPrefs _instance = MyPrefs ._ctor ();
4
+ static final MyPrefs _instance = MyPrefs ._internal ();
5
5
6
6
factory MyPrefs () {
7
7
return _instance;
8
8
}
9
9
10
- MyPrefs ._ctor ();
10
+ MyPrefs ._internal ();
11
11
12
12
late SharedPreferences _prefs;
13
13
Original file line number Diff line number Diff line change 28
28
</description >
29
29
<screenshots >
30
30
<screenshot >
31
- <image type =" source" >https://github.com/prateekmedia/flutube/blob/1.0 .0/assets/screenshots/linux_1.jpg?raw=true</image >
32
- <image type =" source" >https://github.com/prateekmedia/flutube/blob/1.0 .0/assets/screenshots/linux_2.jpg?raw=true</image >
33
- <image type =" source" >https://github.com/prateekmedia/flutube/blob/1.0 .0/assets/screenshots/linux_3.jpg?raw=true</image >
31
+ <image type =" source" >https://github.com/prateekmedia/flutube/blob/1.1 .0/assets/screenshots/linux_1.jpg?raw=true</image >
32
+ <image type =" source" >https://github.com/prateekmedia/flutube/blob/1.1 .0/assets/screenshots/linux_2.jpg?raw=true</image >
33
+ <image type =" source" >https://github.com/prateekmedia/flutube/blob/1.1 .0/assets/screenshots/linux_3.jpg?raw=true</image >
34
34
</screenshot >
35
35
</screenshots >
36
36
<launchable type =" desktop-id" >flutube.desktop</launchable >
37
37
<releases >
38
+ <release version =" 1.1.0" date =" 2021-01-07" />
38
39
<release version =" 1.0.0" date =" 2021-12-20" />
39
40
<release version =" 0.6.0" date =" 2021-10-18" />
40
41
<release version =" 0.5.0" date =" 2021-09-29" />
You can’t perform that action at this time.
0 commit comments