mitesh77 / Best-Flutter-UI-Templates

completely free for everyone. Its build-in Flutter Dart.
Other
20k stars 4.48k forks source link

swipe to close screen #59

Closed pishguy closed 3 years ago

pishguy commented 3 years ago

i read your source code but i can't figure out how can i implementing this feature in my application, could you help me?

fg2q1q3q commented 3 years ago
MaterialApp(
        theme: ThemeData(
          platform: TargetPlatform.iOS,
        )
)