f_swiper 0.0.3 copy "f_swiper: ^0.0.3" to clipboard
f_swiper: ^0.0.3 copied to clipboard

Flutter Swiper Plugin.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      title: 'Flutter FSwiper Demo',
      home: Home(),
    );
  }
}
0
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Flutter Swiper Plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on f_swiper