bits library
Functions
-
actionableSliderHoursContext(double min, double max, double val)
→ String
-
-
appLaF()
→ ThemeData
-
-
bottomAppBarPageControlledBtn({required int pageNum, required Icon icon, required PageController controller})
→ IconButton
-
-
clampDouble({required double value, required double min, required double max})
→ double
-
-
debug_wrapPageNumber({required Color bg, required String text})
→ Widget
-
-
firstTimeValidateTelemetry()
→ void
-
-
fmtDateTime(DateTime time)
→ String
-
-
getCurrentWorkingEntryIndex()
→ double
-
-
getEntry(double index)
→ EphemeralTelemetry
-
-
getEntry_JSON(double index)
→ String?
-
-
getIsNewUser()
→ bool
-
-
getLastEntryIndex()
→ double
-
-
getLastEntryTime()
→ int
-
-
getUserAgeGroup()
→ double
-
-
getUserAvatarSVG()
→ String
-
-
getUserName()
→ String
-
-
getUserSex()
→ String
-
-
insertEntry(EphemeralTelemetry newEntry)
→ void
-
-
invalidateAllEntries()
→ void
-
-
invalidateEphemeral()
→ void
-
-
labeledIconBtn({required IconButton child, required String label, TextStyle? labelStyle})
→ Widget
-
Creates a labled Icon Button in the format that the label is vertically under the Icon Button.
button
refers to the target IconButton and the label
is the label for it and the optional labelStyle
-
makeCustomInputDetails({required String title, TextStyle? titleStyle, required Widget child})
→ Widget
-
-
makeListTile_SideDrawer({required IconData icon, required String title, required void onTap(), Color? iconColor, Color? textColor})
→ Widget
-
-
makeTextInputDetails({required String title, required void callback(String), TextStyle? titleStyle, TextStyle? hintStyle, String hintText = ""})
→ Widget
-
-
monthColor(int monthNum)
→ Color
-
-
monthNumToName(int monthNum)
→ String
-
-
removeAllEntries()
→ void
-
-
setIsNewUser(bool newValue)
→ void
-
-
setLastEntryIndex(double newValue)
→ void
-
-
setLastEntryIndexOneLess()
→ void
-
-
setLastEntryIndexOneMore()
→ void
-
-
setLastEntryTime(DateTime newValue)
→ void
-
-
setLastEntryTimeAsNow()
→ void
-
-
setUserAgeGroup(double newValue)
→ void
-
-
setUserAvatarSVG(String newValue)
→ void
-
-
setUserName(String newValue)
→ void
-
-
setUserSex(String newValue)
→ void
-