MasterStudy App Documentation
App PageChangelog
  • Introduction
  • MasterStudy LMS API Plugin Setup
  • Flutter Environment
  • Android App Build on macOS
    • Flutter Setup for the macOS system
    • Android Studio Setup on mac
    • Android Studio Emulator on mac
    • Null safety setup
    • Installing Flutter Packages on mac
    • Setting the Site URL on mac
    • Adding App Icon on mac
    • Setting App Name on mac
    • Firebase on mac
    • Firebase Project Setup
    • Change Package Name
    • Test Your App on mac
    • App Release on mac
  • iOS App Build
    • Building App for iOS
    • Firebase for iOS
  • Google And Facebook Sign-In
    • Google Sign-In
    • Facebook Sign-In
  • Android App Build on Windows OS
    • Flutter Setup for Windows System
    • Android studio Setup on Windows
    • Android Studio Emulator on Windows
    • Null safety setup
    • Installing Flutter Packages on Windows
    • Setting the Site URL on Windows
    • Adding App Icon on Windows
    • Firebase on Windows
    • Firebase Project Setup
    • Change Package Name
    • Setting App Name on Windows
    • Test Your App on Windows
    • App Release on Windows
  • Extra Materials
    • Item Page
    • Changelog
  • stylemixthemes
  • Themes
  • Plugins
Powered by GitBook
On this page

Was this helpful?

  1. Android App Build on Windows OS

Null safety setup

PreviousAndroid Studio Emulator on WindowsNextInstalling Flutter Packages on Windows

Last updated 1 year ago

Was this helpful?

With the new flutter update, if your flutter version is 3.10.1 and more, you don't need null safety sound, you need go run -> Edit Configurations, field "Additional run args" removed params "--no-sound-null-safety"

If your flutter version is less than 3.10.1, do the steps below

It is also necessary to add a "null safety" setting to the project.

Click on run in Android studio -> Edit configurations ->

And add into the line “Additional run args” string: “--no-sound-null-safety”