File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add Arna as a dependency in your pubspec.yaml
2323
2424``` yaml
2525dependencies :
26- arna : ^1.0.3
26+ arna : ^1.0.4
2727` ` `
2828
2929And import it
Original file line number Diff line number Diff line change 11abstract class Strings {
22 static const String appName = 'Arna Gallery' ;
3- static const String version = '1.0.3 ' ;
3+ static const String version = '1.0.4 ' ;
44 static const String arna = 'Arna' ;
55 static const String about = 'About' ;
66 static const String settings = 'Settings' ;
Original file line number Diff line number Diff line change 11name : arna
22description : Arna is a set of widgets designed to be simple and easy to use for building applications with Flutter.
3- version : 1.0.3
3+ version : 1.0.4
44homepage : https://github.com/MahanRahmati/Arna
55
66environment :
You can’t perform that action at this time.
0 commit comments