From 3dee4d9dbf1089afed5b822fda1cab3c98393ac8 Mon Sep 17 00:00:00 2001 From: prakharb10 Date: Mon, 15 Jun 2020 13:00:19 +0530 Subject: [PATCH] Deleted XD files --- lib/XDColors.dart | 3 - lib/XDLoginPage.dart | 160 ---------------------------------------- lib/XDRegisterPage.dart | 118 ----------------------------- lib/XDRootPage.dart | 107 --------------------------- 4 files changed, 388 deletions(-) delete mode 100644 lib/XDColors.dart delete mode 100644 lib/XDLoginPage.dart delete mode 100644 lib/XDRegisterPage.dart delete mode 100644 lib/XDRootPage.dart diff --git a/lib/XDColors.dart b/lib/XDColors.dart deleted file mode 100644 index d7966d0..0000000 --- a/lib/XDColors.dart +++ /dev/null @@ -1,3 +0,0 @@ -import 'package:flutter/material.dart'; - -class XDColors {} diff --git a/lib/XDLoginPage.dart b/lib/XDLoginPage.dart deleted file mode 100644 index b0e7e23..0000000 --- a/lib/XDLoginPage.dart +++ /dev/null @@ -1,160 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_svg/flutter_svg.dart'; -import 'package:adobe_xd/page_link.dart'; -import './XDRootPage.dart'; -import './XDRegisterPage.dart'; - -class XDLoginPage extends StatelessWidget { - XDLoginPage({ - Key key, - }) : super(key: key); - @override - Widget build(BuildContext context) { - return Scaffold( - backgroundColor: const Color(0xffffffff), - body: Stack( - children: [ - Transform.translate( - offset: Offset(43.0, 110.0), - child: Text( - 'Hello Again!', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 37, - color: const Color(0xff253a4b), - fontWeight: FontWeight.w700, - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(43.0, 596.0), - child: Text( - 'Not a member?', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 20, - color: const Color(0xff253a4b), - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(214.0, 351.0), - child: Container( - width: 108.0, - height: 45.0, - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(23.0), - color: const Color(0xfff23b5f), - ), - ), - ), - Transform.translate( - offset: Offset(238.0, 357.0), - child: Text( - 'Login', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 25, - color: const Color(0xffffffff), - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(43.0, 209.0), - child: SvgPicture.string( - _svg_wha76q, - allowDrawingOutsideViewBox: true, - ), - ), - Transform.translate( - offset: Offset(43.0, 280.0), - child: Container( - width: 279.0, - height: 50.0, - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(25.0), - color: const Color(0x1a253a4b), - ), - ), - ), - Transform.translate( - offset: Offset(75.0, 222.0), - child: Text( - 'Email', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 18, - color: const Color(0xff253a4b), - fontStyle: FontStyle.italic, - fontWeight: FontWeight.w300, - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(75.0, 298.0), - child: SvgPicture.string( - _svg_dw62t9, - allowDrawingOutsideViewBox: true, - ), - ), - Transform.translate( - offset: Offset(24.0, 30.26), - child: PageLink( - links: [ - PageLinkInfo( - ease: Curves.easeOut, - duration: 0.3, - pageBuilder: () => XDRootPage(), - ), - ], - child: SvgPicture.string( - _svg_eq67z0, - allowDrawingOutsideViewBox: true, - ), - ), - ), - Transform.translate( - offset: Offset(24.0, 30.26), - child: SvgPicture.string( - _svg_eq67z0, - allowDrawingOutsideViewBox: true, - ), - ), - Transform.translate( - offset: Offset(188.0, 596.0), - child: PageLink( - links: [ - PageLinkInfo( - ease: Curves.easeOut, - duration: 0.3, - pageBuilder: () => XDRegisterPage(), - ), - ], - child: Text( - 'Register', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 20, - color: const Color(0xfff23b5f), - fontWeight: FontWeight.w600, - ), - textAlign: TextAlign.left, - ), - ), - ), - ], - ), - ); - } -} - -const String _svg_wha76q = - ''; -const String _svg_dw62t9 = - ''; -const String _svg_eq67z0 = - ''; diff --git a/lib/XDRegisterPage.dart b/lib/XDRegisterPage.dart deleted file mode 100644 index 449fdf9..0000000 --- a/lib/XDRegisterPage.dart +++ /dev/null @@ -1,118 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_svg/flutter_svg.dart'; -import 'package:adobe_xd/page_link.dart'; -import './XDRootPage.dart'; - -class XDRegisterPage extends StatelessWidget { - XDRegisterPage({ - Key key, - }) : super(key: key); - @override - Widget build(BuildContext context) { - return Scaffold( - backgroundColor: const Color(0xffffffff), - body: Stack( - children: [ - Transform.translate( - offset: Offset(43.0, 110.0), - child: Text( - 'Hello There!', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 37, - color: const Color(0xff253a4b), - fontWeight: FontWeight.w700, - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(187.0, 351.0), - child: Container( - width: 135.0, - height: 45.0, - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(23.0), - color: const Color(0xfff23b5f), - ), - ), - ), - Transform.translate( - offset: Offset(210.0, 357.0), - child: Text( - 'Register', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 25, - color: const Color(0xffffffff), - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(43.0, 209.0), - child: SvgPicture.string( - _svg_wha76q, - allowDrawingOutsideViewBox: true, - ), - ), - Transform.translate( - offset: Offset(43.0, 280.0), - child: Container( - width: 279.0, - height: 50.0, - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(25.0), - color: const Color(0x1a253a4b), - ), - ), - ), - Transform.translate( - offset: Offset(75.0, 222.0), - child: Text( - 'Email', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 18, - color: const Color(0xff253a4b), - fontStyle: FontStyle.italic, - fontWeight: FontWeight.w300, - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(75.0, 298.0), - child: SvgPicture.string( - _svg_dw62t9, - allowDrawingOutsideViewBox: true, - ), - ), - Transform.translate( - offset: Offset(24.0, 30.26), - child: PageLink( - links: [ - PageLinkInfo( - ease: Curves.easeOut, - duration: 0.3, - pageBuilder: () => XDRootPage(), - ), - ], - child: SvgPicture.string( - _svg_eq67z0, - allowDrawingOutsideViewBox: true, - ), - ), - ), - ], - ), - ); - } -} - -const String _svg_wha76q = - ''; -const String _svg_dw62t9 = - ''; -const String _svg_eq67z0 = - ''; diff --git a/lib/XDRootPage.dart b/lib/XDRootPage.dart deleted file mode 100644 index 2889d48..0000000 --- a/lib/XDRootPage.dart +++ /dev/null @@ -1,107 +0,0 @@ -import 'package:flutter/material.dart'; -import 'package:flutter_svg/flutter_svg.dart'; -import 'package:adobe_xd/page_link.dart'; -import './XDLoginPage.dart'; - -class XDRootPage extends StatelessWidget { - XDRootPage({ - Key key, - }) : super(key: key); - @override - Widget build(BuildContext context) { - return Scaffold( - backgroundColor: const Color(0xffffffff), - body: Stack( - children: [ - Container( - width: 360.0, - height: 477.0, - decoration: BoxDecoration( - borderRadius: BorderRadius.only( - bottomRight: Radius.circular(36.0), - ), - color: const Color(0xff253a4b), - ), - ), - Transform.translate( - offset: Offset(0.0, 207.22), - child: SvgPicture.string( - _svg_ummgt8, - allowDrawingOutsideViewBox: true, - ), - ), - Transform.translate( - offset: Offset(43.0, 55.0), - child: Text( - 'Welcome!', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 50, - color: const Color(0xffffffff), - fontWeight: FontWeight.w700, - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(50.0, 127.0), - child: Text( - 'Nice to see you!', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 25, - color: const Color(0x80ffffff), - fontWeight: FontWeight.w300, - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(43.0, 179.0), - child: PageLink( - links: [ - PageLinkInfo( - ease: Curves.easeInOut, - duration: 0.3, - pageBuilder: () => XDLoginPage(), - ), - ], - child: Container( - width: 193.0, - height: 45.0, - decoration: BoxDecoration( - borderRadius: BorderRadius.circular(23.0), - color: const Color(0xfff23b5f), - ), - ), - ), - ), - Transform.translate( - offset: Offset(64.0, 185.0), - child: Text( - 'Get Started', - style: TextStyle( - fontFamily: 'Segoe UI', - fontSize: 25, - color: const Color(0xffffffff), - ), - textAlign: TextAlign.left, - ), - ), - Transform.translate( - offset: Offset(200.0, 193.25), - child: SvgPicture.string( - _svg_901h34, - allowDrawingOutsideViewBox: true, - ), - ), - ], - ), - ); - } -} - -const String _svg_ummgt8 = - ''; -const String _svg_901h34 = - '';