utils\utils library
Functions
-
analyseQPWithGemini(
List< Uint8List> images) → Future<AnalysedData> - Analyzes the question paper with Gemini AI. Returns the analyzed data.
-
getColName(
String start, int n) → String -
Returns the Excel Style column name based on the
start
column andn
no. of cols after it. -
getFileFromAssets(
String path) → Future< File> -
Returns the Future
of the file at the given path
. -
getFormattedDate(
DateTime now) → String -
getUint8List(
String filepath) → Future< Uint8List> -
Returns the Future
of the file at the given filepath
path.