Commit 885ab30 1 parent 88f75e9 commit 885ab30 Copy full SHA for 885ab30
File tree 4 files changed +17
-2
lines changed
4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -39,3 +39,6 @@ readme updates
39
39
40
40
fix
41
41
42
+ ## 0.1.1
43
+
44
+ neon text fixes
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ This will add a line like this to your package's pubspec.yaml (and run an implic
33
33
34
34
```
35
35
dependencies:
36
- neon_widgets: ^0.1.0
36
+ neon_widgets: ^0.1.1
37
37
```
38
38
39
39
Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Original file line number Diff line number Diff line change @@ -550,6 +550,12 @@ class oNeonText extends StatefulWidget {
550
550
this .spreadColor = Colors .deepPurple,
551
551
this .blurRadius = 20 ,
552
552
this .textColor = Colors .white,
553
+ this .fontFamily,
554
+ this .wordSpacing,
555
+ this .maxLine,
556
+ this .textHeightBehavior,
557
+ this .letterSpacing,
558
+ this .textWidgetBasis,
553
559
}) : super (key: key);
554
560
555
561
String text;
@@ -837,6 +843,12 @@ class oFlickerNeonText extends StatefulWidget {
837
843
this .textColor = Colors .white,
838
844
this .randomFlicker = true ,
839
845
this .flickerTimeInMilliSeconds = 3000 ,
846
+ this .fontFamily,
847
+ this .wordSpacing,
848
+ this .maxLine,
849
+ this .textHeightBehavior,
850
+ this .letterSpacing,
851
+ this .textWidgetBasis,
840
852
}) : super (key: key);
841
853
842
854
String text;
Original file line number Diff line number Diff line change 1
1
name : neon_widgets
2
2
description : The complete neon solution. This package provides Neon widgets with and without flicker effect.
3
- version : 0.1.0
3
+ version : 0.1.1
4
4
homepage : https://github.com/ojasjain24/neon_widgets_flutter
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments