28/11/2025
https://www.youtube.com/watch?v=tRTlWfFEA_8
Google Antigravity IDE Tutorial: Install & Build a Flutter Sliding Puzzle Game (Full Guide)
Kickstart your Flutter game development with Google’s groundbreaking Antigravity IDE!In this video, I walk you step-by-step through:🔹 Installing Google Anti...
26/03/2025
Update on Online Flutter Batch 1
We have received 25 requests so far. We can accommodate 25 more students in our First Flutter Online Batch.
Registration Link
https://forms.gle/SQMu9w4pwaqLXbq66
Course Details
https://youtu.be/aN1-xdwrgXw?si=xyzL8FGpS_rl4w3d
07/02/2025
Question:
Which of the following is true about JavaScript?
A) JavaScript is a strongly typed programming language.
B) JavaScript runs only on the server side.
C) JavaScript is used to create interactive web pages.
D) JavaScript cannot manipulate HTML and CSS.
04/02/2025
Which of the following CSS properties is used to control the spacing between lines of text?
A) letter-spacing
B) word-spacing
C) line-height
D) text-indent
29/01/2025
https://github.com/deepseek-ai/DeepSeek-R1
GitHub - deepseek-ai/DeepSeek-R1
Contribute to deepseek-ai/DeepSeek-R1 development by creating an account on GitHub.
28/01/2025
https://www.youtube.com/watch?v=CoABO3xiEdU
DeepSeek R1 | How to use DeepSeek R1 for free
DeepSeek R1 is released and it is giving a tough time to its rival chatgpt.Deepseek is the number one used app on apple appstore. DeepSeek R1 is open source.
28/01/2025
Question: Which of the following widgets in Flutter is used to lay out its children in a horizontal array?
A. Column
B. Row
C. Stack
D. ListView
26/01/2025
Question: What is the purpose of the FutureBuilder widget in Flutter?
A. To create animations in a Flutter app
B. To build widgets based on the result of a Future
C. To manage state within a Flutter application
D. To handle navigation between screens
24/01/2025
Which widget in Flutter is used to implement a scrollable list of widgets that are created on demand?
A. Stack.builder
B. ListView.builder
C. Container.builder
D. Column.builder