Skip to content

Instantly share code, notes, and snippets.

View amani27's full-sized avatar

Amani amani27

  • Bathayan
  • Bangladesh
View GitHub Profile
@amani27
amani27 / nested_scroll_view.dart
Created August 15, 2021 06:17 — forked from collinjackson/nested_scroll_view.dart
nestedscrollview example
// Copyright 2017, the Flutter project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';
void main() {
runApp(new TestApp());
}