infinate_container 0.0.1 copy "infinate_container: ^0.0.1" to clipboard
infinate_container: ^0.0.1 copied to clipboard

In Flutter, an infinite container refers to a widget that allows for an infinite scrolling experience, where the content within the container can be scrolled.

Features #

Getting started #

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage #

const like = 'sample';

Additional information #

Infinate Container #

Infinate container package lets you add a super container to your Flutter app.

Installation #

  1. Add the latestVersion of package to your pubspec.yaml (and run.dart pub get');

dependencies: infinate_container: ^1.0.0

  1. Import the package and use it in your Flutter App.

import 'package:infinate_container/infinate_container.dart';

Example #

There are a number of properties that you can modify:

  • width
  • height
  • color1
  • color2
  • title
  • textcolor
  • subtitle
  • subtitlecolor
  • padding

'''

class MyContainer extends StatefulWidget { const MyContainer({Key? key}) : super(key: key);

@override State

class _MyContainerState extends State

Next Goals #

  • Add height and width. You can change height and width as your required.

  • Add grediant color You can add two colors and make asthetic color container.

1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

In Flutter, an infinite container refers to a widget that allows for an infinite scrolling experience, where the content within the container can be scrolled.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on infinate_container