SYMBOL INDEX (71 symbols across 15 files) FILE: lib/db_helper/db_helper.dart class DatabaseHelper (line 8) | class DatabaseHelper { method initializeDatabase (line 37) | Future initializeDatabase() method _createDb (line 48) | void _createDb(Database db, int newVersion) method getNoteMapList (line 55) | Future>> getNoteMapList() method insertNote (line 64) | Future insertNote(Note note) method updateNote (line 71) | Future updateNote(Note note) method deleteNote (line 79) | Future deleteNote(int id) method getCount (line 87) | Future getCount() method getNoteList (line 96) | Future> getNoteList() FILE: lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: lib/modal_class/notes.dart class Note (line 1) | class Note { method toMap (line 53) | Map toMap() FILE: lib/screens/note_detail.dart class NoteDetail (line 7) | class NoteDetail extends StatefulWidget { method createState (line 14) | State createState() class NoteDetailState (line 19) | class NoteDetailState extends State { method build (line 32) | Widget build(BuildContext context) method showDiscardDialog (line 136) | void showDiscardDialog(BuildContext context) method showEmptyTitleDialog (line 177) | void showEmptyTitleDialog(BuildContext context) method showDeleteDialog (line 207) | void showDeleteDialog(BuildContext context) method moveToLastScreen (line 248) | void moveToLastScreen() method updateTitle (line 252) | void updateTitle() method updateDescription (line 257) | void updateDescription() method _save (line 263) | void _save() method _delete (line 275) | void _delete() FILE: lib/screens/note_list.dart class NoteList (line 11) | class NoteList extends StatefulWidget { method createState (line 15) | State createState() class NoteListState (line 20) | class NoteListState extends State { method build (line 27) | Widget build(BuildContext context) method myAppBar (line 33) | Widget myAppBar() method getNotesList (line 104) | Widget getNotesList() method getPriorityColor (line 173) | Color getPriorityColor(int priority) method getPriorityText (line 191) | String getPriorityText(int priority) method navigateToDetail (line 221) | void navigateToDetail(Note note, String title) method updateListView (line 230) | void updateListView() FILE: lib/screens/search_note.dart class NotesSearch (line 4) | class NotesSearch extends SearchDelegate { method appBarTheme (line 10) | ThemeData appBarTheme(BuildContext context) method buildActions (line 24) | List buildActions(BuildContext context) method buildLeading (line 40) | Widget buildLeading(BuildContext context) method buildResults (line 54) | Widget buildResults(BuildContext context) method getFilteredList (line 139) | List getFilteredList(List note) method buildSuggestions (line 150) | Widget buildSuggestions(BuildContext context) FILE: lib/utils/widgets.dart class PriorityPicker (line 16) | class PriorityPicker extends StatefulWidget { method createState (line 21) | _PriorityPickerState createState() class _PriorityPickerState (line 24) | class _PriorityPickerState extends State { method build (line 29) | Widget build(BuildContext context) class ColorPicker (line 76) | class ColorPicker extends StatefulWidget { method createState (line 81) | _ColorPickerState createState() class _ColorPickerState (line 84) | class _ColorPickerState extends State { method build (line 88) | Widget build(BuildContext context) FILE: test/widget_test.dart function main (line 13) | void main() FILE: windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: windows/runner/utils.cpp function CreateAndAttachConsole (line 10) | void CreateAndAttachConsole() { function GetCommandLineArguments (line 24) | std::vector GetCommandLineArguments() { function Utf8FromUtf16 (line 44) | std::string Utf8FromUtf16(const wchar_t* utf16_string) { FILE: windows/runner/win32_window.cpp function Scale (line 18) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 24) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 41) | class WindowClassRegistrar { method WindowClassRegistrar (line 46) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 62) | WindowClassRegistrar() = default; function wchar_t (line 71) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 133) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 152) | LRESULT function Win32Window (line 208) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 224) | RECT Win32Window::GetClientArea() { function HWND (line 230) | HWND Win32Window::GetHandle() { FILE: windows/runner/win32_window.h type Size (line 21) | struct Size {