Turn Your Vehicle Into a Smart Earning Asset

While you’re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

πŸš— You set the rental price
πŸ” Secure bookings with verified renters
πŸ“ Track your vehicle with GPS integration
πŸ’° Start earning within 48 hours

Join as a Partner Today

It’s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

How To Display ‘Hello World’ in Flutter.

To Display “Hello World” in Flutter, just Follow the Below Steps.

Step 1 :- First of all, Import material.dart package library.

import ‘package:flutter/material.dart’;


Step 2 :- Now, we call our main method.

void main() { }


Step 3 :- Under main() we perform all our operations. So, Under main() we call runApp() in which we use Widgets to perform any operation.


Step 4 :- Now, we call Centre Widget under runApp() method [ To show text in centre ] in which we take Text Widget as child, and in text widget lets pass a Welcome Message Hello World.


Step 5 :- Now, we add Direction to our Text Widget otherwise it returns error. See Below the Text Widget

child: Text(“Hello World”, textDirection: TextDirection.ltr,)


All Done. Now we are Ready to run our project But before that, please match your code with mine to not get any Error. See Below :-


See Output Below

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.