Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColumnScrollView

ColumnScrollView possibility that you create and insert Column and Flex itens inside [SingleChildScrollView].

Getting Started

In the pubspec.yaml of your flutter project, add the following dependency:

dependencies:
  ...
  column_scroll_view: ^1.0.4

In your library add the following import:

import 'package:column_scroll_view/column_scroll_view.dart';

Usage

ColumnScrollView(
  child: Column(
    mainAxisAlignment: MainAxisAlignment.spaceAround,
    children: <Widget>[
      Container(
        color: Color(0xff222222),
        height: 120,
      ),
      Container(
        color: Color(0xff222222),
        height: 120,
      ),
      Container(
        color: Color(0xff222222),
        height: 120,
      )
    ],
  ),
)

Preview

About

Widget that possibility to insert Column in SingleChildScrollView

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages