file_support 1.0.2+3 copy "file_support: ^1.0.2+3" to clipboard
file_support: ^1.0.2+3 copied to clipboard

outdated

File Support is plugin very helpful for different kind of file handling operations.Its used create, update, get information about file.

example/lib/main.dart

import 'dart:io';

import 'package:file_picker/file_picker.dart';
import 'package:file_support_example/screens/canvas_maker.dart';
import 'package:file_support_example/screens/file_details.dart';
import 'package:file_support_example/screens/first_screen.dart';
import 'package:flutter/material.dart';
import 'dart:async';

import 'package:flutter/services.dart';
import 'package:file_support/file_support.dart';

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

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
     // home:ImageGenerator() ,
      home:FirstScreen() ,
    );
  }


}
33
likes
0
points
1.09k
downloads

Publisher

unverified uploader

Weekly Downloads

File Support is plugin very helpful for different kind of file handling operations.Its used create, update, get information about file.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dependencies, dio, flutter, flutter_image_compress, http, http_parser, logger, mime_type, path, path_provider, uuid

More

Packages that depend on file_support