geoff 0.2.10
geoff: ^0.2.10 copied to clipboard
A library of common code used in our projects
Changelog #
Version 0.2 #
0.2.10 #
- Updated
httpto version 1.0.0
0.2.9 #
- Fixed a bug with
SystemInfo.getPlatform
0.2.8 #
- Temporarily removed colors from mac and ios logging, as the mac terminal does not support ANSI escape codes
- Updated
bodyText2tobodyMediuminGrepTextto reflect latest flutter updates
0.2.7 #
- Updated
flutter_appauthto the latest version (4.2.0)
0.2.5 #
- Changed a bunch of classes with only
staticmethods to beabstractand added private constructors to prevent extending - Added the
functionallibrary, which contains a few funtional programming methods. - Added
timelibrary with some utc helpers.
Finally adding stuff to the models package this update!
- Added
GeoffUserandKeycloakUser - Added
ModelUtils - Added
BadTypeExceptionandMissingFieldException - Added the
RichTextBlockmodel, which can be used to output rich text with html tags! Currently no editor for it, maybe down the line I'll do that
0.2.4 #
- Re-wrote
MayRestto reduce code duplication MayRestcalls can now be manually given a token- Added
patchtoMayRest - Added
GrepTextto widgets - Increased default
maxLogsinLogto 1000 - Added
GrepTextbased searching into the logger
0.2.3 #
- Readme updates
- Added
wrapIntandwrapDoubleto number utils - Added
doubleInRangeand made changes toRandomUtils - Corrected name of GRPC Utils
- Default headers no longer const, so they can be modified
- Changed
debugModeto a getter instead of a public field
0.2.2 #
- Added the ability to copy logs to clipboard
0.2.1 #
- Added a refresh token loop that can be triggered from
Session - Added Alarms
- Added the ability to log out
- Session and AppAuthHelper now more closely intertwined, no need to call both on login/logout
0.1.9-fix-4 #
- Adjusted the styling of the logger again
0.1.9-fix-3 #
- Adjusted the styling of the logger
0.1.9-fix-2 #
- Some colouring and styling changes
0.1.9-fix-1 #
- Added bold to log console output label, also updated version to help with version stuff
0.1.9 #
- Reformatting the log console output a bit
0.1.8-fix-8 #
- After all this testing, I think I finally got the logger console working
0.1.8-testing-2 #
- Doing some testing with versioning, hopefully will actually fix 0.1.8-fix-7
0.1.8-testing-1 #
- Doing some testing with versioning
0.1.8-fix-7 #
- Logger now shows all previous logs without needing a new one to update it - Actually this time please actually work this is getting insane
0.1.8-fix-6 #
- Logger subscription now cancels on pop, just to ease the amount of listeners
0.1.8-fix-5 #
- Logger now shows all previous logs without needing a new one to update it - Actually this time
0.1.8-fix-4 #
- Logger now shows all previous logs without needing a new one to update it
- Added the ability to allow logs in production versions of the app through a flag
0.1.8-fix-3 #
- Changed logger stream to a broadcast to allow multiple listeners
0.1.8-fix-2 #
- Cancelled stream subscription after logger closes
0.1.8-fix #
- Fixed listview in logger expecting infinite items
0.1.8 #
- Adding a logger console that can be popped up. Unstable currently.
0.1.7 #
- Added Orientationutils, allowing checking and running callbacks on device orientation changes
0.1.6 #
- Added number utils
0.1.5-fix-3 #
- Export fixes
0.1.5-fix-2 #
- Added scopes into app auth
0.1.5-fix #
- Made Session.onLogin static
0.1.5 #
- Started adding app auth stuff
0.1.4-fix #
- Added a slight fix to the formatting in the logger
0.1.4-docs #
- Added documentation and some slight refactoring
0.1.4 #
- Added the ability to disable colors on the logger
0.1.3 #
- Added a random utils
- Rewrote the logger to not be so giant
0.1.2-fix #
- Fixed system info not being exported
0.1.2 #
- Added put and delete to MayRest
- MayRest logger now changes level based on returned status code
0.1.1 #
- Added StatusCode and SystemInfo
0.0.1 #
- Project Creation