RE: SEC S20W1 - A Comprehensive Guide to Flutter Mobile Application Development

You are viewing a single comment's thread from:

SEC S20W1 - A Comprehensive Guide to Flutter Mobile Application Development

in flutterdev-s20w1 •  2 months ago 

Hi @fombae, Thanks for participating in Flutter Mobile Application Development.

Task 1: Good (2.5 Points)

  • You have done a good job while explaining the flutter and its difference and uniqueness than other platforms but you could go more in depth. And yes flutter uses its own rendering engine to run the applications. You did not mentioned that the emulator worked or not in your system.

Task 2: Normal (1 Points)

  • It was expected to write a collective program which prints numbers from 1 to 100. For multiples of 3, print "Steem" for multiples of 5, print "TRX" and for multiples of both, print "Steemit.com".

image.png

In this way you can write this program. And your factorial program is amazing. It is good that you tested the program with different inputs.

Task 3: Good (1.5 Point)

  • Good that you enabled developer mode and connected your physical device. You did not run the basic flutter app which is a built-in counter app.

Task 4: Excellent (2.5 Points)

  • You have created wonderful user interfaces of the login and sign up screen. It is good that you created different classes according to their working.

Improvement: You can disable the debug mode label which is showing at the top of the mobile screen. And example is given below:

Screenshot_2024-09-12-06-24-43-355-edit_com.android.chrome.jpg

For the removal of this label use debugShowCheckedModeBanner : false under the MaterialApp()


Overall you did a great job in flutter setup and while preparing the user interface. I appreciate all your workings while completing the tasks.


Total Marks7.5/10
Plagiarism Free
#steemexclusive
AI Free

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thanks for your review, it was a whole learning process.

You did your best and you have learnt many new things.

Sure it my first time of coming across Dart. I knew about Flutter but never took an interest in learning. One of my reason for taking this opportunity.