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

Package to implements a gooey carousel created by gskinner team

example/lib/main.dart

import 'package:flutter/material.dart';

import 'demo.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Gooey Carousel Example',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: GooeyEdgeDemo(),
    );
  }
}
79
likes
30
pub points
52%
popularity

Publisher

unverified uploader

Package to implements a gooey carousel created by gskinner team

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on gooey_carousel