circular_page_view 0.0.2 copy "circular_page_view: ^0.0.2" to clipboard
circular_page_view: ^0.0.2 copied to clipboard

A Flutter package for Android, iOS & Web which helps creating animated circular page views with customizable options.

example/lib/main.dart

import 'package:flutter/material.dart';

import './home_screen.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Circular Page View',
      home: HomeScreen(),
    );
  }
}
13
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Flutter package for Android, iOS & Web which helps creating animated circular page views with customizable options.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on circular_page_view