इंटरनेट के ज़माने में किसी को मुबारकबाद देने के कई मेथड है। यह वेबसाइट भी आपको एक मेथड प्रोवाइड करता है , जिसको प्रयोग कर के आप किसी को भी विश कर सकते है। इसके लिए आपको टेक्सटबॉक्स में नाम लिखना है जिसे आप मुबारकबाद देना चाहते है, फिर आप फेसबुक या व्हाट्सप्प के माध्यम से शेयर कर सकते है.

There are many ways to congratulate someone in the age of the Internet. This website also provides you with a method, using which you can wish anyone. For this, you have to write the name in the textbox which you want to congratulate, then you can share it through Facebook or Whatsapp.


  • No supported devices connected.

    The following devices were found, but are not supported by this project:
    Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.19045.6396]
    Chrome (web) • chrome • web-javascript • Google Chrome 141.0.7390.55
    Edge (web) • edge • web-javascript • Microsoft Edge 141.0.3537.57
    If you would like your app to run on web or windows, consider running flutter create . to generate projects for these platforms.

    # 1) Check Flutter and devices
    flutter doctor -v
    flutter devices
    
    # 2) Enable platforms if not already enabled
    flutter config --enable-windows-desktop
    flutter config --enable-web
    
    # 3) Generate platform projects (safe to run, but backup if you have custom native files)
    flutter create --platforms=windows,web .
    
    # 4) Verify devices and run
    flutter devices
    flutter run -d windows   # to run on Windows desktop
    flutter run -d chrome    # to run on web (Chrome)