close_range_util 0.0.2 copy "close_range_util: ^0.0.2" to clipboard
close_range_util: ^0.0.2 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 #

  1. add package
flutter pub add close_range_util
  1. 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 #

Documentation
App Bar

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.

App Bar #