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

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

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

Libraries

infinate_container