circular_clip_route 0.1.2 copy "circular_clip_route: ^0.1.2" to clipboard
circular_clip_route: ^0.1.2 copied to clipboard

outdated

A page route which reveals its page by expanding a circular clip.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'contact_list_page.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: ContactListPage(),
    );
  }
}
127
likes
0
pub points
79%
popularity

Publisher

verified publishergabriel.terwesten.net

A page route which reveals its page by expanding a circular clip.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on circular_clip_route