AThome

AThome is a Flutter package that makes it easy for developers to create a flutter home page with just a few lines of code and custom options.

Author

Usage/Examples

    AThome(
        wantAppBar: true,
        body: Container(),
      ),
}

Features

  • Rounded App bar
  • Pre built Search bar
  • Custom body widget

Libraries

at_home