image_and_file_picker_utility 0.0.11 copy "image_and_file_picker_utility: ^0.0.11" to clipboard
image_and_file_picker_utility: ^0.0.11 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
150
points
87
downloads

Documentation

API reference

Publisher

verified publisherjarvistechnolabs.com

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

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