Skip to content

Instantly share code, notes, and snippets.

View matiszz's full-sized avatar

Matias matiszz

View GitHub Profile
@matiszz
matiszz / backdroup.dart
Created June 22, 2021 10:51
Trial workaround for Lesson 07 of the Flutter Udacity course
import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:meta/meta.dart';
import 'category.dart';
const double _kFlingVelocity = 2.0;
class _BackdropPanel extends StatelessWidget {