close_range_util 0.0.1
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.