Skip to content

Instantly share code, notes, and snippets.

View bmatheus91's full-sized avatar

Matheus de Sousa Barros bmatheus91

View GitHub Profile
@bmatheus91
bmatheus91 / swipe_button.dart
Last active March 18, 2019 12:01 — forked from slightfoot/swipe_button.dart
Flutter Swipe Button Demo
import 'package:flutter/material.dart';
import 'package:flutter/physics.dart';
void main() => runApp(SwipeDemoApp());
class SwipeDemoApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(