Posts

Showing posts from May, 2026

Flutter: A Beginner's BluePrint

Image
 Through Flutter, we can create cross platform applications which can run in various platforms mobile,desktop,embedded system and many more. This guide provides a detailed overview of the process for building and running an application within the Flutter ecosystem.To this end, I will showcase a basic application that incorporates visual representations of standard algorithms found in the B.Tech syllabus. Step 1: Check the requirements Download and install VS code from  https://code.visualstudio.com/download Download and install flutter sdk from  https://docs.flutter.dev/install/manual Download and install android sdk  and android studio from(  https://developer.android.com/studio?gclsrc=aw.ds&gad_source=1&gad_campaignid=21831783555&gbraid=0AAAAAC-IOZnJ0RRNNsPbcZxNgsUDX7Hc0&gclid=CjwKCAjwwdbPBhBgEiwAxBRA4UjAAgBcZEcl6QFt84bjWZyqc75fz6vKUylWa1xPIz0IwfVaVnVwEBoC4ykQAvD_BwE ) after instaling flutter go to command prompt  write "flutter doctor" an...