Skip to content

Instantly share code, notes, and snippets.

@rolurq
rolurq / main.dart
Created August 16, 2019 22:18
Paged scrollable in flutter that doesn't center the edge elements
import 'dart:math';
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(