heckofaheic 0.0.7 copy "heckofaheic: ^0.0.7" to clipboard
heckofaheic: ^0.0.7 copied to clipboard

Platformweb

HEIC to PNG converter for Web our beloved

example/lib/main.dart

import "package:flutter/material.dart";

import "image_upload_point.dart";

void main() => runApp(const MyApp());

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: "Image Uploader",
      theme: ThemeData(
        useMaterial3: false,
        colorScheme: const ColorScheme.light(
          primary: Colors.blue,
          secondary: Colors.lightBlue,
        ),
      ),
      home: Scaffold(
        appBar: AppBar(
          title: const Text("Image Uploader"),
        ),
        body: const Center(
          child: ImageUploadPoint(),
        ),
      ),
    );
  }
}
2
likes
120
pub points
54%
popularity

Publisher

unverified uploader

HEIC to PNG converter for Web our beloved

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, html, http, js, js_interop

More

Packages that depend on heckofaheic