Skip to content

Comments

course_detials_screen#12

Open
0127822 wants to merge 3 commits intoIEEE-SSCS-Alex-SC:masterfrom
0127822:master
Open

course_detials_screen#12
0127822 wants to merge 3 commits intoIEEE-SSCS-Alex-SC:masterfrom
0127822:master

Conversation

@0127822
Copy link

@0127822 0127822 commented Mar 25, 2022

No description provided.

color: Colors.black,
),
child: Text(
'Data Structures &\nAlgorithms',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static data

),
Center(
child: Image.asset(
'assets/image.png',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static data and try to load images with network

children: <TextSpan>[
TextSpan(
text:
'Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in terms of some relationship, for better organization and storage. An algorithm is a finite set of instructions or logic, written in order to accomplish a certain predefined task. Algorithm is not the complete code or program, it is just the core logic(solution) of a problem, which can be expressed either as an informal high-level description as pseudocode or using a flowchart.',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static

import 'package:flutter/material.dart';

class Home extends StatelessWidget {
const Home({Key? key}) : super(key: key);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

create a class of course and use its object to fill field to be more dynamic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants