Skip to content

Instantly share code, notes, and snippets.

View markmooibroek's full-sized avatar

Mark Mooibroek markmooibroek

  • appnormal.com
  • Netherlands
View GitHub Profile
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
@markmooibroek
markmooibroek / main.dart
Created May 31, 2019 06:27
Navigator bug
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
home: MyHomePage(),
@markmooibroek
markmooibroek / main.dart
Created December 20, 2017 20:36
RummiFlutter tile
import 'package:flutter/material.dart';
void main() => runApp(new MyApp());
const kCustomFontStyle = const TextStyle(fontFamily: "Egypt", fontSize: 20.0);
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">