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

Generic utility package for CloseRange projects and apps

Adds a vast array of utility and widgets to help make creating apps a breeze. The aim of this package is to make building apps quick and seamless.

Features #

  • Documentation and Debug implemenation
  • Clean App bar design
  • Themes
  • Login / Signup pages
  • More to come

Getting started #

Inside your main function when you call runApp, pass in an Entry object

runApp(Entry(
    title: "Testing 123",
    home: ..., // Widget to home page
));

The point of this is to allow for global bindings such as themes to the whole project.

1
likes
0
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

Generic utility package for CloseRange projects and apps

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

badges, cupertino_icons, flex_color_scheme, flutter, flutter_dotenv, google_nav_bar, intl, supabase, supabase_flutter

More

Packages that depend on close_range_util