adaptive_pop_scope 1.0.5 copy "adaptive_pop_scope: ^1.0.5" to clipboard
adaptive_pop_scope: ^1.0.5 copied to clipboard

Custom pop scope widget to allow Apple user (iOS, iPadOS and macOS) uses the back gesture

example/lib/main.dart

import 'package:example/main_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) => MaterialApp(
        title: 'Adaptive Pop Scope',
        theme: ThemeData(
          colorScheme: ColorScheme.fromSeed(seedColor: Colors.blueGrey),
          useMaterial3: true,
        ),
        home: const MainPage(),
      );
}
10
likes
160
points
862
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Custom pop scope widget to allow Apple user (iOS, iPadOS and macOS) uses the back gesture

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on adaptive_pop_scope