image_and_file_picker_utility 0.0.9 copy "image_and_file_picker_utility: ^0.0.9" to clipboard
image_and_file_picker_utility: ^0.0.9 copied to clipboard

This Flutter package simplifies the process of picking images and files with common utilities.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'feature/example_screen.dart';

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
        useMaterial3: true,
      ),
      home: const ExampleScreen(),
    );
  }
}
9
likes
140
points
90
downloads

Publisher

verified publisherjarvistechnolabs.com

Weekly Downloads

This Flutter package simplifies the process of picking images and files with common utilities.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, file_picker, flutter, gal, image_cropper, image_picker, path_provider, permission_handler

More

Packages that depend on image_and_file_picker_utility