booking_and_publish_slots 0.0.13 copy "booking_and_publish_slots: ^0.0.13" to clipboard
booking_and_publish_slots: ^0.0.13 copied to clipboard

Booking and Publish Slots plugin help you to implement slots booking.

example/lib/main.dart

import 'package:booking_and_publish_slots/components/booking_and_publish_slots_main.dart';
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';

void main() {
  runApp(const ProviderScope(child: MyApp()));
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
          appBar: AppBar(
            title: const Text('BookingAndPublishSlots example app'),
          ),
          body: const BookingAndPublishSlotsMain(bookedButtonName: "Book")),
    );
  }
}
7
likes
0
pub points
49%
popularity

Publisher

unverified uploader

Booking and Publish Slots plugin help you to implement slots booking.

Homepage

License

unknown (license)

Dependencies

change_app_package_name, flutter, flutter_riverpod, flutter_svg, flutter_web_plugins, intl, plugin_platform_interface

More

Packages that depend on booking_and_publish_slots