close_range_util 0.0.3
close_range_util: ^0.0.3 copied to clipboard
Generic utility package for CloseRange projects and apps
Create flutter apps quickly by utilizing commonly used tools. #
The aim of this package is to make building apps quick and seamless, incorperating some frequently used widgets in app development.
Features #
- Documentation and Debug implemenation
- Clean App bar design
- Themes
- Login / Signup pages
- More to come
Getting started #
- add package
flutter pub add close_range_util
- Inside your main function when you call runApp, pass in an
Entry
object
runApp(Entry(
title: "Testing 123",
home: MyFirstPage(...), // Widget of inital page page
));
The point of this is to allow for global bindings such as themes to the whole project.
Features #
Docs #
Docs is a way to easily integrate a documentation page into your flutter apps. This can help users of your app learn more about how it works.