flutter(37)
-
[Flutter] Navigator #system
if you want other Widget Screen. you should use Navigator class. Navigator widget class have methods..push : move other class..pushAndRemoveUntil : move other class and remove before classes..pushReplacement : not move other class, change other class. motion like push animation.route return MaterialPageRouteNavigator.push(context, MaterialPageRoute(builder: (_) => OtherScreen(),)); if you want ..
2024.01.14 -
[Flutter] Permission
Native Setting- aospath : android/app/src/main/AndroidManifest.xml ... - iospath : ios/Runner/Info.plist NSCameraUsageDescription request camera granted UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight CADisableMinimumFrameDurationOnPhone UIApplicationSupportsIndirectInputEvents ..
2024.01.14