circular_clip_route 0.2.0+3 copy "circular_clip_route: ^0.2.0+3" to clipboard
circular_clip_route: ^0.2.0+3 copied to clipboard

A page route, which reveals its page by expanding a circular clip from an anchor widget.

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
140
pub points
79%
popularity

Publisher

verified publishergabriel.terwesten.net

A page route, which reveals its page by expanding a circular clip from an anchor widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on circular_clip_route