Skip to content

Code update #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified lib/assets/gif/Borders.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/gif/Dropdown.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/gif/Intro.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/gif/Sticky.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lib/assets/gif/bottomsheet.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/icons/Rotation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/icons/allign.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/icons/gflogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/icons/scaling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/icons/size.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/icons/slide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/e1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/e2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/e4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/e5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/i1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/i2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/i3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/i4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/s1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/s2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/s3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/s4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/s5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/assets/images/story.jpg
17 changes: 9 additions & 8 deletions lib/screens/accordion/accordion.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import 'package:flutter/material.dart';
import 'package:getwidget/getwidget.dart';
import 'package:gf_web/screens/layout/layout.dart';
import 'package:gf_web/styles/styles.dart';
import 'package:getwidget/getwidget.dart';


class Accordion extends StatefulWidget {
@override
Expand Down Expand Up @@ -30,7 +31,7 @@ class _AccordionState extends State<Accordion> {
SizedBox(
height: 30,
),
const Padding(
Padding(
padding: EdgeInsets.only(left: 15, top: 30),
child: GFTypography(
child: Text(
Expand All @@ -43,7 +44,7 @@ class _AccordionState extends State<Accordion> {
),
type: GFTypographyType.typo5,
dividerWidth: 45,
dividerColor: Color(0xFF19CA4B),
dividerColor: Color(0xFF19CA4B), text: '',
),
),
SizedBox(
Expand All @@ -60,7 +61,7 @@ class _AccordionState extends State<Accordion> {
bottom: BorderSide(
color: Colors.black.withOpacity(0.2), width: 0.5),
),
contentborder: Border(
contentBorder: Border(
top: BorderSide(
color: Colors.black.withOpacity(0.2), width: 0.5),
bottom: BorderSide(
Expand All @@ -87,7 +88,7 @@ class _AccordionState extends State<Accordion> {
),
type: GFTypographyType.typo5,
dividerWidth: 45,
dividerColor: Color(0xFF19CA4B),
dividerColor: Color(0xFF19CA4B), text: '',
),
),
SizedBox(
Expand All @@ -104,7 +105,7 @@ class _AccordionState extends State<Accordion> {
bottom: BorderSide(
color: Colors.black.withOpacity(0.2), width: 0.5),
),
contentborder: Border(
contentBorder: Border(
top: BorderSide(
color: Colors.black.withOpacity(0.2), width: 0.5),
bottom: BorderSide(
Expand Down Expand Up @@ -136,7 +137,7 @@ class _AccordionState extends State<Accordion> {
),
type: GFTypographyType.typo5,
dividerWidth: 45,
dividerColor: Color(0xFF19CA4B),
dividerColor: Color(0xFF19CA4B), text: '',
),
),
SizedBox(
Expand All @@ -153,7 +154,7 @@ class _AccordionState extends State<Accordion> {
bottom: BorderSide(
color: Colors.black.withOpacity(0.2), width: 0.5),
),
contentborder: Border(
contentBorder: Border(
top: BorderSide(
color: Colors.black.withOpacity(0.2), width: 0.5),
bottom: BorderSide(
Expand Down
14 changes: 5 additions & 9 deletions lib/screens/alert/alert.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ class Alert extends StatefulWidget {

class _AlertState extends State<Alert> {
bool showblur = false;
Widget alertWidget;
Widget? alertWidget;
@override
Widget build(BuildContext context) {
return Scaffold(
body: Layout(
demoImageUrl: 'lib/assets/gif/Alerts.gif',
body: GFFloatingWidget(
verticalPosition: 150,
showblurness: showblur,
//blurnessColor: Colors.black54,

//
showBlurness: showblur,
child: alertWidget,
body: ListView(
children: <Widget>[
Expand Down Expand Up @@ -52,7 +49,7 @@ class _AlertState extends State<Alert> {
),
type: GFTypographyType.typo5,
dividerWidth: 45,
dividerColor: Color(0xFF19CA4B),
dividerColor: Color(0xFF19CA4B), text: '',
),
),
Container(
Expand Down Expand Up @@ -126,7 +123,7 @@ class _AlertState extends State<Alert> {
),
type: GFTypographyType.typo5,
dividerWidth: 45,
dividerColor: Color(0xFF19CA4B),
dividerColor: Color(0xFF19CA4B), text: '',
),
),
Container(
Expand Down Expand Up @@ -198,13 +195,12 @@ class _AlertState extends State<Alert> {
),
type: GFTypographyType.typo5,
dividerWidth: 45,
dividerColor: Color(0xFF19CA4B),
dividerColor: Color(0xFF19CA4B), text: '',
),
),
Container(
margin: const EdgeInsets.only(top: 20),
color: Colors.transparent,
// height: 300,
child: Center(
child: GFButton(
text: 'Tap to View',
Expand Down
Loading