close_range_util 0.2.0
close_range_util: ^0.2.0 copied to clipboard
Generic utility package for CloseRange projects and apps
0.2.0 #
Changes #
- CRImagePicker.crop more options
- meta_messages improvements
CRDebug
now colored with default printsCRshowSimple
error, success, info, and warnCRDatabase
small changes- Added docs folder
CRRole.getRole
changed togetPerm
CRSettings.profile
now no longer displays phone number- you can now set a default theme via
CRTheme.defaultTheme = ...
Fixes #
- SignUp can now bypass phone verification
- Debug Login now navigates to home page properly
0.1.25 #
Changes #
- Added showSimpleSuccess and showSimpleError
- CRImage static functions
- CRImagePicker now added with utility functions
- CRImagePicker.showImagePickerSheet now added
- More geared towards xfiles over CRImage
- CRAppBar can now have floating action bar
0.1.24 #
Fixes #
- Role Page now sorts role by level
- CRUser no longer creates a profile and must be done on supabase side
CRUser.load
now properly calls from the cache- Some hotfixes to CRProfilePicture
0.1.23 #
Fixes #
- Reverted settings page to be a little more streamlined
- Fixed issue with reload in settings causing crashes
0.1.22 #
Changes #
- Added better forms
- Profile pictures now more consistant
- Banner and Profile in settings cleaner
- Image class now streamlined better
- Better checks on image IO
- CRForm now has error checking and display
// Above a form
if (CRForm.hasErrors()) CRForm.errorSummary(context),
0.1.21 #
Changes #
- Updated Roles for user
- Fixing profile display for settings
- Guide on roles included under profile README
0.1.2 #
0.1.0 #
Changes #
- CRSave loading is no longer async
- CRSave can now bind to widgets for easy settings tracking
- CRForm now more mirros how settings work
- Added settings number input
- Basic features added
- Can now logout
- Auto login added
Fixed #
- Added much more details to the
README
- Debug pages no longer show random numbers on tabs
- Themes now working properly
- Settings bugs fixed