abhishek_container1 0.0.6 copy "abhishek_container1: ^0.0.6" to clipboard
abhishek_container1: ^0.0.6 copied to clipboard

abhishek container have some modified properties.

#abhishek Containers

abhishek container package lets you add a beautiful property container to your Flutter app.

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  abhishek_container1: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:abhishek_container1/abhishek_container1.dart';

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

  @override
  _abhishek_containerState createState() => _abhishek_containerState();
}

class _abhishek_containerState extends State<abhishek_container> {
  @override
  Widget build(BuildContext context) {
    return Container();
  }
}

0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

abhishek container have some modified properties.

Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on abhishek_container1