🚀 Launch SolarAgent Technology Preview
This commit is contained in:
@ -16,7 +16,7 @@ class AboutScreen extends StatelessWidget {
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
Text('SolarAgent',
|
||||
Text('Solian',
|
||||
style: Theme.of(context).textTheme.headlineMedium),
|
||||
Text('Solar Networks Official Mobile Application',
|
||||
style: Theme.of(context).textTheme.bodyMedium),
|
||||
|
@ -123,7 +123,7 @@ class _CommentEditorScreenState extends State<CommentEditorScreen> {
|
||||
return MaterialBanner(
|
||||
padding: const EdgeInsets.all(20),
|
||||
content: const Text(
|
||||
'SolarAgent still in early stage development. Some features isn\'t available. We recommend use our website, also optimized for moblie!',
|
||||
'Solian still in early stage development. Some features isn\'t available. We recommend use our website, also optimized for moblie!',
|
||||
),
|
||||
leading: const Icon(Icons.construction),
|
||||
backgroundColor: const Color(0xFFE0E0E0),
|
||||
|
@ -145,7 +145,7 @@ class _MomentEditorScreenState extends State<MomentEditorScreen> {
|
||||
return MaterialBanner(
|
||||
padding: const EdgeInsets.all(20),
|
||||
content: const Text(
|
||||
'SolarAgent still in early stage development. Some features isn\'t available. We recommend use our website, also optimized for moblie!',
|
||||
'Solian still in early stage development. Some features isn\'t available. We recommend use our website, also optimized for moblie!',
|
||||
),
|
||||
leading: const Icon(Icons.construction),
|
||||
backgroundColor: const Color(0xFFE0E0E0),
|
||||
|
Reference in New Issue
Block a user