Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter disable horizontal

SystemChrome.setPreferredOrientations([
    DeviceOrientation.portraitDown,
    DeviceOrientation.portraitUp,
  ]);
 
PREVIOUS NEXT
Tagged: #flutter #disable #horizontal
ADD COMMENT
Topic
Name
4+7 =