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

Home page for the Flutter Web POC.

Home page for the Flutter Web POC

Features #

Home page with a textbox where user can enter the name.

Getting started #

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

Usage #

Include short and useful examples for package users. Add longer examples to /example folder.

part of home;

// ignore: must_be_immutable class HomePage extends StatefulWidget { String heading; String btnText; String helloText; TextEditingController controller; VoidCallback onPressed;

HomePage({ required this.heading, required this.btnText, required this.helloText, required this.controller, required this.onPressed, super.key, });

@override State

class _HomePageState extends State

1
likes
120
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

Home page for the Flutter Web POC.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flutter, flutter_svg

More

Packages that depend on home