Kate
2 years ago
committed by
GitHub
6 changed files with 84 additions and 76 deletions
@ -1,6 +1,12 @@ |
|||||||
|
import 'package:flutter_svg/flutter_svg.dart'; |
||||||
import 'package:neon/neon.dart'; |
import 'package:neon/neon.dart'; |
||||||
|
|
||||||
Branding getNeonBranding() => Branding( |
Branding getNeonBranding() => Branding( |
||||||
name: 'Nextcloud Neon', |
name: 'Nextcloud Neon', |
||||||
|
logo: SvgPicture.asset( |
||||||
|
'assets/logo.svg', |
||||||
|
width: 100, |
||||||
|
height: 100, |
||||||
|
), |
||||||
legalese: 'Copyright © 2023, provokateurin\nUnder GPLv3 license', |
legalese: 'Copyright © 2023, provokateurin\nUnder GPLv3 license', |
||||||
); |
); |
||||||
|
Loading…
Reference in new issue