rhythm_files 1.0.3 copy "rhythm_files: ^1.0.3" to clipboard
rhythm_files: ^1.0.3 copied to clipboard

A Flutter package that provides a simple and easy-to-use file picker with a built-in UI.

example/lib/main.dart

import 'package:example/dashboard.dart';
import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const Dashboard(),
    );
  }
}
6
likes
140
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a simple and easy-to-use file picker with a built-in UI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cloudinary_flutter, cloudinary_public, file_picker, file_previewer, fluentui_system_icons, flutter, flutter_lints, flutter_native_image, http, image_cropper, image_picker, mime, path_provider, video_compress

More

Packages that depend on rhythm_files