Skip to content

Instantly share code, notes, and snippets.

@mikemaksymowych
mikemaksymowych / main.dart
Created May 30, 2018 18:51
Flutter app that loads images from the camera roll and displays them in a ListView
import 'dart:io';
import 'package:flutter/material.dart';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(