image_to_ascii 0.0.1 copy "image_to_ascii: ^0.0.1" to clipboard
image_to_ascii: ^0.0.1 copied to clipboard

Convert images or camera output to ASCII art in real-time.

example/lib/main.dart

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

void main() => runApp(
  MaterialApp(
    debugShowCheckedModeBanner: false,
    theme: ThemeData.dark().copyWith(
      scaffoldBackgroundColor: Colors.black,
      colorScheme: const ColorScheme.dark(surface: Colors.black),
    ),
    home: const CameraPage(),
  ),
);
3
likes
140
points
101
downloads

Documentation

API reference

Publisher

verified publishereko-app.com

Weekly Downloads

Convert images or camera output to ASCII art in real-time.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

camera, camera_avfoundation, flutter, google_fonts

More

Packages that depend on image_to_ascii