Skip to content

Joory altuwaijri#2

Open
jooryaltuwaijri wants to merge 3 commits intoProgramming-Club-IAU:masterfrom
jooryaltuwaijri:master
Open

Joory altuwaijri#2
jooryaltuwaijri wants to merge 3 commits intoProgramming-Club-IAU:masterfrom
jooryaltuwaijri:master

Conversation

@jooryaltuwaijri
Copy link

No description provided.

Copy link

@Radwan-Albahrani Radwan-Albahrani left a comment

Choose a reason for hiding this comment

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

Overall fantastic work. I recommend these above changes. Also, I recommend experimenting with more complex designs once you have the time. It will help you significantly in your app development career. Check out some designs here

lib/main.dart Outdated
@@ -1,3 +1,5 @@
import 'screens/home_screen.dart';
import 'dart:ui';

Choose a reason for hiding this comment

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

unused import

Comment on lines +7 to +8
required this.condetions,
required this.dgree,

Choose a reason for hiding this comment

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

both words are mispelled. While thats totally fine you should download the spell checker extension

@@ -0,0 +1,60 @@
import 'package:flutter/material.dart';

class DetailsRow extends StatelessWidget {

Choose a reason for hiding this comment

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

feel like this should be called a weather card not a details row since it contains only one weather condition

width: 40,
color: Colors.white,
)
]),

Choose a reason for hiding this comment

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

commas at the end of everything for better formatting

Suggested change
]),
],
),

DetailsRow(
image: Image(
image: AssetImage("assets/images/wind_4161247.png"),
width: 145),

Choose a reason for hiding this comment

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

same here

Suggested change
width: 145),
width: 145,
),

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