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

Simple picker is is a versatile Flutter plugin that simplifies the process of implementing picker functionality in your Flutter applications. Whether you need to provide users with a list or grid pick [...]

example/lib/main.dart

import 'dart:developer';

import 'package:flutter/material.dart';
import 'dart:async';

import 'package:flutter/services.dart';
import 'package:plugin_example_example/MyAppNew.dart';

void main() {
  runApp(const MyApp());
}
2
likes
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

Simple picker is is a versatile Flutter plugin that simplifies the process of implementing picker functionality in your Flutter applications. Whether you need to provide users with a list or grid picker for selecting options, Simple Picker has got you covered.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_picker

Packages that implement simple_picker