Skip to content

Instantly share code, notes, and snippets.

View ciriousjoker's full-sized avatar
👋
Waving at you

Philipp Bauer ciriousjoker

👋
Waving at you
View GitHub Profile
@ciriousjoker
ciriousjoker / main.dart
Created December 14, 2021 08:10
PageView Scroll Physics test
import 'package:flutter/material.dart';
import 'package:flutter/cupertino.dart';
const Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@ciriousjoker
ciriousjoker / index.html
Last active September 1, 2020 01:13
Embed a framed video of your app in just 8 lines of html (+ some CSS & JS)
<html>
<head>
<!-- This goes into <head> -->
<link rel="stylesheet" href="https://cdn.plyr.io/3.6.2/plyr.css" />
<script src="https://cdn.plyr.io/3.6.2/plyr.polyfilled.js"></script>
</head>
<body>