Skip to main content

Posts

Showing posts from March, 2023

What is Flutter? Expain Flutter by Shiva Sir | Flutter Features | Dart Tutorials | Dart Complete Tutorials

What is Flutter   Flutter is an open-source UI software kit created by Google and released in 2018. Using Dart as a primary programming language, Flutter allows developers to create cross-platform applications. One of the reasons why Flutter developers have a high demand in organizations that work with Flutter is that being a framework that helps develop cross-platform applications, it helps organizations cut down on development costs and save time Who Is a Flutter Developer? A Flutter developer develops cross-platform applications by leveraging Flutter, an open-source UI software development kit that is useful for creating both Android and iOS apps Flutter Developer Salary in the US The average salary for a beginner-level Flutter developer in the United States is estimated to be $70,000 per annum However, the average salary for beginner-level Flutter developers is INR 4 lakhs. 5 Reasons Flutter is Worth Learning Quick Development Compared to its competitors, the Flutter devel...

React native tutorial:-

React native is used to create a native mobile application that can execute on Android and iOS platforms both, we can not create a web application using this. React native is not used to create hybrid applications, it is used to create native common platform applications that provide separate configurations for iOS and Android devices. How to install React Native  1) Install java and set Java_Home Path under environment Variable 2)  Install Android studion and Set Android_Home path  3)  Create AVD using android studio 4)  Run Avd Externally using following command open command prompt and write following code Default Android Location for Windows C:/Users/MachineName/AppData/local/Android/SDK/emulator Write follwing command to open emalutor .\emulator.exe -avd "Testavd" 5)  Install React native globally in Operating System for outdated version:  npx install -g react-native-cli react-native init AwesomeProject  react-native run-android for latest ver...