Skip to content

Instantly share code, notes, and snippets.

Ionic and ngCordova upload example
Ionic and ngCordova upload example
import 'package:flutter/material.dart';
import 'dart:math' as math;
import 'dart:async';
void main() => runApp(new MyApp());
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {