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

A flutter package to show uplaoded files in a scrollable widget.

example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'File Case Example',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: Home(),
    );
  }
}
7
likes
130
pub points
58%
popularity

Publisher

verified publisherasadhameed.com

A flutter package to show uplaoded files in a scrollable widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

file_picker, flutter, get

More

Packages that depend on file_case