You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Magic ePaper is an app designed to control and update ePaper displays.'
5
+
'The goal is to provide tools for customizing and transferring images, text, and patterns to ePaper screens using NFC.'
6
+
'Data transfer from the smartphone to the ePaper hardware is done wirelessly via NFC. The project is built on top of custom firmware and display drivers for seamless communication and efficient image rendering.';
@@ -56,16 +58,14 @@ class _AboutUsScreenState extends State<AboutUsScreen> {
56
58
),
57
59
Center(
58
60
child:Image.asset(
59
-
'assets/icons/icon.png',
61
+
ImageAssets.tempIcon,
60
62
height:100,
61
63
fit:BoxFit.contain,
62
64
),
63
65
),
64
66
constSizedBox(height:30),
65
67
Text(
66
-
"Magic ePaper is an app designed to control and update ePaper displays."
67
-
"The goal is to provide tools for customizing and transferring images, text, and patterns to ePaper screens using NFC."
68
-
"Data transfer from the smartphone to the ePaper hardware is done wirelessly via NFC. The project is built on top of custom firmware and display drivers for seamless communication and efficient image rendering.",
68
+
StringConstants.aboutUsDescription,
69
69
textAlign:TextAlign.justify,
70
70
style:GoogleFonts.sora(
71
71
wordSpacing:3,
@@ -81,7 +81,7 @@ class _AboutUsScreenState extends State<AboutUsScreen> {
81
81
children: [
82
82
Flexible(
83
83
child:Text(
84
-
'Developed by',
84
+
StringConstants.developedBy,
85
85
style:GoogleFonts.sora(
86
86
fontWeight:FontWeight.w500,
87
87
color:Colors.grey,
@@ -95,7 +95,7 @@ class _AboutUsScreenState extends State<AboutUsScreen> {
0 commit comments