time_slot_picker 0.0.1 copy "time_slot_picker: ^0.0.1" to clipboard
time_slot_picker: ^0.0.1 copied to clipboard

Time Slot Picker Plugin

example/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return Container(
      child: new Center(
        child: new Text("meme"),
      ),
    );
  }
}
0
likes
30
pub points
24%
popularity

Publisher

unverified uploader

Time Slot Picker Plugin

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on time_slot_picker