Skip to content

Instantly share code, notes, and snippets.

View JonathanMonga's full-sized avatar
😎
Focus on Dart and Flutter.

Jonathan Monga JonathanMonga

😎
Focus on Dart and Flutter.
View GitHub Profile
package main
import (
"bytes"
"encoding/base64"
"image"
"image/jpeg"
"log"
"net/http"
@av
av / main.dart
Created January 13, 2020 18:44
Flutter: neu
import 'package:flutter/material.dart';
void main() => runApp(NeumorphicApp());
class NeumorphicApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Neumorphic App',
theme: ThemeData(