SYMBOL INDEX (1699 symbols across 521 files) FILE: alarm/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) class MyHomePage (line 25) | class MyHomePage extends StatefulWidget { method createState (line 32) | _MyHomePageState createState() class _MyHomePageState (line 35) | class _MyHomePageState extends State { method build (line 51) | Widget build(BuildContext context) FILE: alarm/test/widget_test.dart function main (line 13) | void main() FILE: alertdialog/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class MyHomePage (line 23) | class MyHomePage extends StatefulWidget { method createState (line 29) | _MyHomePageState createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method build (line 35) | Widget build(BuildContext context) FILE: alertdialog/test/widget_test.dart function main (line 13) | void main() FILE: baloncuk/lib/arkaplan.dart class ParticleModel (line 8) | class ParticleModel { FILE: baloncuk/lib/cizim.dart class ParticlePainter (line 4) | class ParticlePainter extends CustomPainter { method paint (line 11) | void paint(Canvas canvas, Size size) method shouldRepaint (line 24) | bool shouldRepaint(CustomPainter oldDelegate) FILE: baloncuk/lib/cizim_widget.dart class Particles (line 8) | class Particles extends StatefulWidget { method createState (line 14) | _ParticlesState createState() class _ParticlesState (line 17) | class _ParticlesState extends State { method initState (line 23) | void initState() method build (line 31) | Widget build(BuildContext context) FILE: baloncuk/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 28) | _MyHomePageState createState() class _MyHomePageState (line 31) | class _MyHomePageState extends State { method build (line 34) | Widget build(BuildContext context) FILE: baloncuk/test/widget_test.dart function main (line 13) | void main() FILE: bottom_tab/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatefulWidget { method createState (line 9) | State createState() class MyApp2 (line 12) | class MyApp2 extends State { method build (line 18) | Widget build(BuildContext context) FILE: bottom_tab/test/widget_test.dart function main (line 13) | void main() FILE: button_examples/lib/main.dart function main (line 3) | void main() function uzunMethod (line 84) | void uzunMethod() FILE: button_examples/test/widget_test.dart function main (line 13) | void main() FILE: call_phone/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) class MyHomePage (line 24) | class MyHomePage extends StatefulWidget { method createState (line 30) | _MyHomePageState createState() class _MyHomePageState (line 33) | class _MyHomePageState extends State { method customLaunch (line 36) | void customLaunch(command) method build (line 50) | Widget build(BuildContext context) FILE: call_phone/test/widget_test.dart function main (line 13) | void main() FILE: camera_app/lib/main.dart function main (line 6) | void main() class cameraApp (line 19) | class cameraApp extends StatefulWidget { method createState (line 21) | _cameraAppState createState() class _cameraAppState (line 26) | class _cameraAppState extends State{ method _showChoiseDialog (line 47) | Future _showChoiseDialog(BuildContext context) method _decideImageView (line 76) | Widget _decideImageView() method build (line 93) | Widget build(BuildContext context) FILE: camera_app/test/widget_test.dart function main (line 13) | void main() FILE: carkifelek/lib/arrow_view.dart class ArrowView (line 4) | class ArrowView extends StatelessWidget { method build (line 6) | Widget build(BuildContext context) class _ArrowClipper (line 31) | class _ArrowClipper extends CustomClipper { method getClip (line 33) | Path getClip(Size size) method shouldReclip (line 44) | bool shouldReclip(CustomClipper oldClipper) FILE: carkifelek/lib/board_view.dart class BoardView (line 6) | class BoardView extends StatefulWidget { method createState (line 15) | State createState() class _BoardViewState (line 20) | class _BoardViewState extends State { method _rotote (line 24) | double _rotote(int index) method build (line 27) | Widget build(BuildContext context) class _LuckPath (line 96) | class _LuckPath extends CustomClipper { method getClip (line 102) | Path getClip(Size size) method shouldReclip (line 113) | bool shouldReclip(_LuckPath oldClipper) FILE: carkifelek/lib/home_page.dart class HomePage (line 6) | class HomePage extends StatefulWidget { method createState (line 8) | State createState() class _HomePageState (line 13) | class _HomePageState extends State method initState (line 31) | void initState() method build (line 40) | Widget build(BuildContext context) method _calIndex (line 98) | int _calIndex(value) FILE: carkifelek/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) FILE: carkifelek/lib/model.dart class Luck (line 3) | class Luck{ FILE: carkifelek/test/widget_test.dart function main (line 13) | void main() FILE: countdown/lib/main.dart function main (line 5) | void main() class ProgressPainter (line 18) | class ProgressPainter extends CustomPainter { method paint (line 33) | void paint(Canvas canvas, Size size) method shouldRepaint (line 47) | bool shouldRepaint(ProgressPainter other) class MyHomePage (line 54) | class MyHomePage extends StatefulWidget { method createState (line 55) | _MyHomePageState createState() class _MyHomePageState (line 58) | class _MyHomePageState extends State with TickerProviderStat... method initState (line 67) | void initState() method build (line 81) | Widget build(BuildContext context) FILE: countdown/test/widget_test.dart function main (line 13) | void main() FILE: crop_image_example/lib/main.dart function main (line 7) | void main() class MyApp (line 11) | class MyApp extends StatefulWidget { method createState (line 13) | _MyAppState createState() class _MyAppState (line 16) | class _MyAppState extends State { method build (line 18) | Widget build(BuildContext context) class CropSample (line 34) | class CropSample extends StatefulWidget { method createState (line 36) | _CropSampleState createState() class _CropSampleState (line 39) | class _CropSampleState extends State { method initState (line 65) | void initState() method _loadAllImages (line 70) | Future _loadAllImages() method _load (line 82) | Future _load(String assetName) method build (line 88) | Widget build(BuildContext context) method _buildSumbnail (line 234) | Expanded _buildSumbnail(Uint8List data) FILE: crop_image_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: crop_image_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: crop_image_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: crop_image_example/test/widget_test.dart function main (line 13) | void main() FILE: crop_image_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: crop_image_example/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: crop_image_example/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: crop_image_example/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: crop_image_example/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: crop_image_example/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: crop_image_example/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: crop_image_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: date_time_example/lib/main.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 23) | class MyHomePage extends StatefulWidget { method createState (line 29) | _MyHomePageState createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method build (line 37) | Widget build(BuildContext context) FILE: date_time_example/test/widget_test.dart function main (line 13) | void main() FILE: dfab_ex/lib/main.dart function main (line 7) | void main() class MyApp (line 10) | class MyApp extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) class MyHomePage (line 33) | class MyHomePage extends StatefulWidget { method createState (line 48) | _MyHomePageState createState() class _MyHomePageState (line 51) | class _MyHomePageState extends State { method build (line 59) | Widget build(BuildContext context) method getLightDfab (line 184) | DraggableFloatingActionButton getLightDfab() method getContextButton (line 199) | DraggableFloatingActionButton getContextButton() FILE: dfab_ex/test/widget_test.dart function main (line 13) | void main() FILE: dosya_yukleme/lib/main.dart function main (line 7) | void main() class MyApp (line 9) | class MyApp extends StatefulWidget{ method createState (line 11) | State createState() class Dosya_yukleme (line 16) | class Dosya_yukleme extends State{ method build (line 25) | Widget build(BuildContext context) method galeridenyukleme (line 72) | void galeridenyukleme() method kameradanyukleme (line 94) | void kameradanyukleme() FILE: dosya_yukleme/test/widget_test.dart function main (line 13) | void main() FILE: draggable_home_example/lib/home/draggable.dart class DraggableHome (line 6) | class DraggableHome extends StatefulWidget { method createState (line 8) | _DraggableHomeState createState() class _DraggableHomeState (line 110) | class _DraggableHomeState extends State { method dispose (line 115) | void dispose() method build (line 122) | Widget build(BuildContext context) method sliver (line 160) | Widget sliver( method roundedCorner (line 245) | Container roundedCorner(BuildContext context) method sliverList (line 257) | Widget sliverList(BuildContext context, double topHeight) method expandedUpArrow (line 293) | StreamBuilder expandedUpArrow() FILE: draggable_home_example/lib/home/home_page.dart class HomePage (line 4) | class HomePage extends StatefulWidget { method createState (line 8) | State createState() class _HomePageState (line 11) | class _HomePageState extends State { method build (line 13) | Widget build(BuildContext context) method headerBottomBarWidget (line 36) | Widget headerBottomBarWidget() method headerWidget (line 50) | Widget headerWidget(BuildContext context) method listView (line 60) | ListView listView() FILE: draggable_home_example/lib/main.dart function main (line 5) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) FILE: draggable_home_example/lib/profile/expandable_bottom_sheet.dart class ExpandableBottomSheet (line 33) | class ExpandableBottomSheet extends StatefulWidget { method createState (line 117) | ExpandableBottomSheetState createState() class ExpandableBottomSheetState (line 120) | class ExpandableBottomSheetState extends State wi... method expand (line 143) | void expand() method contract (line 150) | void contract() method initState (line 165) | void initState() method build (line 177) | Widget build(BuildContext context) method _handleAnimationStatusUpdate (line 228) | void _handleAnimationStatusUpdate(AnimationStatus status) method _afterUpdateWidgetBuild (line 251) | void _afterUpdateWidgetBuild(bool isFirstBuild) method _positionOutOfBounds (line 272) | void _positionOutOfBounds() method _animateOnIsAnimating (line 288) | void _animateOnIsAnimating() method _toggle (line 294) | void _toggle() method _dragDown (line 307) | void _dragDown(DragDownDetails details) method _dragUpdate (line 317) | void _dragUpdate(DragUpdateDetails details) method _dragEnd (line 339) | void _dragEnd(DragEndDetails details) method _animateToTop (line 361) | void _animateToTop() method _animateToBottom (line 373) | void _animateToBottom() method _animateToMax (line 386) | void _animateToMax() method _animateToMin (line 400) | void _animateToMin() method dispose (line 415) | void dispose() type ExpansionStatus (line 422) | enum ExpansionStatus { FILE: draggable_home_example/lib/profile/profile_page.dart class ProfilePage (line 4) | class ProfilePage extends StatefulWidget { method createState (line 8) | State createState() class _ProfilePageState (line 11) | class _ProfilePageState extends State { method build (line 17) | Widget build(BuildContext context) FILE: draggable_home_example/test/widget_test.dart function main (line 13) | void main() FILE: dynamic_island/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) class HomePage (line 24) | class HomePage extends StatefulWidget { method createState (line 28) | State createState() class _HomePageState (line 31) | class _HomePageState extends State { method initState (line 56) | void initState() method build (line 62) | Widget build(BuildContext context) FILE: dynamic_island/lib/model/island_model.dart class IslandModel (line 3) | class IslandModel { FILE: dynamic_island/lib/screens/home/home_screen.dart class HomeScreen (line 7) | class HomeScreen extends StatefulWidget { method createState (line 11) | State createState() class _HomeScreenState (line 14) | class _HomeScreenState extends State { method toggleIsland (line 31) | void toggleIsland() method build (line 39) | Widget build(BuildContext context) FILE: dynamic_island/lib/screens/widgets/audio_waves.dart class AudioWaves (line 3) | class AudioWaves extends StatelessWidget { method build (line 7) | Widget build(BuildContext context) FILE: dynamic_island/lib/screens/widgets/call_expanded.dart class CallExpanded (line 4) | class CallExpanded extends StatefulWidget { method createState (line 8) | State createState() class _CallExpandedState (line 11) | class _CallExpandedState extends State { method build (line 13) | Widget build(BuildContext context) FILE: dynamic_island/lib/screens/widgets/call_shrinked.dart class CallShrinked (line 5) | class CallShrinked extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: dynamic_island/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: dynamic_island/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: dynamic_island/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: dynamic_island/test/widget_test.dart function main (line 13) | void main() FILE: dynamic_island/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: dynamic_island/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: dynamic_island/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: dynamic_island/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: dynamic_island/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: dynamic_island/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: dynamic_island/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: effect/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 28) | _MyHomePageState createState() class _MyHomePageState (line 31) | class _MyHomePageState extends State { method build (line 43) | Widget build(BuildContext context) FILE: effect/test/widget_test.dart function main (line 13) | void main() FILE: equatable_example/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: equatable_example/lib/models/students.dart class Students (line 1) | class Students { FILE: equatable_example/lib/models/tutors.dart class Tutors (line 3) | class Tutors extends Equatable { FILE: equatable_example/lib/screens/home_screen.dart class HomeScreen (line 5) | class HomeScreen extends StatefulWidget { method createState (line 9) | State createState() class _HomeScreenState (line 12) | class _HomeScreenState extends State { method build (line 30) | Widget build(BuildContext context) FILE: equatable_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: equatable_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: equatable_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: equatable_example/test/widget_test.dart function main (line 13) | void main() FILE: equatable_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: equatable_example/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: equatable_example/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: equatable_example/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: equatable_example/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: equatable_example/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: equatable_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: esneklik/lib/main.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 24) | class MyHomePage extends StatefulWidget { method createState (line 31) | _MyHomePageState createState() class _MyHomePageState (line 34) | class _MyHomePageState extends State { method build (line 38) | Widget build(BuildContext context) FILE: esneklik/lib/resim_veya_yazilar.dart class ExpandedPage (line 3) | class ExpandedPage extends StatelessWidget{ method build (line 5) | Widget build(BuildContext context) FILE: esneklik/lib/row_esneklik.dart class RowPage (line 3) | class RowPage extends StatelessWidget{ method build (line 5) | Widget build(BuildContext context) FILE: esneklik/test/widget_test.dart function main (line 13) | void main() FILE: firebase_ornek/lib/main.dart function main (line 5) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: firebase_ornek/lib/model/status.dart class Status (line 3) | class Status { FILE: firebase_ornek/lib/pages/add_status.dart class AddStatusPage (line 8) | class AddStatusPage extends StatefulWidget { method createState (line 10) | _AddStatusPageState createState() class _AddStatusPageState (line 13) | class _AddStatusPageState extends State { method imagePlace (line 21) | Widget imagePlace() method build (line 42) | Widget build(BuildContext context) method _onImageButtonPressed (line 158) | void _onImageButtonPressed(ImageSource source, FILE: firebase_ornek/lib/pages/home.dart class HomePage (line 6) | class HomePage extends StatefulWidget { method createState (line 8) | _HomePageState createState() class _HomePageState (line 11) | class _HomePageState extends State { method build (line 15) | Widget build(BuildContext context) FILE: firebase_ornek/lib/pages/login.dart class LoginPage (line 6) | class LoginPage extends StatefulWidget { method createState (line 8) | _LoginPageState createState() class _LoginPageState (line 11) | class _LoginPageState extends State { method build (line 18) | Widget build(BuildContext context) FILE: firebase_ornek/lib/pages/register.dart class RegisterPage (line 5) | class RegisterPage extends StatefulWidget { method createState (line 7) | _RegisterPageState createState() class _RegisterPageState (line 10) | class _RegisterPageState extends State { method build (line 20) | Widget build(BuildContext context) FILE: firebase_ornek/lib/pages/status_list.dart class StatusListPage (line 5) | class StatusListPage extends StatefulWidget { method createState (line 7) | _StatusListPageState createState() class _StatusListPageState (line 10) | class _StatusListPageState extends State { method build (line 14) | Widget build(BuildContext context) method _showChoiseDialog (line 27) | Future _showChoiseDialog(BuildContext context) FILE: firebase_ornek/lib/service/auth_service.dart class AuthService (line 4) | class AuthService { method signIn (line 9) | Future signIn(String email, String password) method createPerson (line 21) | Future createPerson(String name, String email, String password) FILE: firebase_ornek/lib/service/status_service.dart class StatusService (line 7) | class StatusService { method addStatus (line 13) | Future addStatus(String status, XFile pickedFile) method getStatus (line 24) | Stream getStatus() method removeStatus (line 31) | Future removeStatus(String docId) FILE: firebase_ornek/lib/service/storage_service.dart class StorageService (line 4) | class StorageService { method uploadMedia (line 8) | Future uploadMedia(File file) FILE: firebase_ornek/test/widget_test.dart function main (line 13) | void main() FILE: flame_ex/lib/fly.dart class Fly (line 4) | class Fly { method render (line 16) | void render(Canvas c) method update (line 20) | void update(double t) method onTapDown (line 29) | void onTapDown() FILE: flame_ex/lib/langaw-game.dart class LangawGame (line 8) | class LangawGame extends Game { method initialize (line 17) | void initialize() method spawnFly (line 25) | void spawnFly() method render (line 31) | void render(Canvas canvas) method update (line 40) | void update(double t) method resize (line 45) | void resize(Size size) method onTapDown (line 52) | void onTapDown(TapDownDetails d) FILE: flame_ex/lib/main.dart function main (line 7) | void main() FILE: flame_ex/test/widget_test.dart function main (line 13) | void main() FILE: flame_ornek/lib/enemy_spawner.dart class EnemySpawner (line 5) | class EnemySpawner { method initialize (line 18) | void initialize() method killAllEnemies (line 24) | void killAllEnemies() method update (line 28) | void update(double t) FILE: flame_ornek/lib/game_controller.dart class GameController (line 17) | class GameController extends Game { method initialize (line 36) | void initialize() method render (line 50) | void render(Canvas c) method update (line 67) | void update(double t) method resize (line 81) | void resize(Size size) method onTapDown (line 86) | void onTapDown(TapDownDetails d) method spawnEnemy (line 98) | void spawnEnemy() FILE: flame_ornek/lib/main.dart function main (line 8) | void main() FILE: flame_ornek/lib/models/enemy.dart class Enemy (line 6) | class Enemy { method render (line 26) | void render(Canvas c) method update (line 46) | void update(double t) method attack (line 61) | void attack() method onTapDown (line 67) | void onTapDown() FILE: flame_ornek/lib/models/health_bar.dart class HealthBar (line 6) | class HealthBar { method render (line 27) | void render(Canvas c) method update (line 34) | void update(double t) FILE: flame_ornek/lib/models/highscore_text.dart class HighscoreText (line 5) | class HighscoreText { method render (line 18) | void render(Canvas c) method update (line 22) | void update(double t) FILE: flame_ornek/lib/models/player.dart class Player (line 6) | class Player { method render (line 24) | void render(Canvas c) method update (line 29) | void update(double t) FILE: flame_ornek/lib/models/score_text.dart class ScoreText (line 5) | class ScoreText { method render (line 18) | void render(Canvas c) method update (line 22) | void update(double t) FILE: flame_ornek/lib/models/start_text.dart class StartText (line 5) | class StartText { method render (line 18) | void render(Canvas c) method update (line 22) | void update(double t) FILE: flame_ornek/lib/state.dart type State (line 1) | enum State { FILE: flame_ornek/test/widget_test.dart function main (line 13) | void main() FILE: flare_app/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 21) | class MyHomePage extends StatefulWidget { method createState (line 27) | _MyHomePageState createState() class _MyHomePageState (line 30) | class _MyHomePageState extends State { method build (line 32) | Widget build(BuildContext context) FILE: flare_app/test/widget_test.dart function main (line 13) | void main() FILE: floating_action_button/lib/controller/button_controller.dart class ButtonController (line 5) | class ButtonController extends GetxController with SingleGetTickerProvid... method getRadiansFromDegree (line 11) | double getRadiansFromDegree(double degree) method onInit (line 19) | void onInit() method onClose (line 44) | void onClose() FILE: floating_action_button/lib/main.dart function main (line 8) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: floating_action_button/lib/views/home_page.dart class HomePage (line 6) | class HomePage extends StatefulWidget { method createState (line 8) | _HomePageState createState() class _HomePageState (line 11) | class _HomePageState extends State{ method build (line 16) | Widget build(BuildContext context) FILE: floating_action_button/lib/widgets/circular_button.dart class CircularButton (line 3) | class CircularButton extends StatelessWidget { method build (line 15) | Widget build(BuildContext context) FILE: floating_action_button/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: floating_action_button/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: floating_action_button/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: floating_action_button/test/widget_test.dart function main (line 13) | void main() FILE: floating_action_button/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: floating_action_button/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: floating_action_button/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: floating_action_button/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: floating_action_button/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: floating_action_button/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: floating_action_button/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: floating_action_button/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: flutter-ble/lib/main.dart function main (line 6) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 20) | class MyHomePage extends StatefulWidget { method createState (line 29) | _MyHomePageState createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method initState (line 46) | void initState() method _buildListViewOfDevices (line 63) | ListView _buildListViewOfDevices() method _buildReadWriteNotifyButton (line 115) | List _buildReadWriteNotifyButton( method _buildConnectDeviceView (line 215) | ListView _buildConnectDeviceView() method _buildView (line 267) | ListView _buildView() method build (line 275) | Widget build(BuildContext context) FILE: flutter-ble/test/widget_test.dart function main (line 13) | void main() FILE: flutter_add_dynamic_widget/lib/examples/simple_example.dart class SimpleExample (line 3) | class SimpleExample extends StatefulWidget { method createState (line 7) | State createState() class _SimpleExampleState (line 10) | class _SimpleExampleState extends State { method build (line 14) | Widget build(BuildContext context) method _buildBody (line 27) | Widget _buildBody() FILE: flutter_add_dynamic_widget/lib/home/home_page.dart class HomePage (line 5) | class HomePage extends StatefulWidget { method createState (line 9) | _MyHomePageState createState() class _MyHomePageState (line 12) | class _MyHomePageState extends State { method initState (line 17) | void initState() method build (line 25) | Widget build(BuildContext context) function expandStyle (line 78) | expandStyle(int flex, Widget child) FILE: flutter_add_dynamic_widget/lib/main.dart function main (line 5) | void main() class MyApp (line 12) | class MyApp extends StatelessWidget { method build (line 16) | Widget build(BuildContext context) FILE: flutter_add_dynamic_widget/lib/textfield_example/problem.dart class Problem (line 1) | class Problem { FILE: flutter_add_dynamic_widget/lib/textfield_example/textfield_example.dart class TextFieldExample (line 4) | class TextFieldExample extends StatefulWidget { method createState (line 8) | _MyTextFieldExampleState createState() class _MyTextFieldExampleState (line 11) | class _MyTextFieldExampleState extends State { method initState (line 16) | void initState() method build (line 34) | Widget build(BuildContext context) function expandStyle (line 71) | expandStyle(int flex, Widget child) FILE: flutter_add_dynamic_widget/test/widget_test.dart function main (line 13) | void main() FILE: flutter_grafics/lib/line1.dart class LineChartSample1 (line 4) | class LineChartSample1 extends StatefulWidget { method createState (line 6) | State createState() class LineChartSample1State (line 9) | class LineChartSample1State extends State { method initState (line 13) | void initState() method build (line 19) | Widget build(BuildContext context) method sampleData1 (line 87) | LineChartData sampleData1() method linesBarData1 (line 177) | List linesBarData1() method sampleData2 (line 254) | LineChartData sampleData2() method linesBarData2 (line 341) | List linesBarData2() FILE: flutter_grafics/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) class MyHomePage (line 24) | class MyHomePage extends StatefulWidget { method createState (line 30) | _MyHomePageState createState() class _MyHomePageState (line 33) | class _MyHomePageState extends State { method build (line 37) | Widget build(BuildContext context) FILE: flutter_grafics/test/widget_test.dart function main (line 13) | void main() FILE: flutter_listview/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget{ method build (line 7) | Widget build(BuildContext context) class BodyLayout (line 22) | class BodyLayout extends StatelessWidget{ method build (line 24) | Widget build(BuildContext context) function _myListView (line 73) | Widget _myListView(BuildContext context) FILE: flutter_listview/test/widget_test.dart function main (line 13) | void main() FILE: flutter_location/lib/controller/geolocator_controller.dart class GeolocatorController (line 4) | class GeolocatorController extends GetxController { method getLocation (line 9) | Future getLocation() method permissionOK (line 25) | void permissionOK() FILE: flutter_location/lib/main.dart function main (line 6) | void main() class MyApp (line 10) | class MyApp extends StatefulWidget { method createState (line 12) | _MyAppState createState() class _MyAppState (line 15) | class _MyAppState extends State { method build (line 20) | Widget build(BuildContext context) FILE: flutter_location/lib/views/home_page.dart class HomePage (line 8) | class HomePage extends StatefulWidget { method createState (line 10) | _HomePageState createState() class _HomePageState (line 13) | class _HomePageState extends State { method build (line 17) | Widget build(BuildContext context) FILE: flutter_location/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: flutter_location/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: flutter_location/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: flutter_location/test/widget_test.dart function main (line 13) | void main() FILE: flutter_location/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: flutter_location/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: flutter_location/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: flutter_location/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: flutter_location/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: flutter_location/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: flutter_location/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: flutter_location/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: flutter_pdf/lib/main.dart function main (line 5) | void main() class MyPage (line 12) | class MyPage extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) class PdfViewer (line 33) | class PdfViewer extends StatelessWidget { method build (line 38) | Widget build(BuildContext context) FILE: flutter_pdf/lib/views/full_file.dart function orderPdfView (line 9) | orderPdfView(context, String title) function divider (line 91) | Widget divider(double width) function tableRow (line 101) | tableRow(List attributes, TextStyle textStyle) function textRow (line 114) | Widget textRow(List titleList, TextStyle textStyle) function textStyle1 (line 128) | TextStyle textStyle1() function textStyle2 (line 136) | TextStyle textStyle2() function spaceDivider (line 143) | Widget spaceDivider(double height) FILE: flutter_pdf/lib/views/pdf_page.dart class PdfViewer (line 4) | class PdfViewer extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: flutter_pdf/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: flutter_pdf/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: flutter_pdf/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: flutter_pdf/test/widget_test.dart function main (line 13) | void main() FILE: flutter_pdf/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: flutter_pdf/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: flutter_pdf/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: flutter_pdf/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: flutter_pdf/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: flutter_pdf/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: flutter_pdf/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: flutter_pdf/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: flutter_switch/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 24) | class MyHomePage extends StatefulWidget { method createState (line 31) | _MyHomePageState createState() class _MyHomePageState (line 34) | class _MyHomePageState extends State { method toggleSwitch (line 43) | Future toggleSwitch(bool value) method toggleSwitch2 (line 73) | void toggleSwitch2(bool value) method toggleSwitch3 (line 98) | void toggleSwitch3(bool value) method saveSwitchState (line 147) | Future saveSwitchState(bool value) method saveSwitchState2 (line 154) | Future saveSwitchState2(bool value) method saveSwitchState3 (line 161) | Future saveSwitchState3(bool value) method getSwitchState (line 170) | Future getSwitchState() method getSwitchState2 (line 178) | Future getSwitchState2() method getSwitchState3 (line 186) | Future getSwitchState3() method build (line 200) | Widget build(BuildContext context) FILE: flutter_switch/test/widget_test.dart function main (line 13) | void main() FILE: flutter_tabbar_classic/lib/main.dart function main (line 3) | void main() class TabBarDemo (line 7) | class TabBarDemo extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) FILE: flutter_tabbar_classic/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: flutter_tabbar_classic/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: flutter_tabbar_classic/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: flutter_tabbar_classic/test/widget_test.dart function main (line 13) | void main() FILE: flutter_tabbar_classic/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: flutter_tabbar_classic/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: flutter_tabbar_classic/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: flutter_tabbar_classic/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: flutter_tabbar_classic/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: flutter_tabbar_classic/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: flutter_tabbar_classic/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: flutter_tabbar_classic/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: flutter_tabbar_example/lib/controller/tabBar_controller.dart class TabBarController (line 4) | class TabBarController extends GetxController method onInit (line 41) | void onInit() method onClose (line 75) | void onClose() FILE: flutter_tabbar_example/lib/main.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 19) | class MyHomePage extends StatefulWidget { method createState (line 21) | _MyHomePageState createState() class _MyHomePageState (line 24) | class _MyHomePageState extends State with TickerProviderStat... method build (line 28) | Widget build(BuildContext context) FILE: flutter_tabbar_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: flutter_tabbar_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: flutter_tabbar_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: flutter_tabbar_example/test/widget_test.dart function main (line 13) | void main() FILE: flutter_tabbar_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: flutter_tabbar_example/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: flutter_tabbar_example/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: flutter_tabbar_example/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: flutter_tabbar_example/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: flutter_tabbar_example/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: flutter_tabbar_example/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: flutter_tabbar_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: flutter_test_examples/lib/example.dart class ExampleTest (line 1) | class ExampleTest { method onTrue (line 4) | bool onTrue() FILE: flutter_test_examples/lib/main.dart function main (line 3) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 20) | class MyHomePage extends StatefulWidget { method createState (line 26) | _MyHomePageState createState() class _MyHomePageState (line 29) | class _MyHomePageState extends State { method _incrementCounter (line 32) | void _incrementCounter() method build (line 39) | Widget build(BuildContext context) FILE: flutter_test_examples/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: flutter_test_examples/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: flutter_test_examples/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: flutter_test_examples/test/example_test.dart function main (line 4) | void main() FILE: flutter_test_examples/test/widget_test.dart function main (line 6) | void main() FILE: flutter_test_examples/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: flutter_test_examples/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: flutter_test_examples/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: flutter_test_examples/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: flutter_test_examples/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: flutter_test_examples/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: flutter_test_examples/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: flutter_test_examples/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: flutter_webview/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) class MyHomePage (line 24) | class MyHomePage extends StatefulWidget { method createState (line 30) | State createState() class _MyHomePageState (line 33) | class _MyHomePageState extends State { method build (line 35) | Widget build(BuildContext context) FILE: flutter_webview/test/widget_test.dart function main (line 13) | void main() FILE: flutter_wrap/lib/main.dart function main (line 3) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 23) | class MyHomePage extends StatefulWidget { method createState (line 29) | _MyHomePageState createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method build (line 35) | Widget build(BuildContext context) FILE: flutter_wrap/test/widget_test.dart function main (line 13) | void main() FILE: fonts/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) FILE: fonts/test/widget_test.dart function main (line 13) | void main() FILE: geri_tusu/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 21) | class MyHomePage extends StatefulWidget { method createState (line 27) | _MyHomePageState createState() class _MyHomePageState (line 30) | class _MyHomePageState extends State { method _incrementCounter (line 33) | void _incrementCounter() method build (line 41) | Widget build(BuildContext context) FILE: geri_tusu/lib/yenisayfa.dart class YeniSayfa (line 3) | class YeniSayfa extends StatelessWidget{ method build (line 5) | Widget build(BuildContext context) FILE: geri_tusu/test/widget_test.dart function main (line 13) | void main() FILE: gesture_detector/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class MyHomePage (line 28) | class MyHomePage extends StatefulWidget { method createState (line 43) | _MyHomePageState createState() class _MyHomePageState (line 46) | class _MyHomePageState extends State { method _incrementCounter (line 49) | void _incrementCounter() method build (line 61) | Widget build(BuildContext context) FILE: gesture_detector/test/widget_test.dart function main (line 13) | void main() FILE: hook_example/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: hook_example/lib/pages/colorful_useEffect.dart class ColorfulHook (line 5) | class ColorfulHook extends HookWidget { method build (line 11) | Widget build(BuildContext context) FILE: hook_example/lib/pages/home_hook.dart class HomeHook (line 6) | class HomeHook extends HookWidget { method build (line 12) | Widget build(BuildContext context) FILE: hook_example/lib/pages/home_stateful.dart class HomeStateful (line 3) | class HomeStateful extends StatefulWidget { method createState (line 9) | State createState() class _HomeStatefulState (line 12) | class _HomeStatefulState extends State { method _incrementCounter (line 15) | void _incrementCounter() method build (line 22) | Widget build(BuildContext context) FILE: hook_example/lib/pages/tab_bar_hook.dart class TabbarHook (line 4) | class TabbarHook extends HookWidget { method build (line 10) | Widget build(BuildContext context) FILE: hook_example/lib/welcome_screen.dart class WelcomeScreen (line 7) | class WelcomeScreen extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: hook_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: hook_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: hook_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: hook_example/test/widget_test.dart function main (line 13) | void main() FILE: hook_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: hook_example/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: hook_example/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: hook_example/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: hook_example/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: hook_example/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: hook_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: image_example/lib/main.dart function main (line 3) | void main() FILE: image_example/test/widget_test.dart function main (line 13) | void main() FILE: image_to_text/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) FILE: image_to_text/lib/views/ocr_page.dart class OCRPage (line 6) | class OCRPage extends StatefulWidget { method createState (line 8) | _OCRPageState createState() class _OCRPageState (line 11) | class _OCRPageState extends State { method build (line 15) | Widget build(BuildContext context) method _read (line 49) | Future _read() FILE: image_to_text/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: image_to_text/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: image_to_text/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: image_to_text/test/widget_test.dart function main (line 13) | void main() FILE: image_to_text/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: image_to_text/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: image_to_text/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: image_to_text/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: image_to_text/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: image_to_text/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: image_to_text/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: image_to_text/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: inkwell_ex/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class MyHomePage (line 21) | class MyHomePage extends StatefulWidget { method createState (line 27) | _MyHomePageState createState() class _MyHomePageState (line 30) | class _MyHomePageState extends State { method _incrementCounter (line 34) | void _incrementCounter() method build (line 42) | Widget build(BuildContext context) FILE: inkwell_ex/test/widget_test.dart function main (line 13) | void main() FILE: instagram_bottom_nav/lib/custom/app_flow.dart class AppFlow (line 3) | class AppFlow { FILE: instagram_bottom_nav/lib/custom/bottom_navigation_tab.dart class BottomNavigationTab (line 3) | class BottomNavigationTab { FILE: instagram_bottom_nav/lib/custom/scaffolds/adaptive_bottom_navigation_scaffold.dart class AdaptiveBottomNavigationScaffold (line 9) | class AdaptiveBottomNavigationScaffold extends StatefulWidget { method createState (line 19) | _AdaptiveBottomNavigationScaffoldState createState() class _AdaptiveBottomNavigationScaffoldState (line 23) | class _AdaptiveBottomNavigationScaffoldState method build (line 28) | Widget build(BuildContext context) method _buildCupertino (line 39) | Widget _buildCupertino(BuildContext context) method _buildMaterial (line 46) | Widget _buildMaterial(BuildContext context) method onTabSelected (line 53) | void onTabSelected(int newIndex) FILE: instagram_bottom_nav/lib/custom/scaffolds/cupertino_bottom_navigation_scaffold.dart class CupertinoBottomNavigationScaffold (line 7) | class CupertinoBottomNavigationScaffold extends StatelessWidget { method build (line 22) | Widget build(BuildContext context) FILE: instagram_bottom_nav/lib/custom/scaffolds/material_bottom_navigation_scaffold.dart class MaterialBottomNavigationScaffold (line 6) | class MaterialBottomNavigationScaffold extends StatefulWidget { method createState (line 20) | _MaterialBottomNavigationScaffoldState createState() class _MaterialBottomNavigationScaffoldState (line 24) | class _MaterialBottomNavigationScaffoldState method initState (line 33) | void initState() method _initMaterialNavigationBarItems (line 45) | void _initMaterialNavigationBarItems() method _initAnimationControllers (line 60) | void _initAnimationControllers() method dispose (line 76) | void dispose() method build (line 85) | Widget build(BuildContext context) method _buildPageFlow (line 109) | Widget _buildPageFlow( class _MaterialBottomNavigationTab (line 150) | class _MaterialBottomNavigationTab extends BottomNavigationTab { FILE: instagram_bottom_nav/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) FILE: instagram_bottom_nav/lib/menu_page.dart class MenuPage (line 10) | class MenuPage extends StatefulWidget { method createState (line 12) | _MenuPageState createState() class _MenuPageState (line 15) | class _MenuPageState extends State { method build (line 30) | Widget build(BuildContext context) FILE: instagram_bottom_nav/lib/views/base_pages/home_page.dart class HomePage (line 4) | class HomePage extends StatefulWidget { method createState (line 8) | _HomePageState createState() class _HomePageState (line 11) | class _HomePageState extends State { method build (line 13) | Widget build(BuildContext context) FILE: instagram_bottom_nav/lib/views/base_pages/profile_page.dart class ProfilePage (line 4) | class ProfilePage extends StatefulWidget { method createState (line 8) | _ProfilePageState createState() class _ProfilePageState (line 11) | class _ProfilePageState extends State { method build (line 13) | Widget build(BuildContext context) FILE: instagram_bottom_nav/lib/views/indexed_page.dart class IndexedPage (line 10) | class IndexedPage extends StatefulWidget { method createState (line 21) | _IndexedPageState createState() class _IndexedPageState (line 24) | class _IndexedPageState extends State { method build (line 26) | Widget build(BuildContext context) FILE: instagram_bottom_nav/lib/views/next_pages/color_page.dart class ColorPage (line 3) | class ColorPage extends StatefulWidget { method createState (line 7) | _ColorPageState createState() class _ColorPageState (line 10) | class _ColorPageState extends State { method build (line 12) | Widget build(BuildContext context) FILE: instagram_bottom_nav/lib/views/next_pages/text_page.dart class TextPage (line 3) | class TextPage extends StatefulWidget { method createState (line 7) | _TextPageState createState() class _TextPageState (line 10) | class _TextPageState extends State { method build (line 12) | Widget build(BuildContext context) FILE: instagram_bottom_nav/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: instagram_bottom_nav/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: instagram_bottom_nav/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: instagram_bottom_nav/test/widget_test.dart function main (line 13) | void main() FILE: instagram_bottom_nav/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: instagram_bottom_nav/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: instagram_bottom_nav/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: instagram_bottom_nav/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: instagram_bottom_nav/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: instagram_bottom_nav/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: instagram_bottom_nav/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: instagram_bottom_nav/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: json_dosya/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 28) | _MyHomePageState createState() class _MyHomePageState (line 31) | class _MyHomePageState extends State { method build (line 36) | Widget build(BuildContext context) FILE: json_dosya/test/widget_test.dart function main (line 13) | void main() FILE: listview_select/lib/home_page.dart class HomePage (line 3) | class HomePage extends StatefulWidget { method createState (line 7) | State createState() class _HomePageState (line 10) | class _HomePageState extends State { method build (line 23) | Widget build(BuildContext context) FILE: listview_select/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: listview_select/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: listview_select/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: listview_select/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: listview_select/test/widget_test.dart function main (line 13) | void main() FILE: listview_select/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: listview_select/windows/runner/flutter_window.cpp function LRESULT (line 45) | LRESULT FILE: listview_select/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: listview_select/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: listview_select/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: listview_select/windows/runner/win32_window.cpp function Scale (line 36) | int Scale(int source, double scale_factor) { function EnableFullDpiSupportIfAvailable (line 42) | void EnableFullDpiSupportIfAvailable(HWND hwnd) { class WindowClassRegistrar (line 59) | class WindowClassRegistrar { method WindowClassRegistrar (line 64) | static WindowClassRegistrar* GetInstance() { method WindowClassRegistrar (line 80) | WindowClassRegistrar() = default; function wchar_t (line 89) | const wchar_t* WindowClassRegistrar::GetWindowClass() { function LRESULT (line 157) | LRESULT CALLBACK Win32Window::WndProc(HWND const window, function LRESULT (line 176) | LRESULT function Win32Window (line 236) | Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept { function RECT (line 252) | RECT Win32Window::GetClientArea() { function HWND (line 258) | HWND Win32Window::GetHandle() { FILE: listview_select/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: listview_styling/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget{ method build (line 7) | Widget build(BuildContext context) class BodyLayout (line 22) | class BodyLayout extends StatelessWidget{ method build (line 24) | Widget build(BuildContext context) function _myListView (line 81) | Widget _myListView(BuildContext context) FILE: listview_styling/test/widget_test.dart function main (line 13) | void main() FILE: listview_touch_detection/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget{ method build (line 7) | Widget build(BuildContext context) class BodyLayout (line 22) | class BodyLayout extends StatelessWidget{ method build (line 24) | Widget build(BuildContext context) function _myListView (line 29) | Widget _myListView(BuildContext context) FILE: listview_touch_detection/test/widget_test.dart function main (line 13) | void main() FILE: login_page/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget { method build (line 7) | Widget build(BuildContext context) class LoginHome (line 24) | class LoginHome extends StatelessWidget { method build (line 26) | Widget build(BuildContext context) function _LoginHome (line 31) | Widget _LoginHome (BuildContext context) FILE: login_page/test/widget_test.dart function main (line 13) | void main() FILE: mouse_region_example/lib/main.dart function main (line 5) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: mouse_region_example/lib/views/grid_element_page.dart class OverlayAnimatedGridElement (line 3) | class OverlayAnimatedGridElement extends StatefulWidget { method createState (line 8) | _OverlayAnimatedGridElementState createState() class _OverlayAnimatedGridElementState (line 12) | class _OverlayAnimatedGridElementState extends State { method build (line 14) | Widget build(BuildContext context) FILE: mouse_region_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: mouse_region_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: mouse_region_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: mouse_region_example/test/widget_test.dart function main (line 13) | void main() FILE: mouse_region_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: mouse_region_example/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: mouse_region_example/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: mouse_region_example/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: mouse_region_example/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: mouse_region_example/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: mouse_region_example/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: mouse_region_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: navigation_app/lib/main.dart function main (line 4) | void main() FILE: navigation_app/lib/uri/navigasyon_islemleri.dart class NavigasyonIslemleri (line 4) | class NavigasyonIslemleri extends StatefulWidget{ method createState (line 6) | uygulama createState() class uygulama (line 9) | class uygulama extends State{ method build (line 12) | Widget build(BuildContext context) FILE: navigation_app/lib/uri/yeni_file.dart class Asayfasi (line 3) | class Asayfasi extends StatefulWidget{ method createState (line 5) | uygulama2 createState() class uygulama2 (line 9) | class uygulama2 extends State{ method build (line 12) | Widget build(BuildContext context) FILE: navigation_app/test/widget_test.dart function main (line 13) | void main() FILE: navigation_drawer/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget { method build (line 7) | Widget build(BuildContext context) class NavigasyonSayfasi (line 21) | class NavigasyonSayfasi extends StatelessWidget{ method build (line 23) | Widget build(BuildContext context) FILE: navigation_drawer/test/widget_test.dart function main (line 13) | void main() FILE: opacity_example/lib/main.dart function main (line 3) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 28) | _MyHomePageState createState() class _MyHomePageState (line 31) | class _MyHomePageState extends State method build (line 36) | Widget build(BuildContext context) FILE: opacity_example/test/widget_test.dart function main (line 13) | void main() FILE: passcode_lock_example/lib/controller/passcode_controller.dart class PasscodeController (line 5) | class PasscodeController extends GetxController{ FILE: passcode_lock_example/lib/main.dart function main (line 5) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: passcode_lock_example/lib/views/home_page.dart class HomePage (line 9) | class HomePage extends StatefulWidget { method createState (line 15) | _HomePageState createState() class _HomePageState (line 18) | class _HomePageState extends State { method dispose (line 24) | void dispose() method build (line 41) | Widget build(BuildContext context) FILE: passcode_lock_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: passcode_lock_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: passcode_lock_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: passcode_lock_example/test/widget_test.dart function main (line 13) | void main() FILE: passcode_lock_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: passcode_lock_example/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: passcode_lock_example/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: passcode_lock_example/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: passcode_lock_example/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: passcode_lock_example/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: passcode_lock_example/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: passcode_lock_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: platform_specific_code/lib/main.dart function main (line 6) | void main() class MyApp (line 10) | class MyApp extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) class MyHomePage (line 25) | class MyHomePage extends StatefulWidget { method createState (line 30) | _MyHomePageState createState() class _MyHomePageState (line 33) | class _MyHomePageState extends State { method _getBatteryLevel (line 40) | Future _getBatteryLevel() method getName (line 54) | void getName() method initState (line 70) | void initState() method build (line 76) | Widget build(BuildContext context) FILE: platform_specific_code/test/widget_test.dart function main (line 13) | void main() FILE: puan_kazanma/lib/main.dart function main (line 6) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 27) | _MyHomePageState createState() type ScoreWidgetStatus (line 30) | enum ScoreWidgetStatus { class _MyHomePageState (line 37) | class _MyHomePageState extends State with TickerProviderStat... method increment (line 93) | void increment(Timer t) method onTapDown (line 102) | void onTapDown(TapDownDetails tap) method onTapUp (line 120) | void onTapUp(TapUpDetails tap) method getScoreButton (line 129) | Widget getScoreButton() method getClapButton (line 200) | Widget getClapButton() method build (line 231) | Widget build(BuildContext context) FILE: puan_kazanma/test/widget_test.dart function main (line 13) | void main() FILE: pyhsical_model/lib/main.dart function main (line 5) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: pyhsical_model/lib/views/home_page.dart class HomePage (line 3) | class HomePage extends StatefulWidget { method createState (line 7) | _HomePageState createState() class _HomePageState (line 10) | class _HomePageState extends State { method build (line 14) | Widget build(BuildContext context) FILE: pyhsical_model/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: pyhsical_model/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: pyhsical_model/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: pyhsical_model/test/widget_test.dart function main (line 13) | void main() FILE: pyhsical_model/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: pyhsical_model/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: pyhsical_model/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: pyhsical_model/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: pyhsical_model/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: pyhsical_model/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: pyhsical_model/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: pyhsical_model/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: random_images/lib/main.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 23) | class MyHomePage extends StatefulWidget { method createState (line 29) | _MyHomePageState createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method build (line 45) | Widget build(BuildContext context) method buildImage (line 69) | Widget buildImage(BuildContext context) FILE: random_images/test/widget_test.dart function main (line 13) | void main() FILE: sayfa_yapilari/lib/center.dart class CenterPage (line 3) | class CenterPage extends StatelessWidget{ method build (line 6) | Widget build(BuildContext context) FILE: sayfa_yapilari/lib/column.dart class ColumnPage (line 3) | class ColumnPage extends StatelessWidget{ method build (line 6) | Widget build(BuildContext context) FILE: sayfa_yapilari/lib/container.dart class ContainerPage (line 3) | class ContainerPage extends StatelessWidget{ method build (line 6) | Widget build(BuildContext context) FILE: sayfa_yapilari/lib/main.dart function main (line 9) | void main() class MyApp (line 11) | class MyApp extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) class MyHomePage (line 29) | class MyHomePage extends StatefulWidget { method createState (line 36) | _MyHomePageState createState() class _MyHomePageState (line 39) | class _MyHomePageState extends State { method _incrementCounter (line 42) | void _incrementCounter() method build (line 50) | Widget build(BuildContext context) FILE: sayfa_yapilari/lib/row.dart class RowPage (line 3) | class RowPage extends StatelessWidget{ method build (line 6) | Widget build(BuildContext context) FILE: sayfa_yapilari/lib/stack.dart class StackPage (line 3) | class StackPage extends StatelessWidget{ method build (line 6) | Widget build(BuildContext context) FILE: sayfa_yapilari/test/widget_test.dart function main (line 13) | void main() FILE: scratcher_example/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) FILE: scratcher_example/test/widget_test.dart function main (line 13) | void main() FILE: scrollbar_example/lib/main.dart function main (line 5) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: scrollbar_example/lib/views/grid_view_page.dart class GridViewPage (line 3) | class GridViewPage extends StatefulWidget { method createState (line 7) | _GridViewPageState createState() class _GridViewPageState (line 10) | class _GridViewPageState extends State { method build (line 14) | Widget build(BuildContext context) FILE: scrollbar_example/lib/views/home_page.dart class HomePage (line 5) | class HomePage extends StatefulWidget { method createState (line 9) | _HomePageState createState() class _HomePageState (line 12) | class _HomePageState extends State { method build (line 14) | Widget build(BuildContext context) FILE: scrollbar_example/lib/views/list_view_page.dart class ListViewPage (line 3) | class ListViewPage extends StatefulWidget { method createState (line 7) | _ListViewPageState createState() class _ListViewPageState (line 10) | class _ListViewPageState extends State { method build (line 14) | Widget build(BuildContext context) FILE: scrollbar_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: scrollbar_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: scrollbar_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: scrollbar_example/test/widget_test.dart function main (line 13) | void main() FILE: scrollbar_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: scrollbar_example/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: scrollbar_example/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: scrollbar_example/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: scrollbar_example/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: scrollbar_example/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: scrollbar_example/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: scrollbar_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: search_bar/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class MyHomePage (line 20) | class MyHomePage extends StatefulWidget { method createState (line 25) | _MyHomePageState createState() class _MyHomePageState (line 28) | class _MyHomePageState extends State { method initState (line 35) | void initState() method filterSearchResults (line 40) | void filterSearchResults(String query) method build (line 65) | Widget build(BuildContext context) FILE: search_bar/test/widget_test.dart function main (line 13) | void main() FILE: sharedpreference_flutter/lib/main.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 23) | class MyHomePage extends StatefulWidget { method createState (line 29) | _MyHomePageState createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method _showCupertinoDialog (line 43) | void _showCupertinoDialog(String title) method initState (line 154) | void initState() method build (line 192) | Widget build(BuildContext context) FILE: sharedpreference_flutter/test/widget_test.dart function main (line 13) | void main() FILE: singlescrollview_column/lib/home_screen.dart class HomeScreen (line 3) | class HomeScreen extends StatefulWidget { method createState (line 7) | State createState() class _HomeScreenState (line 10) | class _HomeScreenState extends State { method build (line 12) | Widget build(BuildContext context) FILE: singlescrollview_column/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: singlescrollview_column/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: singlescrollview_column/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: singlescrollview_column/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: singlescrollview_column/test/widget_test.dart function main (line 13) | void main() FILE: singlescrollview_column/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: singlescrollview_column/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: singlescrollview_column/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: singlescrollview_column/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: singlescrollview_column/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: singlescrollview_column/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: singlescrollview_column/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: slider_example/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 29) | _MyHomePageState createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method map (line 44) | List map(List list, Function handler) method build (line 53) | Widget build(BuildContext context) FILE: slider_example/test/widget_test.dart function main (line 13) | void main() FILE: slider_level_ui/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 29) | _MyHomePageState createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method build (line 40) | Widget build(BuildContext context) FILE: slider_level_ui/lib/score_slider.dart class ScoreSlider (line 25) | class ScoreSlider extends StatefulWidget { method createState (line 60) | State createState() class ScoreSliderState (line 63) | class ScoreSliderState extends State { method initState (line 67) | void initState() method _dots (line 72) | List _dots(BoxConstraints size) method _handlePanGesture (line 106) | void _handlePanGesture(BoxConstraints size, Offset localPosition) method build (line 122) | Widget build(BuildContext context) FILE: slider_level_ui/test/widget_test.dart function main (line 13) | void main() FILE: snapping_sheet_example/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) FILE: snapping_sheet_example/lib/shared/app_bar.dart class DarkAppBar (line 3) | class DarkAppBar { method build (line 8) | AppBar build(BuildContext context) FILE: snapping_sheet_example/lib/shared/default_grabbing.dart class DefaultGrabbing (line 5) | class DefaultGrabbing extends StatelessWidget { method _getBorderRadius (line 13) | BorderRadius _getBorderRadius() method build (line 24) | Widget build(BuildContext context) class _GrabbingIndicator (line 62) | class _GrabbingIndicator extends StatelessWidget { method build (line 64) | Widget build(BuildContext context) FILE: snapping_sheet_example/lib/shared/dummy_background.dart class DummyBackgroundContent (line 3) | class DummyBackgroundContent extends StatelessWidget { method build (line 7) | Widget build(BuildContext context) FILE: snapping_sheet_example/lib/shared/dummy_content.dart class DummyContent (line 3) | class DummyContent extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) FILE: snapping_sheet_example/lib/views/above_page.dart class AbovePage (line 8) | class AbovePage extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: snapping_sheet_example/lib/views/below_page.dart class BelowPage (line 8) | class BelowPage extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: snapping_sheet_example/lib/views/home_page.dart class HomePage (line 6) | class HomePage extends StatefulWidget { method createState (line 10) | _HomePageState createState() class _HomePageState (line 13) | class _HomePageState extends State { method build (line 15) | Widget build(BuildContext context) FILE: snapping_sheet_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: snapping_sheet_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: snapping_sheet_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: snapping_sheet_example/test/widget_test.dart function main (line 13) | void main() FILE: snapping_sheet_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: snapping_sheet_example/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: snapping_sheet_example/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: snapping_sheet_example/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: snapping_sheet_example/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: snapping_sheet_example/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: snapping_sheet_example/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: snapping_sheet_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: speech_to_text/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class VoiceHome (line 15) | class VoiceHome extends StatefulWidget { method createState (line 17) | _VoiceHomeState createState() class _VoiceHomeState (line 20) | class _VoiceHomeState extends State { method initState (line 28) | void initState() method initSpeechRecognizer (line 33) | void initSpeechRecognizer() method build (line 58) | Widget build(BuildContext context) FILE: speech_to_text/test/widget_test.dart function main (line 13) | void main() FILE: sticky_headers_example/lib/home/home_screen.dart class HomeScreen (line 7) | class HomeScreen extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) FILE: sticky_headers_example/lib/home/widgets/list_card.dart class ListCard (line 3) | class ListCard extends StatelessWidget { method build (line 7) | Widget build(BuildContext context) FILE: sticky_headers_example/lib/home/widgets/menu_card.dart class MenuCard (line 3) | class MenuCard extends StatelessWidget { method build (line 14) | Widget build(BuildContext context) FILE: sticky_headers_example/lib/home/widgets/search_card.dart class SearchCard (line 3) | class SearchCard extends StatelessWidget { method build (line 7) | Widget build(BuildContext context) FILE: sticky_headers_example/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: sticky_headers_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: sticky_headers_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: sticky_headers_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: sticky_headers_example/test/widget_test.dart function main (line 13) | void main() FILE: sticky_headers_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: sticky_headers_example/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: sticky_headers_example/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: sticky_headers_example/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: sticky_headers_example/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: sticky_headers_example/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: sticky_headers_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: sure/lib/main.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 9) | Widget build(BuildContext context) class CountDownTimer (line 23) | class CountDownTimer extends StatefulWidget { method createState (line 25) | _CountDownTimerState createState() class _CountDownTimerState (line 28) | class _CountDownTimerState extends State method initState (line 38) | void initState() method build (line 47) | Widget build(BuildContext context) class CustomTimerPainter (line 206) | class CustomTimerPainter extends CustomPainter { method paint (line 217) | void paint(Canvas canvas, Size size) method shouldRepaint (line 231) | bool shouldRepaint(CustomTimerPainter old) FILE: sure/test/widget_test.dart function main (line 13) | void main() FILE: sure_kontrol/lib/main.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 24) | class MyHomePage extends StatefulWidget { method createState (line 31) | _MyHomePageState createState() class _MyHomePageState (line 34) | class _MyHomePageState extends State { method initState (line 42) | void initState() method dispose (line 49) | void dispose() method startTimer (line 55) | void startTimer() method _incrementCounter (line 78) | void _incrementCounter() method build (line 88) | Widget build(BuildContext context) FILE: sure_kontrol/test/widget_test.dart function main (line 13) | void main() FILE: tarih_gerisayım/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class MyHomePage (line 20) | class MyHomePage extends StatefulWidget { method createState (line 26) | _MyHomePageState createState() class _MyHomePageState (line 29) | class _MyHomePageState extends State { method build (line 34) | Widget build(BuildContext context) method _buildSpace (line 144) | Widget _buildSpace() FILE: tarih_gerisayım/test/widget_test.dart function main (line 13) | void main() FILE: tarihli_geri_sayim/lib/main.dart function main (line 6) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class CountDownTimer (line 24) | class CountDownTimer extends StatefulWidget { method createState (line 26) | _CountDownTimerState createState() class _CountDownTimerState (line 29) | class _CountDownTimerState extends State method initState (line 49) | void initState() method build (line 67) | Widget build(BuildContext context) FILE: tarihli_geri_sayim/test/widget_test.dart function main (line 13) | void main() FILE: textfield/lib/main.dart function main (line 3) | void main() class MyApp (line 5) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class MyHomePage (line 21) | class MyHomePage extends StatefulWidget { method createState (line 27) | _MyHomePageState createState() class _MyHomePageState (line 30) | class _MyHomePageState extends State { method initState (line 39) | void initState() method dispose (line 58) | void dispose() method build (line 69) | Widget build(BuildContext context) FILE: textfield/test/widget_test.dart function main (line 13) | void main() FILE: timer_disappear/lib/main.dart function main (line 5) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 11) | Widget build(BuildContext context) class MyHomePage (line 24) | class MyHomePage extends StatefulWidget { method createState (line 30) | _MyHomePageState createState() class _MyHomePageState (line 33) | class _MyHomePageState extends State method initState (line 44) | void initState() method dispose (line 64) | void dispose() method build (line 71) | Widget build(BuildContext context) FILE: timer_disappear/test/widget_test.dart function main (line 13) | void main() FILE: transform_rotate_example/lib/main.dart function main (line 5) | void main() class MyApp (line 9) | class MyApp extends StatelessWidget { method build (line 13) | Widget build(BuildContext context) class MyHomePage (line 26) | class MyHomePage extends StatefulWidget { method createState (line 32) | _MyHomePageState createState() class _MyHomePageState (line 35) | class _MyHomePageState extends State with SingleTickerProvid... method initState (line 39) | void initState() method dispose (line 48) | void dispose() method build (line 56) | Widget build(BuildContext context) FILE: transform_rotate_example/test/widget_test.dart function main (line 13) | void main() FILE: uygulama_kapatma/lib/main.dart function main (line 5) | void main() class MyApp (line 7) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) class MyHomePage (line 22) | class MyHomePage extends StatefulWidget { method createState (line 29) | _MyHomePageState createState() class _MyHomePageState (line 32) | class _MyHomePageState extends State { method _incrementCounter (line 35) | void _incrementCounter() method build (line 43) | Widget build(BuildContext context) FILE: uygulama_kapatma/test/widget_test.dart function main (line 13) | void main() FILE: verification_screen/lib/home_screen.dart class HomeScreen (line 8) | class HomeScreen extends StatelessWidget { method build (line 12) | Widget build(BuildContext context) FILE: verification_screen/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: verification_screen/lib/pages/filled.dart class Filled (line 5) | class Filled extends StatefulWidget { method createState (line 9) | State createState() method toStringShort (line 12) | String toStringShort() class _FilledState (line 15) | class _FilledState extends State { method build (line 20) | Widget build(BuildContext context) method _pinTheme (line 71) | PinTheme _pinTheme() method dispose (line 82) | void dispose() FILE: verification_screen/lib/pages/filled_rounded.dart class FilledRoundedPinPut (line 5) | class FilledRoundedPinPut extends StatefulWidget { method createState (line 9) | State createState() method toStringShort (line 12) | String toStringShort() class _FilledRoundedPinPutState (line 15) | class _FilledRoundedPinPutState extends State { method build (line 26) | Widget build(BuildContext context) method _pinTheme (line 77) | PinTheme _pinTheme() method dispose (line 94) | void dispose() FILE: verification_screen/lib/pages/only_bottom_cursor.dart class OnlyBottomCursor (line 5) | class OnlyBottomCursor extends StatefulWidget { method createState (line 9) | State createState() method toStringShort (line 12) | String toStringShort() class _OnlyBottomCursorState (line 15) | class _OnlyBottomCursorState extends State { method build (line 21) | Widget build(BuildContext context) method _cursor (line 58) | Widget _cursor() method _preFilledWidget (line 74) | Widget _preFilledWidget() method _pinTheme (line 90) | PinTheme _pinTheme() method dispose (line 103) | void dispose() FILE: verification_screen/lib/pages/rounded_with_cursor.dart class RoundedWithCustomCursor (line 5) | class RoundedWithCustomCursor extends StatefulWidget { method createState (line 9) | State createState() method toStringShort (line 13) | String toStringShort() class _RoundedWithCustomCursorState (line 16) | class _RoundedWithCustomCursorState extends State createState() method toStringShort (line 12) | String toStringShort() class _RoundedWithShadowState (line 15) | class _RoundedWithShadowState extends State { method build (line 20) | Widget build(BuildContext context) method _pinTheme (line 69) | PinTheme _pinTheme() method _cursor (line 84) | Widget _cursor() method dispose (line 100) | void dispose() FILE: verification_screen/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 11) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: verification_screen/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: verification_screen/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 66) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 85) | static void my_application_dispose(GObject* object) { function my_application_class_init (line 91) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 97) | static void my_application_init(MyApplication* self) {} function MyApplication (line 99) | MyApplication* my_application_new() { FILE: verification_screen/test/widget_test.dart function main (line 13) | void main() FILE: verification_screen/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 11) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: verification_screen/windows/runner/flutter_window.cpp function LRESULT (line 40) | LRESULT FILE: verification_screen/windows/runner/flutter_window.h function class (line 12) | class FlutterWindow : public Win32Window { FILE: verification_screen/windows/runner/main.cpp function wWinMain (line 8) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: verification_screen/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: verification_screen/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: verification_screen/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: webrtc_example/lib/basic_sample/basic_sample.dart type RouteCallback (line 8) | typedef void RouteCallback(BuildContext context); class BasicSample (line 37) | class BasicSample extends StatefulWidget { method createState (line 40) | _BasicSampleState createState() class _BasicSampleState (line 43) | class _BasicSampleState extends State { method build (line 67) | Widget build(BuildContext context) FILE: webrtc_example/lib/basic_sample/data_channel_sample.dart class DataChannelSample (line 5) | class DataChannelSample extends StatefulWidget { method createState (line 10) | _DataChannelSampleState createState() class _DataChannelSampleState (line 13) | class _DataChannelSampleState extends State { method build (line 136) | Widget build(BuildContext context) FILE: webrtc_example/lib/basic_sample/get_user_media_sample.dart class GetUserMediaSample (line 8) | class GetUserMediaSample extends StatefulWidget { method createState (line 12) | _GetUserMediaSampleState createState() class _GetUserMediaSampleState (line 15) | class _GetUserMediaSampleState extends State { method build (line 82) | Widget build(BuildContext context) FILE: webrtc_example/lib/basic_sample/loopback_sample.dart class LoopBackSample (line 7) | class LoopBackSample extends StatefulWidget { method createState (line 12) | _MyAppState createState() class _MyAppState (line 15) | class _MyAppState extends State { method handleStatsReport (line 44) | void handleStatsReport(Timer timer) method build (line 184) | Widget build(BuildContext context) FILE: webrtc_example/lib/call_sample/call_sample.dart class CallSample (line 6) | class CallSample extends StatefulWidget { method createState (line 14) | _CallSampleState createState() class _CallSampleState (line 17) | class _CallSampleState extends State { method _connect (line 48) | void _connect() method build (line 146) | Widget build(BuildContext context) FILE: webrtc_example/lib/call_sample/data_channel_sample.dart class DataChannelSample (line 9) | class DataChannelSample extends StatefulWidget { method createState (line 17) | _DataChannelSampleState createState() class _DataChannelSampleState (line 20) | class _DataChannelSampleState extends State { method _connect (line 46) | void _connect() method build (line 144) | Widget build(BuildContext context) FILE: webrtc_example/lib/call_sample/random_string.dart function randomBetween (line 33) | int randomBetween(int from, int to) function randomString (line 42) | String randomString(int length, {int from: ASCII_START, int to: ASCII_END}) function randomNumeric (line 48) | String randomNumeric(int length) FILE: webrtc_example/lib/call_sample/setting.dart class CallSettings (line 4) | class CallSettings extends StatefulWidget { method createState (line 8) | _CallSettingsState createState() class _CallSettingsState (line 11) | class _CallSettingsState extends State { method build (line 24) | Widget build(BuildContext context) FILE: webrtc_example/lib/call_sample/signaling.dart type SignalingState (line 14) | enum SignalingState { type SignalingStateCallback (line 28) | typedef void SignalingStateCallback(SignalingState state); type StreamStateCallback (line 29) | typedef void StreamStateCallback(MediaStream stream); type OtherEventCallback (line 30) | typedef void OtherEventCallback(dynamic event); type DataChannelMessageCallback (line 31) | typedef void DataChannelMessageCallback( type DataChannelCallback (line 33) | typedef void DataChannelCallback(RTCDataChannel dc); class Signaling (line 35) | class Signaling { method switchCamera (line 109) | void switchCamera() method invite (line 115) | void invite(String peer_id, String media, use_screen) method bye (line 131) | void bye() method onMessage (line 138) | void onMessage(message) method connect (line 266) | void connect() method createStream (line 320) | Future createStream(media, user_screen) FILE: webrtc_example/lib/main.dart function main (line 12) | void main() class MyApp (line 14) | class MyApp extends StatefulWidget { method createState (line 16) | _MyAppState createState() type DialogDemoAction (line 19) | enum DialogDemoAction { class _MyAppState (line 24) | class _MyAppState extends State { method build (line 49) | Widget build(BuildContext context) method showDemoDialog (line 72) | void showDemoDialog({BuildContext context, Widget child}) FILE: webrtc_example/lib/route_item.dart type RouteCallback (line 4) | typedef void RouteCallback(BuildContext context); class RouteItem (line 6) | class RouteItem { FILE: webrtc_example/lib/utils/device_info.dart class DeviceInfo (line 3) | class DeviceInfo { FILE: webrtc_example/lib/utils/device_info_web.dart class DeviceInfo (line 3) | class DeviceInfo { FILE: webrtc_example/lib/utils/turn.dart function getTurnCredential (line 5) | Future getTurnCredential(String host, int port) FILE: webrtc_example/lib/utils/turn_web.dart function getTurnCredential (line 4) | Future getTurnCredential(String host, int port) FILE: webrtc_example/lib/utils/websocket.dart type OnMessageCallback (line 6) | typedef void OnMessageCallback(dynamic msg); type OnCloseCallback (line 7) | typedef void OnCloseCallback(int code, String reason); type OnOpenCallback (line 8) | typedef void OnOpenCallback(); class SimpleWebSocket (line 10) | class SimpleWebSocket { method _connectForSelfSignedCert (line 45) | Future _connectForSelfSignedCert(url) FILE: webrtc_example/lib/utils/websocket_web.dart type OnMessageCallback (line 3) | typedef void OnMessageCallback(dynamic msg); type OnCloseCallback (line 4) | typedef void OnCloseCallback(int code, String reason); type OnOpenCallback (line 5) | typedef void OnOpenCallback(); class SimpleWebSocket (line 7) | class SimpleWebSocket { FILE: webrtc_example/test/widget_test.dart function main (line 13) | void main() FILE: webview_example/lib/main.dart function main (line 4) | void main() class MyApp (line 8) | class MyApp extends StatelessWidget { method build (line 10) | Widget build(BuildContext context) FILE: webview_example/lib/views/home_page.dart class HomePage (line 4) | class HomePage extends StatefulWidget { method createState (line 8) | _HomePageState createState() class _HomePageState (line 11) | class _HomePageState extends State { method build (line 13) | Widget build(BuildContext context) FILE: webview_example/linux/flutter/generated_plugin_registrant.cc function fl_register_plugins (line 10) | void fl_register_plugins(FlPluginRegistry* registry) { FILE: webview_example/linux/main.cc function main (line 3) | int main(int argc, char** argv) { FILE: webview_example/linux/my_application.cc type _MyApplication (line 10) | struct _MyApplication { function my_application_activate (line 18) | static void my_application_activate(GApplication* application) { function gboolean (line 67) | static gboolean my_application_local_command_line(GApplication* applicat... function my_application_dispose (line 86) | static void my_application_dispose(GObject *object) { function my_application_class_init (line 92) | static void my_application_class_init(MyApplicationClass* klass) { function my_application_init (line 98) | static void my_application_init(MyApplication* self) {} function MyApplication (line 100) | MyApplication* my_application_new() { FILE: webview_example/test/widget_test.dart function main (line 13) | void main() FILE: webview_example/windows/flutter/generated_plugin_registrant.cc function RegisterPlugins (line 10) | void RegisterPlugins(flutter::PluginRegistry* registry) { FILE: webview_example/windows/runner/flutter_window.cpp function LRESULT (line 43) | LRESULT FILE: webview_example/windows/runner/flutter_window.h function class (line 13) | class FlutterWindow : public Win32Window { FILE: webview_example/windows/runner/main.cpp function wWinMain (line 9) | int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev, FILE: webview_example/windows/runner/run_loop.h function class (line 11) | class RunLoop { FILE: webview_example/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: webview_example/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: webview_example/windows/runner/win32_window.h type Size (line 21) | struct Size { FILE: youtube_player/lib/main.dart function main (line 4) | void main() class MyApp (line 6) | class MyApp extends StatelessWidget { method build (line 8) | Widget build(BuildContext context) class MyHomePage (line 20) | class MyHomePage extends StatefulWidget { method createState (line 26) | _MyHomePageState createState() class _MyHomePageState (line 29) | class _MyHomePageState extends State { method build (line 39) | Widget build(BuildContext context) FILE: youtube_player/test/widget_test.dart function main (line 13) | void main()