file_flow 1.0.0-dev.1 copy "file_flow: ^1.0.0-dev.1" to clipboard
file_flow: ^1.0.0-dev.1 copied to clipboard

PlatformAndroid

Seamlessly handle background file downloads and uploads.

example/lib/main.dart

import 'package:file_flow_example/screens/home.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(
      theme: ThemeData(
        appBarTheme: const AppBarTheme(
          elevation: 0.0,
          scrolledUnderElevation: 0.0,
          backgroundColor: Colors.white,
        ),
        scaffoldBackgroundColor: Colors.white,
      ),
      home: const Home(),
    );
  }
}
1
likes
150
points
30
downloads

Publisher

verified publishermelvinotieno.com

Weekly Downloads

Seamlessly handle background file downloads and uploads.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (license)

Dependencies

flutter, logging, uuid

More

Packages that depend on file_flow

Packages that implement file_flow