Skip to content

Instantly share code, notes, and snippets.

View rodolfoag's full-sized avatar

Rodolfo Goncalves rodolfoag

  • Belo Horizonte, MG, Brazil
View GitHub Profile
@dnfield
dnfield / image_size_data.dart
Created March 3, 2020 22:08
Image size parsing in Dart
import 'dart:typed_data';
import 'package:meta/meta.dart';
/// Image formats supported by Flutter.
enum ImageFormat {
/// A Portable Network Graphics format image.
png,
/// A JPEG format image.
///