Add 'Open Source' in the onboarding screen

This commit is contained in:
Vishesh Handa
2019-12-22 15:25:42 +01:00
parent 9e74f26616
commit de369fe6d9

View File

@ -175,7 +175,7 @@ class OnBoardingPage1 extends StatelessWidget {
Center(child: header), Center(child: header),
const SizedBox(height: 64.0), const SizedBox(height: 64.0),
AutoSizeText( AutoSizeText(
"A Note Taking App built on top of Git", "A Open Source Note Taking App\nbuilt on top of Git",
style: textTheme.headline, style: textTheme.headline,
textAlign: TextAlign.center, textAlign: TextAlign.center,
maxLines: 2, maxLines: 2,