├── lib ├── Actions.dart ├── InAppPurchase.dart ├── UserDataSQL.dart ├── Codes_FrontEnd │ ├── Advanced │ │ └── A13Run.dart │ ├── 31_Chip │ │ ├── Quizzes │ │ │ ├── Chip_Q1.dart │ │ │ └── Chip_GenerateQuizzes.dart │ │ └── 1_SimpleChip_Run.dart │ ├── 32_TabBar │ │ └── Quizzes │ │ │ └── TabBar_GenerateQuizzes.dart │ ├── 36_ExpandableList │ │ └── Quizzes │ │ │ ├── ExpandableList_Q1.dart │ │ │ └── ExpandableList_GenerateQuizzes.dart │ ├── 19_TextField │ │ ├── Quizzes │ │ │ └── TextField_GenerateQuizzes.dart │ │ ├── 1_TextField_Simple_Run.dart │ │ ├── 3_TextField_MultiLine_Run.dart │ │ ├── 4_TextField_Icon_Run.dart │ │ ├── 2_TextField_NoBorder_Run.dart │ │ ├── 6_TextField_Password_Run.dart │ │ └── 5_TextField_Style_Run.dart │ ├── 14_FlushBar │ │ └── Quizzes │ │ │ └── FlushBar_GenerateQuizzes.dart │ ├── 23_Switch │ │ └── Quizzes │ │ │ └── Switch_GenerateQuizzes.dart │ ├── 4_AppBar │ │ ├── 1_SimpleAppBarLightRun.dart │ │ ├── 2_SimpleAppBarDarkRun.dart │ │ ├── 8_PreferredSize_AppBar.dart │ │ ├── 3_SimpleAppBar_YellowBg_RedColorRun.dart │ │ └── 5_AppBarGreyBgTextCenteredIndigoLeftIconRun.dart │ ├── 34_Flex │ │ └── Quizzes │ │ │ └── Flex_GenerateQuizzes.dart │ ├── 38_Drawer │ │ └── Quizzes │ │ │ └── Drawer_GenerateQuizzes.dart │ ├── 10_Dialogs │ │ └── Quizzes │ │ │ └── Dialogs_GenerateQuizzes.dart │ ├── 27_Advanced_Loader │ │ ├── Quizzes │ │ │ └── Loader_GenerateQuizzes.dart │ │ ├── 16_LD16_Run.dart │ │ ├── 18_LD18_Run.dart │ │ ├── 3_LD3_Run.dart │ │ ├── 14_LD14_Run.dart │ │ ├── 17_LD17_Run.dart │ │ ├── 12_LD12_Run.dart │ │ ├── 4_LD4_Run.dart │ │ ├── 6_LD6_Run.dart │ │ ├── 8_LD8_Run.dart │ │ ├── 9_LD9_Run.dart │ │ ├── 10_LD10_Run.dart │ │ └── 11_LD11_Run.dart │ ├── 3_Text │ │ ├── 2_TextDirection_rtl_Run.dart │ │ ├── 4_TextBoldRun.dart │ │ ├── 16_TextAlignRightRun.dart │ │ ├── 1_TextDirection_ltr_Run.dart │ │ ├── 3_TextColorRun.dart │ │ ├── 9_TextFontSizeRun.dart │ │ ├── 15_TextAlignLeftRun.dart │ │ ├── 5_TextItalicRun.dart │ │ ├── 12_TextBackgroundColorRun.dart │ │ ├── 14_TextAlignCenterRun.dart │ │ ├── 7_TextLineTroughRun.dart │ │ ├── 8_TextOverlineRun.dart │ │ ├── 6_TextUnderlineRun.dart │ │ ├── 11_TextFontFamilyRun.dart │ │ └── 10_TextShadowRun.dart │ ├── 5_MainBg │ │ ├── 1_MainBgCustomColorRun.dart │ │ ├── 4_MainBgDarkGAppBarRun.dart │ │ └── 5_MainBgLightRAppBarRun.dart │ ├── 2_Keywords │ │ └── 3_MaterialApp_Title_Theme.dart │ ├── 11_Divider │ │ ├── 1_Simple_Divider_Run.dart │ │ ├── 2_Divider_Color_Run.dart │ │ ├── Quizzes │ │ │ └── Divider_GenerateQuizzes.dart │ │ └── 3_Divider_WH_Run.dart │ ├── 6_Image │ │ ├── ImgInsImgRun.dart │ │ └── ImgWidthHeightRun.dart │ ├── 37_Slider │ │ ├── Quizzes │ │ │ └── Slider_GenerateQuizzes.dart │ │ └── 1_SimpleSliderRun.dart │ ├── 7_Buttons │ │ ├── 7_BtnSimpleFlatBtnRun.dart │ │ ├── 9_Simple_Outline_Button.dart │ │ ├── 1_BtnSimpleRaisedBtnRun.dart │ │ ├── 8_BtnFlatIconGreyBgBtnRun.dart │ │ ├── 2_BtnSimpleRaisedBtnFullWidthRun.dart │ │ ├── 3_BtnSimpleRaisedRoundedBtnRun.dart │ │ └── 10_Style_Outline_Button.dart │ ├── 92_ExitApp │ │ └── 1_ExitApp.dart │ ├── 50_Flutter_Syntaxe │ │ ├── 1_FlutterSyntaxe_CodeView_Run.dart │ │ └── 2_FlutterSyntaxe_CodeAndSourceView_Run.dart │ ├── 18_ListView │ │ └── Quizzes │ │ │ └── ListView_GenerateQuizzes.dart │ ├── 15_Card │ │ ├── Quizzes │ │ │ └── Card_GenerateQuizzes.dart │ │ └── 1_Simple_Card_Run.dart │ ├── 13_SnBar │ │ ├── 1_Simple_SnackBar_Run.dart │ │ ├── Quizzes │ │ │ └── SnackBar_GenerateQuizzes.dart │ │ ├── 2_Simple_Red_SnackBar_Run.dart │ │ ├── 3_SnackBar_Duration_Run.dart │ │ └── 4_SnackBar_Shape_Run.dart │ ├── 26_SimpleLoader │ │ ├── Quizzes │ │ │ └── SimpleLoader_GenerateQuizzes.dart │ │ └── 1_SLD1_Run.dart │ ├── 16_TextOverflow │ │ ├── 3_TxtF_FadeRun.dart │ │ ├── 1_TxtF_ClipRun.dart │ │ ├── 2_TxtF_EllipsisRun.dart │ │ └── 4_TxtF_VisibleRun.dart │ ├── 94_PimpMyButton │ │ ├── 1_DemoParticle.dart │ │ ├── 2_RectangleDemoParticle.dart │ │ ├── 3_Rectangle2DemoParticle.dart │ │ └── 4_Rectangle3DemoParticle.dart │ ├── 17_GestureDetector │ │ ├── 2_GestAppBarTitleRun.dart │ │ └── 1_GestImg_Run.dart │ ├── 71_Selectable_Text │ │ └── 1_Selectable_Text.dart │ └── 9_Layouts │ │ ├── 6_Layout_Row_MainAlign_End_Run.dart │ │ ├── 4_Layout_Row_MainAlign_Center_Run.dart │ │ └── 5_Layout_Row_MainAlign_Start_Run.dart ├── Landing_Loading_Page_Component │ ├── Btn_Facebook.dart │ ├── Btn_Google.dart │ └── Btn_Guest.dart ├── NoCodePage.dart ├── _UISamples │ ├── UISample_1 │ │ └── UISamples_1.dart │ ├── UISample_2 │ │ └── UISample_2.dart │ ├── UISample_3 │ │ └── UISample_3.dart │ ├── UISample_4 │ │ └── UISample_4.dart │ ├── UISample_5 │ │ └── UISample_5.dart │ ├── UISample_6 │ │ └── UISample_6.dart │ ├── UISample_7 │ │ └── UISample_7.dart │ ├── UISample_8 │ │ └── UISample_8.dart │ └── UISample_9 │ │ └── UISample_9.dart ├── _Comp_Courses │ ├── Cmp_Code.dart │ ├── Cmp_Title.dart │ └── Cmp_SubTitle.dart ├── UserAction.dart ├── CheckConnection.dart ├── 3_StartSelect.dart ├── _Components_DetailsList │ ├── 82_Sliver_AppBar.dart │ └── UsersCode_1_Davi_Contact_List.dart └── _Comp_Quizzes │ ├── 1_TextField_Text.dart │ └── 2_Text_TextField_Text.dart ├── android ├── app │ ├── google-services.json │ └── src │ │ ├── main │ │ ├── res │ │ │ ├── raw │ │ │ │ └── tone.mp3 │ │ │ ├── drawable │ │ │ │ ├── app_icon.png │ │ │ │ └── launch_background.xml │ │ │ ├── mipmap-hdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-mdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxhdpi │ │ │ │ └── ic_launcher.png │ │ │ ├── mipmap-xxxhdpi │ │ │ │ └── ic_launcher.png │ │ │ └── values │ │ │ │ ├── strings.xml │ │ │ │ └── styles.xml │ │ └── kotlin │ │ │ └── edapps │ │ │ └── com │ │ │ └── flutter_tutorials_and_quizzes │ │ │ └── MainActivity.kt │ │ ├── debug │ │ └── AndroidManifest.xml │ │ └── profile │ │ └── AndroidManifest.xml ├── settings_aar.gradle ├── key.properties ├── gradle.properties ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties ├── settings.gradle └── build.gradle ├── assets ├── TensorFlow │ ├── labels.txt │ └── model_unquant.tflite ├── moon.png ├── sun.png ├── Music │ ├── Tap.mp3 │ ├── Like.mp3 │ ├── Wrong.mp3 │ ├── Bubble.mp3 │ ├── Luncher.mp3 │ ├── Success.mp3 │ ├── Despacito.mp3 │ ├── NotifSound.mp3 │ └── Unstoppable.mp3 ├── PdfTest.pdf └── MoreCodes │ ├── Backend_2_HTTP_PHP_DeleteAllProducts.txt │ ├── Backend_2_HTTP_PHP_DeleteProducts.txt │ ├── Backend_9_HTTP_PHP_CRUD_IMG_Delete.txt │ ├── Backend_8_HTTP_PHP_Auth_GetUsers.txt │ ├── Backend_9_HTTP_PHP_CRUD_IMG_Get.txt │ ├── Backend_2_HTTP_PHP_GetProducts.txt │ ├── Backend_2_HTTP_PHP_UpdateProducts.txt │ ├── Backend_9_HTTP_PHP_CRUD_IMG_Insert.txt │ ├── Backend_8_HTTP_PHP_Auth_DBConnect.txt │ ├── Backend_2_HTTP_PHP_InsertProducts.txt │ ├── Backend_8_HTTP_PHP_Auth_InsertUser.txt │ └── Backend_2_HTTP_PHP_CreateConnection.txt ├── ios ├── Flutter │ ├── Debug.xcconfig │ ├── Release.xcconfig │ └── AppFrameworkInfo.plist ├── Runner │ ├── Runner-Bridging-Header.h │ ├── Assets.xcassets │ │ ├── LaunchImage.imageset │ │ │ ├── LaunchImage.png │ │ │ ├── LaunchImage@2x.png │ │ │ ├── LaunchImage@3x.png │ │ │ ├── README.md │ │ │ └── Contents.json │ │ └── AppIcon.appiconset │ │ │ ├── Icon-App-20x20@1x.png │ │ │ ├── Icon-App-20x20@2x.png │ │ │ ├── Icon-App-20x20@3x.png │ │ │ ├── Icon-App-29x29@1x.png │ │ │ ├── Icon-App-29x29@2x.png │ │ │ ├── Icon-App-29x29@3x.png │ │ │ ├── Icon-App-40x40@1x.png │ │ │ ├── Icon-App-40x40@2x.png │ │ │ ├── Icon-App-40x40@3x.png │ │ │ ├── Icon-App-60x60@2x.png │ │ │ ├── Icon-App-60x60@3x.png │ │ │ ├── Icon-App-76x76@1x.png │ │ │ ├── Icon-App-76x76@2x.png │ │ │ ├── Icon-App-1024x1024@1x.png │ │ │ └── Icon-App-83.5x83.5@2x.png │ └── AppDelegate.swift ├── Runner.xcworkspace │ └── contents.xcworkspacedata └── Runner.xcodeproj │ └── project.xcworkspace │ └── contents.xcworkspacedata ├── Images ├── T.PNG ├── AG1.PNG ├── AG2.PNG ├── AG3.PNG ├── AG4.PNG ├── AG5.PNG ├── AG6.PNG ├── AG7.PNG ├── AG8.PNG ├── A_12.PNG ├── Ad1.png ├── Ad10.PNG ├── Ad11.PNG ├── Ad12.PNG ├── Ad2.PNG ├── Ad3.PNG ├── Ad4.PNG ├── Ad5.PNG ├── Ad6.PNG ├── Ad7.PNG ├── Ad8.PNG ├── Ad9.PNG ├── Book.gif ├── D1.PNG ├── D2.PNG ├── DNP1.PNG ├── DNP2.PNG ├── FB1.PNG ├── FB17.PNG ├── FB18.PNG ├── FBN.PNG ├── FB_1.PNG ├── FB_2.PNG ├── FB_3.PNG ├── FB_4.PNG ├── FB_5.PNG ├── FB_6.PNG ├── FB_7.PNG ├── FB_8.PNG ├── FB_9.PNG ├── FC.PNG ├── FFV.PNG ├── FLN.PNG ├── FS_1.PNG ├── FS_2.PNG ├── FV.PNG ├── F_1.PNG ├── F_10.PNG ├── F_11.PNG ├── F_12.PNG ├── F_13.PNG ├── F_14.PNG ├── F_15.PNG ├── F_16.PNG ├── F_17.PNG ├── F_18.PNG ├── F_19.PNG ├── F_2.PNG ├── F_20.PNG ├── F_21.PNG ├── F_3.PNG ├── F_4.PNG ├── F_5.PNG ├── F_6.PNG ├── F_7.PNG ├── F_8.PNG ├── F_9.PNG ├── Gift.gif ├── Glow.PNG ├── H1.PNG ├── H10.png ├── H11.PNG ├── H12.PNG ├── H13.PNG ├── H14.PNG ├── H15.PNG ├── H16.PNG ├── H17.PNG ├── H2.PNG ├── H3.PNG ├── H4.PNG ├── H5.PNG ├── H6.PNG ├── H7.PNG ├── H8.PNG ├── H9.PNG ├── IS.PNG ├── Img1.PNG ├── Img2.PNG ├── Img3.PNG ├── LB.PNG ├── M1.PNG ├── M2.PNG ├── M3.PNG ├── MSS.PNG ├── Moon.png ├── Ntf.PNG ├── PV_1.PNG ├── PV_2.PNG ├── Pika.gif ├── R1.PNG ├── S1.jpg ├── S2.jpg ├── S3.jpg ├── SBB.PNG ├── SPI.PNG ├── SUP.PNG ├── Star.gif ├── Sun.png ├── TF1.PNG ├── TF10.PNG ├── TF11.PNG ├── TF12.PNG ├── TF13.PNG ├── TF14.PNG ├── TF2.PNG ├── TF3.PNG ├── TF4.PNG ├── TF5.PNG ├── TF6.PNG ├── TF7.PNG ├── TF8.PNG ├── TF9.PNG ├── TF_1.PNG ├── TF_2.PNG ├── Tone.PNG ├── Url.PNG ├── Use.png ├── V1.PNG ├── V2.PNG ├── V3.PNG ├── V4.PNG ├── V5.PNG ├── coin.gif ├── Anim1.PNG ├── Auth_1.PNG ├── Auth_2.PNG ├── Auth_3.PNG ├── Auth_4.PNG ├── C_Tips.png ├── Clippy.PNG ├── FBAds1.PNG ├── FBAds2.PNG ├── FBAds3.PNG ├── FB_10.PNG ├── FB_11.PNG ├── FB_12.PNG ├── FB_13.PNG ├── FB_14.PNG ├── FB_15.PNG ├── FB_16.PNG ├── FB_19.PNG ├── FB_20.PNG ├── FbLike.gif ├── Fish1.jpg ├── Fish2.jpg ├── Fish3.jpg ├── Font1.png ├── Font2.png ├── Font3.png ├── Font4.png ├── Font5.png ├── Forest.png ├── IAP_1.PNG ├── IAP_2.PNG ├── IAP_3.PNG ├── IAP_4.PNG ├── IAP_5.PNG ├── IAP_6.PNG ├── IAP_7.PNG ├── IAP_8.PNG ├── Quizz.png ├── R_Tips.png ├── Share.PNG ├── TFLite.PNG ├── UI2_1.png ├── UI2_2.png ├── UI2_3.png ├── UI3_1.png ├── UI3_2.png ├── UI3_3.png ├── UI4_1.png ├── UI4_2.png ├── UI4_3.png ├── UI5_1.png ├── UI5_2.png ├── UI5_3.png ├── UI6_1.png ├── UI6_2.png ├── UI6_3.png ├── UI7_1.png ├── UI7_2.png ├── UI7_3.png ├── UI8_1.png ├── UI8_2.png ├── UI8_3.png ├── UI9_1.png ├── UI9_2.png ├── UI9_3.png ├── UIS7P.PNG ├── Update.png ├── Waves.PNG ├── Widget.png ├── logout.png ├── trophy.png ├── ApkAdmin.PNG ├── AppBadger.PNG ├── AppBuild.PNG ├── AppIcon1.PNG ├── AppIcon2.PNG ├── AppIcon3.PNG ├── AppIcon4.PNG ├── AppName1.PNG ├── AppName2.PNG ├── AppSign1.PNG ├── AppSign2.PNG ├── AppSign3.PNG ├── AppSign4.png ├── AppSign5.PNG ├── AppSign6.PNG ├── AppSign7.PNG ├── AppSign8.PNG ├── AppSign9.PNG ├── BackDrop.PNG ├── Bubbles.gif ├── CustIcon.PNG ├── DNP_moon.png ├── DNP_sun.png ├── Dart_Logo.png ├── FB_Logo.png ├── GoogleMap.PNG ├── KFDrawer.PNG ├── Keyword.png ├── Marquee.PNG ├── SQLFlite.PNG ├── Sample1_1.png ├── Sample1_2.png ├── Sample1_3.png ├── Samples.gif ├── WaterDrop.PNG ├── WebView.PNG ├── highlight.PNG ├── quilava.gif ├── settings.png ├── ColorPicker.PNG ├── ContactImg.png ├── Expandable.PNG ├── FAppBadger.png ├── Fish1_Cover.jpg ├── Fish2_Cover.jpg ├── Fish3_Cover.jpg ├── Geolocator.PNG ├── Google_Logo.png ├── GrafPixYaml.PNG ├── ImagePicker.PNG ├── InAppUpdate.PNG ├── LoaderYaml.PNG ├── PHP_Auth_1.PNG ├── PHP_Auth_2.PNG ├── PHP_Auth_3.PNG ├── PHP_Auth_4.PNG ├── PHP_Auth_5.PNG ├── Translator.PNG ├── Circular_FAB.PNG ├── CurvedNavBar.PNG ├── DayNightPicker.PNG ├── FireBaseAdmob.PNG ├── Flutter_Logo.png ├── GoogleNavBar.PNG ├── InAppUpdate2.PNG ├── LifePath │ ├── LP1.jpg │ ├── LP2.jpg │ ├── LP3.jpg │ ├── LP4.jpg │ ├── LP5.jpg │ ├── LP6.jpg │ ├── LP7.jpg │ ├── LP8.jpg │ ├── LP9.jpg │ └── NCircle.png ├── PHP_CRUD_IMG_1.PNG ├── PHP_CRUD_IMG_2.PNG ├── PHP_CRUD_IMG_3.PNG ├── PHP_CRUD_IMG_4.PNG ├── PdfTestAsset.PNG ├── PimpMyButton.PNG ├── PumpingHeart.gif ├── SetupSHA_Debug.PNG ├── SetupSHA_PS1.PNG ├── SetupSHA_PS2.PNG ├── 160x160_Flutter.png ├── AdvancePdfViewer.PNG ├── AnimatedTextKit.PNG ├── CloudMessaging_0.PNG ├── CloudMessaging_1.PNG ├── CloudMessaging_2.PNG ├── CloudMessaging_3.PNG ├── CloudMessaging_4.PNG ├── CloudMessaging_5.PNG ├── CloudMessaging_6.PNG ├── CloudMessaging_7.PNG ├── CloudMessaging_8.PNG ├── CloudMessaging_9.png ├── Cover_Despacito.jpg ├── FireStorePlugin.PNG ├── FoldableSideBar.PNG ├── PercentIndicator.PNG ├── SetupSHA_Release.PNG ├── AnimatedBackground.PNG ├── CloudMessaging_-1.PNG ├── Cover_Unstoppable.jpg ├── LandingPage │ ├── Avatar.gif │ ├── Slider1.jpg │ ├── Slider2.jpg │ └── Slider3.jpg ├── MultipleImagePicker.PNG ├── SetupSHA_FireBase1.PNG ├── SetupSHA_FireBase2.PNG ├── SetupSHA_FireBase3.PNG ├── SetupSHA_FireBase4.PNG ├── StaggeredGridView.PNG ├── WidgetWithCodeView.PNG ├── WidgetWithCodeView2.PNG ├── Flutter_Logo_Flipped.png └── MaterialAppTitleTheme.png ├── videos └── LaLuna.mp4 ├── fonts ├── Lora-Bold.ttf ├── Raleway-Bold.ttf ├── Lobster-Regular.ttf ├── PTMono-Regular.ttf └── CrimsonText-Bold.ttf ├── .metadata ├── .vscode └── launch.json ├── README.md └── exportToHTML └── PageSelector └── PageSelectorRun.dart.html /lib/Actions.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/InAppPurchase.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/UserDataSQL.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/app/google-services.json: -------------------------------------------------------------------------------- 1 | ///// 2 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/Advanced/A13Run.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /android/settings_aar.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/31_Chip/Quizzes/Chip_Q1.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/TensorFlow/labels.txt: -------------------------------------------------------------------------------- 1 | 0 Phone 2 | 1 laptop 3 | -------------------------------------------------------------------------------- /lib/Landing_Loading_Page_Component/Btn_Facebook.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/Landing_Loading_Page_Component/Btn_Google.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/Landing_Loading_Page_Component/Btn_Guest.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/31_Chip/Quizzes/Chip_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/32_TabBar/Quizzes/TabBar_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/36_ExpandableList/Quizzes/ExpandableList_Q1.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/19_TextField/Quizzes/TextField_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/36_ExpandableList/Quizzes/ExpandableList_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Images/T.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/T.PNG -------------------------------------------------------------------------------- /Images/AG1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AG1.PNG -------------------------------------------------------------------------------- /Images/AG2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AG2.PNG -------------------------------------------------------------------------------- /Images/AG3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AG3.PNG -------------------------------------------------------------------------------- /Images/AG4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AG4.PNG -------------------------------------------------------------------------------- /Images/AG5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AG5.PNG -------------------------------------------------------------------------------- /Images/AG6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AG6.PNG -------------------------------------------------------------------------------- /Images/AG7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AG7.PNG -------------------------------------------------------------------------------- /Images/AG8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AG8.PNG -------------------------------------------------------------------------------- /Images/A_12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/A_12.PNG -------------------------------------------------------------------------------- /Images/Ad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad1.png -------------------------------------------------------------------------------- /Images/Ad10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad10.PNG -------------------------------------------------------------------------------- /Images/Ad11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad11.PNG -------------------------------------------------------------------------------- /Images/Ad12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad12.PNG -------------------------------------------------------------------------------- /Images/Ad2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad2.PNG -------------------------------------------------------------------------------- /Images/Ad3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad3.PNG -------------------------------------------------------------------------------- /Images/Ad4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad4.PNG -------------------------------------------------------------------------------- /Images/Ad5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad5.PNG -------------------------------------------------------------------------------- /Images/Ad6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad6.PNG -------------------------------------------------------------------------------- /Images/Ad7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad7.PNG -------------------------------------------------------------------------------- /Images/Ad8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad8.PNG -------------------------------------------------------------------------------- /Images/Ad9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ad9.PNG -------------------------------------------------------------------------------- /Images/Book.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Book.gif -------------------------------------------------------------------------------- /Images/D1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/D1.PNG -------------------------------------------------------------------------------- /Images/D2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/D2.PNG -------------------------------------------------------------------------------- /Images/DNP1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/DNP1.PNG -------------------------------------------------------------------------------- /Images/DNP2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/DNP2.PNG -------------------------------------------------------------------------------- /Images/FB1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB1.PNG -------------------------------------------------------------------------------- /Images/FB17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB17.PNG -------------------------------------------------------------------------------- /Images/FB18.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB18.PNG -------------------------------------------------------------------------------- /Images/FBN.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FBN.PNG -------------------------------------------------------------------------------- /Images/FB_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_1.PNG -------------------------------------------------------------------------------- /Images/FB_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_2.PNG -------------------------------------------------------------------------------- /Images/FB_3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_3.PNG -------------------------------------------------------------------------------- /Images/FB_4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_4.PNG -------------------------------------------------------------------------------- /Images/FB_5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_5.PNG -------------------------------------------------------------------------------- /Images/FB_6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_6.PNG -------------------------------------------------------------------------------- /Images/FB_7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_7.PNG -------------------------------------------------------------------------------- /Images/FB_8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_8.PNG -------------------------------------------------------------------------------- /Images/FB_9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_9.PNG -------------------------------------------------------------------------------- /Images/FC.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FC.PNG -------------------------------------------------------------------------------- /Images/FFV.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FFV.PNG -------------------------------------------------------------------------------- /Images/FLN.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FLN.PNG -------------------------------------------------------------------------------- /Images/FS_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FS_1.PNG -------------------------------------------------------------------------------- /Images/FS_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FS_2.PNG -------------------------------------------------------------------------------- /Images/FV.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FV.PNG -------------------------------------------------------------------------------- /Images/F_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_1.PNG -------------------------------------------------------------------------------- /Images/F_10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_10.PNG -------------------------------------------------------------------------------- /Images/F_11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_11.PNG -------------------------------------------------------------------------------- /Images/F_12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_12.PNG -------------------------------------------------------------------------------- /Images/F_13.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_13.PNG -------------------------------------------------------------------------------- /Images/F_14.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_14.PNG -------------------------------------------------------------------------------- /Images/F_15.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_15.PNG -------------------------------------------------------------------------------- /Images/F_16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_16.PNG -------------------------------------------------------------------------------- /Images/F_17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_17.PNG -------------------------------------------------------------------------------- /Images/F_18.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_18.PNG -------------------------------------------------------------------------------- /Images/F_19.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_19.PNG -------------------------------------------------------------------------------- /Images/F_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_2.PNG -------------------------------------------------------------------------------- /Images/F_20.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_20.PNG -------------------------------------------------------------------------------- /Images/F_21.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_21.PNG -------------------------------------------------------------------------------- /Images/F_3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_3.PNG -------------------------------------------------------------------------------- /Images/F_4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_4.PNG -------------------------------------------------------------------------------- /Images/F_5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_5.PNG -------------------------------------------------------------------------------- /Images/F_6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_6.PNG -------------------------------------------------------------------------------- /Images/F_7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_7.PNG -------------------------------------------------------------------------------- /Images/F_8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_8.PNG -------------------------------------------------------------------------------- /Images/F_9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/F_9.PNG -------------------------------------------------------------------------------- /Images/Gift.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Gift.gif -------------------------------------------------------------------------------- /Images/Glow.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Glow.PNG -------------------------------------------------------------------------------- /Images/H1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H1.PNG -------------------------------------------------------------------------------- /Images/H10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H10.png -------------------------------------------------------------------------------- /Images/H11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H11.PNG -------------------------------------------------------------------------------- /Images/H12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H12.PNG -------------------------------------------------------------------------------- /Images/H13.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H13.PNG -------------------------------------------------------------------------------- /Images/H14.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H14.PNG -------------------------------------------------------------------------------- /Images/H15.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H15.PNG -------------------------------------------------------------------------------- /Images/H16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H16.PNG -------------------------------------------------------------------------------- /Images/H17.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H17.PNG -------------------------------------------------------------------------------- /Images/H2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H2.PNG -------------------------------------------------------------------------------- /Images/H3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H3.PNG -------------------------------------------------------------------------------- /Images/H4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H4.PNG -------------------------------------------------------------------------------- /Images/H5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H5.PNG -------------------------------------------------------------------------------- /Images/H6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H6.PNG -------------------------------------------------------------------------------- /Images/H7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H7.PNG -------------------------------------------------------------------------------- /Images/H8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H8.PNG -------------------------------------------------------------------------------- /Images/H9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/H9.PNG -------------------------------------------------------------------------------- /Images/IS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/IS.PNG -------------------------------------------------------------------------------- /Images/Img1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Img1.PNG -------------------------------------------------------------------------------- /Images/Img2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Img2.PNG -------------------------------------------------------------------------------- /Images/Img3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Img3.PNG -------------------------------------------------------------------------------- /Images/LB.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LB.PNG -------------------------------------------------------------------------------- /Images/M1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/M1.PNG -------------------------------------------------------------------------------- /Images/M2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/M2.PNG -------------------------------------------------------------------------------- /Images/M3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/M3.PNG -------------------------------------------------------------------------------- /Images/MSS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/MSS.PNG -------------------------------------------------------------------------------- /Images/Moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Moon.png -------------------------------------------------------------------------------- /Images/Ntf.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Ntf.PNG -------------------------------------------------------------------------------- /Images/PV_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PV_1.PNG -------------------------------------------------------------------------------- /Images/PV_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PV_2.PNG -------------------------------------------------------------------------------- /Images/Pika.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Pika.gif -------------------------------------------------------------------------------- /Images/R1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/R1.PNG -------------------------------------------------------------------------------- /Images/S1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/S1.jpg -------------------------------------------------------------------------------- /Images/S2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/S2.jpg -------------------------------------------------------------------------------- /Images/S3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/S3.jpg -------------------------------------------------------------------------------- /Images/SBB.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SBB.PNG -------------------------------------------------------------------------------- /Images/SPI.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SPI.PNG -------------------------------------------------------------------------------- /Images/SUP.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SUP.PNG -------------------------------------------------------------------------------- /Images/Star.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Star.gif -------------------------------------------------------------------------------- /Images/Sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Sun.png -------------------------------------------------------------------------------- /Images/TF1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF1.PNG -------------------------------------------------------------------------------- /Images/TF10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF10.PNG -------------------------------------------------------------------------------- /Images/TF11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF11.PNG -------------------------------------------------------------------------------- /Images/TF12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF12.PNG -------------------------------------------------------------------------------- /Images/TF13.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF13.PNG -------------------------------------------------------------------------------- /Images/TF14.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF14.PNG -------------------------------------------------------------------------------- /Images/TF2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF2.PNG -------------------------------------------------------------------------------- /Images/TF3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF3.PNG -------------------------------------------------------------------------------- /Images/TF4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF4.PNG -------------------------------------------------------------------------------- /Images/TF5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF5.PNG -------------------------------------------------------------------------------- /Images/TF6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF6.PNG -------------------------------------------------------------------------------- /Images/TF7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF7.PNG -------------------------------------------------------------------------------- /Images/TF8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF8.PNG -------------------------------------------------------------------------------- /Images/TF9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF9.PNG -------------------------------------------------------------------------------- /Images/TF_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF_1.PNG -------------------------------------------------------------------------------- /Images/TF_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TF_2.PNG -------------------------------------------------------------------------------- /Images/Tone.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Tone.PNG -------------------------------------------------------------------------------- /Images/Url.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Url.PNG -------------------------------------------------------------------------------- /Images/Use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Use.png -------------------------------------------------------------------------------- /Images/V1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/V1.PNG -------------------------------------------------------------------------------- /Images/V2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/V2.PNG -------------------------------------------------------------------------------- /Images/V3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/V3.PNG -------------------------------------------------------------------------------- /Images/V4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/V4.PNG -------------------------------------------------------------------------------- /Images/V5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/V5.PNG -------------------------------------------------------------------------------- /Images/coin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/coin.gif -------------------------------------------------------------------------------- /assets/moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/moon.png -------------------------------------------------------------------------------- /assets/sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/sun.png -------------------------------------------------------------------------------- /Images/Anim1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Anim1.PNG -------------------------------------------------------------------------------- /Images/Auth_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Auth_1.PNG -------------------------------------------------------------------------------- /Images/Auth_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Auth_2.PNG -------------------------------------------------------------------------------- /Images/Auth_3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Auth_3.PNG -------------------------------------------------------------------------------- /Images/Auth_4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Auth_4.PNG -------------------------------------------------------------------------------- /Images/C_Tips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/C_Tips.png -------------------------------------------------------------------------------- /Images/Clippy.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Clippy.PNG -------------------------------------------------------------------------------- /Images/FBAds1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FBAds1.PNG -------------------------------------------------------------------------------- /Images/FBAds2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FBAds2.PNG -------------------------------------------------------------------------------- /Images/FBAds3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FBAds3.PNG -------------------------------------------------------------------------------- /Images/FB_10.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_10.PNG -------------------------------------------------------------------------------- /Images/FB_11.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_11.PNG -------------------------------------------------------------------------------- /Images/FB_12.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_12.PNG -------------------------------------------------------------------------------- /Images/FB_13.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_13.PNG -------------------------------------------------------------------------------- /Images/FB_14.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_14.PNG -------------------------------------------------------------------------------- /Images/FB_15.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_15.PNG -------------------------------------------------------------------------------- /Images/FB_16.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_16.PNG -------------------------------------------------------------------------------- /Images/FB_19.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_19.PNG -------------------------------------------------------------------------------- /Images/FB_20.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_20.PNG -------------------------------------------------------------------------------- /Images/FbLike.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FbLike.gif -------------------------------------------------------------------------------- /Images/Fish1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Fish1.jpg -------------------------------------------------------------------------------- /Images/Fish2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Fish2.jpg -------------------------------------------------------------------------------- /Images/Fish3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Fish3.jpg -------------------------------------------------------------------------------- /Images/Font1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Font1.png -------------------------------------------------------------------------------- /Images/Font2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Font2.png -------------------------------------------------------------------------------- /Images/Font3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Font3.png -------------------------------------------------------------------------------- /Images/Font4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Font4.png -------------------------------------------------------------------------------- /Images/Font5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Font5.png -------------------------------------------------------------------------------- /Images/Forest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Forest.png -------------------------------------------------------------------------------- /Images/IAP_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/IAP_1.PNG -------------------------------------------------------------------------------- /Images/IAP_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/IAP_2.PNG -------------------------------------------------------------------------------- /Images/IAP_3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/IAP_3.PNG -------------------------------------------------------------------------------- /Images/IAP_4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/IAP_4.PNG -------------------------------------------------------------------------------- /Images/IAP_5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/IAP_5.PNG -------------------------------------------------------------------------------- /Images/IAP_6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/IAP_6.PNG -------------------------------------------------------------------------------- /Images/IAP_7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/IAP_7.PNG -------------------------------------------------------------------------------- /Images/IAP_8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/IAP_8.PNG -------------------------------------------------------------------------------- /Images/Quizz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Quizz.png -------------------------------------------------------------------------------- /Images/R_Tips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/R_Tips.png -------------------------------------------------------------------------------- /Images/Share.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Share.PNG -------------------------------------------------------------------------------- /Images/TFLite.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/TFLite.PNG -------------------------------------------------------------------------------- /Images/UI2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI2_1.png -------------------------------------------------------------------------------- /Images/UI2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI2_2.png -------------------------------------------------------------------------------- /Images/UI2_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI2_3.png -------------------------------------------------------------------------------- /Images/UI3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI3_1.png -------------------------------------------------------------------------------- /Images/UI3_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI3_2.png -------------------------------------------------------------------------------- /Images/UI3_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI3_3.png -------------------------------------------------------------------------------- /Images/UI4_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI4_1.png -------------------------------------------------------------------------------- /Images/UI4_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI4_2.png -------------------------------------------------------------------------------- /Images/UI4_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI4_3.png -------------------------------------------------------------------------------- /Images/UI5_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI5_1.png -------------------------------------------------------------------------------- /Images/UI5_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI5_2.png -------------------------------------------------------------------------------- /Images/UI5_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI5_3.png -------------------------------------------------------------------------------- /Images/UI6_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI6_1.png -------------------------------------------------------------------------------- /Images/UI6_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI6_2.png -------------------------------------------------------------------------------- /Images/UI6_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI6_3.png -------------------------------------------------------------------------------- /Images/UI7_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI7_1.png -------------------------------------------------------------------------------- /Images/UI7_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI7_2.png -------------------------------------------------------------------------------- /Images/UI7_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI7_3.png -------------------------------------------------------------------------------- /Images/UI8_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI8_1.png -------------------------------------------------------------------------------- /Images/UI8_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI8_2.png -------------------------------------------------------------------------------- /Images/UI8_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI8_3.png -------------------------------------------------------------------------------- /Images/UI9_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI9_1.png -------------------------------------------------------------------------------- /Images/UI9_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI9_2.png -------------------------------------------------------------------------------- /Images/UI9_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UI9_3.png -------------------------------------------------------------------------------- /Images/UIS7P.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/UIS7P.PNG -------------------------------------------------------------------------------- /Images/Update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Update.png -------------------------------------------------------------------------------- /Images/Waves.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Waves.PNG -------------------------------------------------------------------------------- /Images/Widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Widget.png -------------------------------------------------------------------------------- /Images/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/logout.png -------------------------------------------------------------------------------- /Images/trophy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/trophy.png -------------------------------------------------------------------------------- /videos/LaLuna.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/videos/LaLuna.mp4 -------------------------------------------------------------------------------- /Images/ApkAdmin.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/ApkAdmin.PNG -------------------------------------------------------------------------------- /Images/AppBadger.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppBadger.PNG -------------------------------------------------------------------------------- /Images/AppBuild.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppBuild.PNG -------------------------------------------------------------------------------- /Images/AppIcon1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppIcon1.PNG -------------------------------------------------------------------------------- /Images/AppIcon2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppIcon2.PNG -------------------------------------------------------------------------------- /Images/AppIcon3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppIcon3.PNG -------------------------------------------------------------------------------- /Images/AppIcon4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppIcon4.PNG -------------------------------------------------------------------------------- /Images/AppName1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppName1.PNG -------------------------------------------------------------------------------- /Images/AppName2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppName2.PNG -------------------------------------------------------------------------------- /Images/AppSign1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppSign1.PNG -------------------------------------------------------------------------------- /Images/AppSign2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppSign2.PNG -------------------------------------------------------------------------------- /Images/AppSign3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppSign3.PNG -------------------------------------------------------------------------------- /Images/AppSign4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppSign4.png -------------------------------------------------------------------------------- /Images/AppSign5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppSign5.PNG -------------------------------------------------------------------------------- /Images/AppSign6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppSign6.PNG -------------------------------------------------------------------------------- /Images/AppSign7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppSign7.PNG -------------------------------------------------------------------------------- /Images/AppSign8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppSign8.PNG -------------------------------------------------------------------------------- /Images/AppSign9.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AppSign9.PNG -------------------------------------------------------------------------------- /Images/BackDrop.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/BackDrop.PNG -------------------------------------------------------------------------------- /Images/Bubbles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Bubbles.gif -------------------------------------------------------------------------------- /Images/CustIcon.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CustIcon.PNG -------------------------------------------------------------------------------- /Images/DNP_moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/DNP_moon.png -------------------------------------------------------------------------------- /Images/DNP_sun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/DNP_sun.png -------------------------------------------------------------------------------- /Images/Dart_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Dart_Logo.png -------------------------------------------------------------------------------- /Images/FB_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FB_Logo.png -------------------------------------------------------------------------------- /Images/GoogleMap.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/GoogleMap.PNG -------------------------------------------------------------------------------- /Images/KFDrawer.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/KFDrawer.PNG -------------------------------------------------------------------------------- /Images/Keyword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Keyword.png -------------------------------------------------------------------------------- /Images/Marquee.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Marquee.PNG -------------------------------------------------------------------------------- /Images/SQLFlite.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SQLFlite.PNG -------------------------------------------------------------------------------- /Images/Sample1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Sample1_1.png -------------------------------------------------------------------------------- /Images/Sample1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Sample1_2.png -------------------------------------------------------------------------------- /Images/Sample1_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Sample1_3.png -------------------------------------------------------------------------------- /Images/Samples.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Samples.gif -------------------------------------------------------------------------------- /Images/WaterDrop.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/WaterDrop.PNG -------------------------------------------------------------------------------- /Images/WebView.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/WebView.PNG -------------------------------------------------------------------------------- /Images/highlight.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/highlight.PNG -------------------------------------------------------------------------------- /Images/quilava.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/quilava.gif -------------------------------------------------------------------------------- /Images/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/settings.png -------------------------------------------------------------------------------- /assets/Music/Tap.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/Music/Tap.mp3 -------------------------------------------------------------------------------- /assets/PdfTest.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/PdfTest.pdf -------------------------------------------------------------------------------- /fonts/Lora-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/fonts/Lora-Bold.ttf -------------------------------------------------------------------------------- /Images/ColorPicker.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/ColorPicker.PNG -------------------------------------------------------------------------------- /Images/ContactImg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/ContactImg.png -------------------------------------------------------------------------------- /Images/Expandable.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Expandable.PNG -------------------------------------------------------------------------------- /Images/FAppBadger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FAppBadger.png -------------------------------------------------------------------------------- /Images/Fish1_Cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Fish1_Cover.jpg -------------------------------------------------------------------------------- /Images/Fish2_Cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Fish2_Cover.jpg -------------------------------------------------------------------------------- /Images/Fish3_Cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Fish3_Cover.jpg -------------------------------------------------------------------------------- /Images/Geolocator.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Geolocator.PNG -------------------------------------------------------------------------------- /Images/Google_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Google_Logo.png -------------------------------------------------------------------------------- /Images/GrafPixYaml.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/GrafPixYaml.PNG -------------------------------------------------------------------------------- /Images/ImagePicker.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/ImagePicker.PNG -------------------------------------------------------------------------------- /Images/InAppUpdate.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/InAppUpdate.PNG -------------------------------------------------------------------------------- /Images/LoaderYaml.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LoaderYaml.PNG -------------------------------------------------------------------------------- /Images/PHP_Auth_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PHP_Auth_1.PNG -------------------------------------------------------------------------------- /Images/PHP_Auth_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PHP_Auth_2.PNG -------------------------------------------------------------------------------- /Images/PHP_Auth_3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PHP_Auth_3.PNG -------------------------------------------------------------------------------- /Images/PHP_Auth_4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PHP_Auth_4.PNG -------------------------------------------------------------------------------- /Images/PHP_Auth_5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PHP_Auth_5.PNG -------------------------------------------------------------------------------- /Images/Translator.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Translator.PNG -------------------------------------------------------------------------------- /assets/Music/Like.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/Music/Like.mp3 -------------------------------------------------------------------------------- /assets/Music/Wrong.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/Music/Wrong.mp3 -------------------------------------------------------------------------------- /fonts/Raleway-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/fonts/Raleway-Bold.ttf -------------------------------------------------------------------------------- /Images/Circular_FAB.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Circular_FAB.PNG -------------------------------------------------------------------------------- /Images/CurvedNavBar.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CurvedNavBar.PNG -------------------------------------------------------------------------------- /Images/DayNightPicker.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/DayNightPicker.PNG -------------------------------------------------------------------------------- /Images/FireBaseAdmob.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FireBaseAdmob.PNG -------------------------------------------------------------------------------- /Images/Flutter_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Flutter_Logo.png -------------------------------------------------------------------------------- /Images/GoogleNavBar.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/GoogleNavBar.PNG -------------------------------------------------------------------------------- /Images/InAppUpdate2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/InAppUpdate2.PNG -------------------------------------------------------------------------------- /Images/LifePath/LP1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/LP1.jpg -------------------------------------------------------------------------------- /Images/LifePath/LP2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/LP2.jpg -------------------------------------------------------------------------------- /Images/LifePath/LP3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/LP3.jpg -------------------------------------------------------------------------------- /Images/LifePath/LP4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/LP4.jpg -------------------------------------------------------------------------------- /Images/LifePath/LP5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/LP5.jpg -------------------------------------------------------------------------------- /Images/LifePath/LP6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/LP6.jpg -------------------------------------------------------------------------------- /Images/LifePath/LP7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/LP7.jpg -------------------------------------------------------------------------------- /Images/LifePath/LP8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/LP8.jpg -------------------------------------------------------------------------------- /Images/LifePath/LP9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/LP9.jpg -------------------------------------------------------------------------------- /Images/PHP_CRUD_IMG_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PHP_CRUD_IMG_1.PNG -------------------------------------------------------------------------------- /Images/PHP_CRUD_IMG_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PHP_CRUD_IMG_2.PNG -------------------------------------------------------------------------------- /Images/PHP_CRUD_IMG_3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PHP_CRUD_IMG_3.PNG -------------------------------------------------------------------------------- /Images/PHP_CRUD_IMG_4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PHP_CRUD_IMG_4.PNG -------------------------------------------------------------------------------- /Images/PdfTestAsset.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PdfTestAsset.PNG -------------------------------------------------------------------------------- /Images/PimpMyButton.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PimpMyButton.PNG -------------------------------------------------------------------------------- /Images/PumpingHeart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PumpingHeart.gif -------------------------------------------------------------------------------- /Images/SetupSHA_Debug.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SetupSHA_Debug.PNG -------------------------------------------------------------------------------- /Images/SetupSHA_PS1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SetupSHA_PS1.PNG -------------------------------------------------------------------------------- /Images/SetupSHA_PS2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SetupSHA_PS2.PNG -------------------------------------------------------------------------------- /android/key.properties: -------------------------------------------------------------------------------- 1 | storePassword=123456 2 | keyPassword=123456 3 | keyAlias=key 4 | storeFile=C:/KeyStore/key.jks 5 | -------------------------------------------------------------------------------- /assets/Music/Bubble.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/Music/Bubble.mp3 -------------------------------------------------------------------------------- /assets/Music/Luncher.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/Music/Luncher.mp3 -------------------------------------------------------------------------------- /assets/Music/Success.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/Music/Success.mp3 -------------------------------------------------------------------------------- /fonts/Lobster-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/fonts/Lobster-Regular.ttf -------------------------------------------------------------------------------- /fonts/PTMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/fonts/PTMono-Regular.ttf -------------------------------------------------------------------------------- /Images/160x160_Flutter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/160x160_Flutter.png -------------------------------------------------------------------------------- /Images/AdvancePdfViewer.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AdvancePdfViewer.PNG -------------------------------------------------------------------------------- /Images/AnimatedTextKit.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AnimatedTextKit.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_0.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_0.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_1.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_2.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_3.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_4.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_5.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_6.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_6.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_7.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_7.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_8.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_8.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_9.png -------------------------------------------------------------------------------- /Images/Cover_Despacito.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Cover_Despacito.jpg -------------------------------------------------------------------------------- /Images/FireStorePlugin.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FireStorePlugin.PNG -------------------------------------------------------------------------------- /Images/FoldableSideBar.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/FoldableSideBar.PNG -------------------------------------------------------------------------------- /Images/LifePath/NCircle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LifePath/NCircle.png -------------------------------------------------------------------------------- /Images/PercentIndicator.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/PercentIndicator.PNG -------------------------------------------------------------------------------- /Images/SetupSHA_Release.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SetupSHA_Release.PNG -------------------------------------------------------------------------------- /assets/Music/Despacito.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/Music/Despacito.mp3 -------------------------------------------------------------------------------- /assets/Music/NotifSound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/Music/NotifSound.mp3 -------------------------------------------------------------------------------- /fonts/CrimsonText-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/fonts/CrimsonText-Bold.ttf -------------------------------------------------------------------------------- /Images/AnimatedBackground.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/AnimatedBackground.PNG -------------------------------------------------------------------------------- /Images/CloudMessaging_-1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/CloudMessaging_-1.PNG -------------------------------------------------------------------------------- /Images/Cover_Unstoppable.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Cover_Unstoppable.jpg -------------------------------------------------------------------------------- /Images/LandingPage/Avatar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LandingPage/Avatar.gif -------------------------------------------------------------------------------- /Images/LandingPage/Slider1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LandingPage/Slider1.jpg -------------------------------------------------------------------------------- /Images/LandingPage/Slider2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LandingPage/Slider2.jpg -------------------------------------------------------------------------------- /Images/LandingPage/Slider3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/LandingPage/Slider3.jpg -------------------------------------------------------------------------------- /Images/MultipleImagePicker.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/MultipleImagePicker.PNG -------------------------------------------------------------------------------- /Images/SetupSHA_FireBase1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SetupSHA_FireBase1.PNG -------------------------------------------------------------------------------- /Images/SetupSHA_FireBase2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SetupSHA_FireBase2.PNG -------------------------------------------------------------------------------- /Images/SetupSHA_FireBase3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SetupSHA_FireBase3.PNG -------------------------------------------------------------------------------- /Images/SetupSHA_FireBase4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/SetupSHA_FireBase4.PNG -------------------------------------------------------------------------------- /Images/StaggeredGridView.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/StaggeredGridView.PNG -------------------------------------------------------------------------------- /Images/WidgetWithCodeView.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/WidgetWithCodeView.PNG -------------------------------------------------------------------------------- /Images/WidgetWithCodeView2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/WidgetWithCodeView2.PNG -------------------------------------------------------------------------------- /assets/Music/Unstoppable.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/Music/Unstoppable.mp3 -------------------------------------------------------------------------------- /Images/Flutter_Logo_Flipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/Flutter_Logo_Flipped.png -------------------------------------------------------------------------------- /Images/MaterialAppTitleTheme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/Images/MaterialAppTitleTheme.png -------------------------------------------------------------------------------- /android/app/src/main/res/raw/tone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/android/app/src/main/res/raw/tone.mp3 -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx1536M 2 | android.useAndroidX=true 3 | android.enableJetifier=true 4 | android.enableR8=true 5 | -------------------------------------------------------------------------------- /assets/TensorFlow/model_unquant.tflite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/assets/TensorFlow/model_unquant.tflite -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/android/app/src/main/res/drawable/app_icon.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/android/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/android/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_2_HTTP_PHP_DeleteAllProducts.txt: -------------------------------------------------------------------------------- 1 | prepare("DELETE FROM Products"); 5 | $statement->execute(); 6 | 7 | ?> -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EDApps3/Flutter-Tutorials-And-Quizzes/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_2_HTTP_PHP_DeleteProducts.txt: -------------------------------------------------------------------------------- 1 | prepare("DELETE FROM Products WHERE ProductID=$DelID"); 6 | $statement->execute(); 7 | 8 | ?> -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_9_HTTP_PHP_CRUD_IMG_Delete.txt: -------------------------------------------------------------------------------- 1 | prepare("DELETE FROM WallPaper WHERE WallPaperID=$DelID"); 8 | $statement->execute(); 9 | 10 | 11 | 12 | ?> -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Mon Mar 16 18:34:27 EET 2020 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip 7 | -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_8_HTTP_PHP_Auth_GetUsers.txt: -------------------------------------------------------------------------------- 1 | prepare("SELECT * FROM Users"); 5 | $statement->execute(); 6 | $results = $statement->fetchAll(PDO::FETCH_ASSOC); 7 | $json = json_encode($results); 8 | echo $json; 9 | 10 | ?> -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_9_HTTP_PHP_CRUD_IMG_Get.txt: -------------------------------------------------------------------------------- 1 | prepare("SELECT * FROM WallPaper"); 5 | $statement->execute(); 6 | $results = $statement->fetchAll(PDO::FETCH_ASSOC); 7 | $json = json_encode($results); 8 | echo $json; 9 | 10 | ?> -------------------------------------------------------------------------------- /android/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Flutter Tutorials And Quizzes 4 | 627387121434415 5 | fb627387121434415 6 | -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_2_HTTP_PHP_GetProducts.txt: -------------------------------------------------------------------------------- 1 | prepare('SELECT * FROM Products'); 5 | $statement->execute(); 6 | $results=\$statement->fetchAll(PDO::FETCH_ASSOC); 7 | $json = json_encode($results); 8 | echo \$json; 9 | 10 | ?> -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_2_HTTP_PHP_UpdateProducts.txt: -------------------------------------------------------------------------------- 1 | prepare('UPDATE Products SET ProductName="'.$SetName.'" WHERE ProductID='.$UpdateID); 7 | $statement->execute(); 8 | 9 | ?> -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- 1 | # This file tracks properties of this Flutter project. 2 | # Used by Flutter tool to assess capabilities and perform upgrades etc. 3 | # 4 | # This file should be version controlled and should not be manually edited. 5 | 6 | version: 7 | revision: 2d2a1ffec95cc70a3218872a2cd3f8de4933c42f 8 | channel: stable 9 | 10 | project_type: app 11 | -------------------------------------------------------------------------------- /lib/NoCodePage.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class NoCodePage extends StatelessWidget { 4 | 5 | 6 | Widget build(BuildContext context) { 7 | return Center( 8 | child:Text( 9 | "This Code Doesn't Have A View!" 10 | ), 11 | ); 12 | } 13 | 14 | 15 | 16 | 17 | 18 | 19 | } 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- 1 | # Launch Screen Assets 2 | 3 | You can customize the launch screen with your own desired assets by replacing the image files in this directory. 4 | 5 | You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images. -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | -------------------------------------------------------------------------------- /lib/_UISamples/UISample_1/UISamples_1.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | class UISample1 extends StatefulWidget { 5 | @override 6 | UISample1State createState() => UISample1State(); 7 | } 8 | 9 | class UISample1State extends State { 10 | @override 11 | Widget build(BuildContext context) { 12 | return Scaffold( 13 | body:Divider(), 14 | } 15 | 16 | } 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /lib/_UISamples/UISample_2/UISample_2.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | class UISample2 extends StatefulWidget { 5 | @override 6 | UISample2State createState() => UISample2State(); 7 | } 8 | 9 | class UISample2State extends State { 10 | @override 11 | Widget build(BuildContext context) { 12 | return Scaffold( 13 | body:Divider(), 14 | } 15 | 16 | } 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /lib/_UISamples/UISample_3/UISample_3.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | class UISample3 extends StatefulWidget { 5 | @override 6 | UISample3State createState() => UISample3State(); 7 | } 8 | 9 | class UISample3State extends State { 10 | @override 11 | Widget build(BuildContext context) { 12 | return Scaffold( 13 | body:Divider(), 14 | } 15 | 16 | } 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /lib/_UISamples/UISample_4/UISample_4.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | class UISample4 extends StatefulWidget { 5 | @override 6 | UISample4State createState() => UISample4State(); 7 | } 8 | 9 | class UISample4State extends State { 10 | @override 11 | Widget build(BuildContext context) { 12 | return Scaffold( 13 | body:Divider(), 14 | } 15 | 16 | } 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /lib/_UISamples/UISample_5/UISample_5.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | class UISample5 extends StatefulWidget { 5 | @override 6 | UISample5State createState() => UISample5State(); 7 | } 8 | 9 | class UISample5State extends State { 10 | @override 11 | Widget build(BuildContext context) { 12 | return Scaffold( 13 | body:Divider(), 14 | } 15 | 16 | } 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /lib/_UISamples/UISample_6/UISample_6.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | class UISample6 extends StatefulWidget { 5 | @override 6 | UISample6State createState() => UISample6State(); 7 | } 8 | 9 | class UISample6State extends State { 10 | @override 11 | Widget build(BuildContext context) { 12 | return Scaffold( 13 | body:Divider(), 14 | } 15 | 16 | } 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /lib/_UISamples/UISample_7/UISample_7.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | class UISample7 extends StatefulWidget { 5 | @override 6 | UISample7State createState() => UISample7State(); 7 | } 8 | 9 | class UISample7State extends State { 10 | @override 11 | Widget build(BuildContext context) { 12 | return Scaffold( 13 | body:Divider(), 14 | } 15 | 16 | } 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /lib/_UISamples/UISample_8/UISample_8.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | class UISample8 extends StatefulWidget { 5 | @override 6 | UISample8State createState() => UISample8State(); 7 | } 8 | 9 | class UISample8State extends State { 10 | @override 11 | Widget build(BuildContext context) { 12 | return Scaffold( 13 | body:Divider(), 14 | } 15 | 16 | } 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- 1 | { 2 | // Use IntelliSense to learn about possible attributes. 3 | // Hover to view descriptions of existing attributes. 4 | // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 5 | "version": "0.2.0", 6 | "configurations": [ 7 | { 8 | "name": "Flutter", 9 | "request": "launch", 10 | "type": "dart" 11 | } 12 | ] 13 | } -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- 1 | import UIKit 2 | import Flutter 3 | 4 | @UIApplicationMain 5 | @objc class AppDelegate: FlutterAppDelegate { 6 | override func application( 7 | _ application: UIApplication, 8 | didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? 9 | ) -> Bool { 10 | GeneratedPluginRegistrant.register(with: self) 11 | return super.application(application, didFinishLaunchingWithOptions: launchOptions) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /android/app/src/main/kotlin/edapps/com/flutter_tutorials_and_quizzes/MainActivity.kt: -------------------------------------------------------------------------------- 1 | package edapps.com.flutter_tutorials_and_quizzes 2 | 3 | import android.os.Bundle 4 | 5 | import io.flutter.app.FlutterActivity 6 | import io.flutter.plugins.GeneratedPluginRegistrant 7 | 8 | class MainActivity: FlutterActivity() { 9 | override fun onCreate(savedInstanceState: Bundle?) { 10 | super.onCreate(savedInstanceState) 11 | GeneratedPluginRegistrant.registerWith(this) 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_9_HTTP_PHP_CRUD_IMG_Insert.txt: -------------------------------------------------------------------------------- 1 | prepare('INSERT INTO WallPaper VALUES(null,"'.$name.'","'.$Desc.'")'); 13 | $statement->execute(); 14 | 15 | 16 | 17 | 18 | ?> -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/14_FlushBar/Quizzes/FlushBar_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | 4 | import 'FlushBar_Q1.dart'; 5 | 6 | 7 | int IntroQuizzRan; 8 | 9 | void Generate_FlushBar_Quiz(BuildContext context){ 10 | IntroQuizzRan=new Random().nextInt(2); 11 | 12 | if(IntroQuizzRan==0){ 13 | Navigator.push(context,MaterialPageRoute(builder:(context)=>FlushBarQ1())); 14 | } 15 | 16 | 17 | } 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/23_Switch/Quizzes/Switch_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | 4 | import 'Switch_Q1.dart'; 5 | 6 | int IntroQuizzRan; 7 | 8 | void Generate_Switch_Quiz(BuildContext context){ 9 | IntroQuizzRan=new Random().nextInt(6); 10 | 11 | if(IntroQuizzRan==0){ 12 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SwitchQ1())); 13 | } 14 | 15 | 16 | 17 | 18 | 19 | 20 | } 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_8_HTTP_PHP_Auth_DBConnect.txt: -------------------------------------------------------------------------------- 1 | setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 15 | } 16 | catch(PDOException $e){ 17 | echo "Connection failed: " . $e->getMessage(); 18 | } 19 | 20 | ?> -------------------------------------------------------------------------------- /lib/_Comp_Courses/Cmp_Code.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class CmpCode extends StatelessWidget { 4 | 5 | final String CodeTxt; 6 | 7 | CmpCode({ 8 | @required this.CodeTxt, 9 | }); 10 | 11 | @override 12 | Widget build(BuildContext context) { 13 | return Text( 14 | CodeTxt, 15 | overflow:TextOverflow.clip, 16 | style:TextStyle( 17 | color:Colors.indigo, 18 | fontSize:12, 19 | ), 20 | ); 21 | } 22 | 23 | } 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- 1 | { 2 | "images" : [ 3 | { 4 | "idiom" : "universal", 5 | "filename" : "LaunchImage.png", 6 | "scale" : "1x" 7 | }, 8 | { 9 | "idiom" : "universal", 10 | "filename" : "LaunchImage@2x.png", 11 | "scale" : "2x" 12 | }, 13 | { 14 | "idiom" : "universal", 15 | "filename" : "LaunchImage@3x.png", 16 | "scale" : "3x" 17 | } 18 | ], 19 | "info" : { 20 | "version" : 1, 21 | "author" : "xcode" 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | 3 | def flutterProjectRoot = rootProject.projectDir.parentFile.toPath() 4 | 5 | def plugins = new Properties() 6 | def pluginsFile = new File(flutterProjectRoot.toFile(), '.flutter-plugins') 7 | if (pluginsFile.exists()) { 8 | pluginsFile.withReader('UTF-8') { reader -> plugins.load(reader) } 9 | } 10 | 11 | plugins.each { name, path -> 12 | def pluginDirectory = flutterProjectRoot.resolve(path).resolve('android').toFile() 13 | include ":$name" 14 | project(":$name").projectDir = pluginDirectory 15 | } 16 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/4_AppBar/1_SimpleAppBarLightRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(SimpleAppBarLightRun()); 4 | 5 | class SimpleAppBarLightRun extends StatelessWidget { 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | theme: ThemeData.light(), 12 | home: Scaffold( 13 | appBar: AppBar( 14 | title: Text('App Bar'), 15 | ), 16 | ), 17 | ); 18 | } 19 | 20 | } 21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/4_AppBar/2_SimpleAppBarDarkRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() => runApp(SimpleAppBarDarkRun()); 5 | 6 | class SimpleAppBarDarkRun extends StatelessWidget { 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | theme: ThemeData.dark(), 13 | home: Scaffold( 14 | appBar: AppBar( 15 | title: Text('App Bar'), 16 | ), 17 | ), 18 | ); 19 | } 20 | 21 | } 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /lib/_Comp_Courses/Cmp_Title.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class CmpTitle extends StatelessWidget { 4 | 5 | final String Title; 6 | 7 | CmpTitle({ 8 | @required this.Title, 9 | }); 10 | 11 | @override 12 | Widget build(BuildContext context) { 13 | return Text( 14 | Title, 15 | style:TextStyle( 16 | fontFamily: "PT Mono", 17 | fontSize:14, 18 | fontWeight: FontWeight.w200, 19 | color: Colors.teal, 20 | ), 21 | ); 22 | } 23 | 24 | } 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_2_HTTP_PHP_InsertProducts.txt: -------------------------------------------------------------------------------- 1 | prepare('SELECT MAX(ProductID)+1 AS LID FROM Products'); 5 | $statement->execute(); 6 | $results=\$statement->fetchAll(PDO::FETCH_ASSOC); 7 | $json = json_encode(\$results); 8 | echo $json; 9 | 10 | ?> 11 | 12 | prepare('INSERT INTO Products VALUES(null,"'.$InsName.'")'); 17 | $statement->execute(); 18 | 19 | ?> -------------------------------------------------------------------------------- /lib/_Comp_Courses/Cmp_SubTitle.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class CmpSubTitle extends StatelessWidget { 4 | 5 | final String SubTitle; 6 | 7 | CmpSubTitle({ 8 | @required this.SubTitle, 9 | }); 10 | 11 | @override 12 | Widget build(BuildContext context) { 13 | return Text( 14 | SubTitle, 15 | style:TextStyle( 16 | color:Colors.blue, 17 | fontFamily: "PT Mono", 18 | fontSize:13, 19 | fontWeight: FontWeight.w200, 20 | ), 21 | ); 22 | } 23 | 24 | } 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_8_HTTP_PHP_Auth_InsertUser.txt: -------------------------------------------------------------------------------- 1 | prepare("SELECT * FROM Users WHERE UserName='$UserName'"); 9 | $St->execute(); 10 | $count = $St->rowCount(); 11 | 12 | if($count>0){ 13 | echo "Failed"; 14 | } 15 | else{ 16 | $statement = $conn->prepare('INSERT INTO Users VALUES(null,"'.$UserName.'","'.$UserPass.'")'); 17 | $statement->execute(); 18 | echo "Success"; 19 | } 20 | 21 | 22 | 23 | ?> -------------------------------------------------------------------------------- /assets/MoreCodes/Backend_2_HTTP_PHP_CreateConnection.txt: -------------------------------------------------------------------------------- 1 | setAttribute( 15 | PDO::ATTR_ERRMODE, 16 | PDO::ERRMODE_EXCEPTION 17 | );\n" 18 | } 19 | catch(PDOException \$e){ 20 | echo 'Connection failed:'.\$e->getMessage(); 21 | } 22 | 23 | ?> -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # flutter_tutorials_and_quizzes 2 | 3 | A new Flutter application. 4 | 5 | ## Getting Started 6 | 7 | This project is a starting point for a Flutter application. 8 | 9 | A few resources to get you started if this is your first Flutter project: 10 | 11 | - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) 12 | - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) 13 | 14 | For help getting started with Flutter, view our 15 | [online documentation](https://flutter.dev/docs), which offers tutorials, 16 | samples, guidance on mobile development, and a full API reference. 17 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/34_Flex/Quizzes/Flex_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | 4 | import 'Flex_Q1.dart'; 5 | import 'Flex_Q2.dart'; 6 | 7 | int IntroQuizzRan; 8 | 9 | void Generate_Flex_Quiz(BuildContext context){ 10 | IntroQuizzRan=new Random().nextInt(2); 11 | 12 | if(IntroQuizzRan==0){ 13 | Navigator.push(context,MaterialPageRoute(builder:(context)=>FlexQ1())); 14 | } 15 | else if(IntroQuizzRan==1){ 16 | Navigator.push(context,MaterialPageRoute(builder:(context)=>FlexQ2())); 17 | } 18 | 19 | 20 | } 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/38_Drawer/Quizzes/Drawer_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | import 'Drawer_Q1.dart'; 4 | import 'Drawer_Q2.dart'; 5 | 6 | 7 | int IntroQuizzRan; 8 | 9 | void Generate_Drawer_Quiz(BuildContext context){ 10 | IntroQuizzRan=new Random().nextInt(2); 11 | 12 | if(IntroQuizzRan==0){ 13 | Navigator.push(context,MaterialPageRoute(builder:(context)=>DrawerQ1())); 14 | } 15 | if(IntroQuizzRan==1){ 16 | Navigator.push(context,MaterialPageRoute(builder:(context)=>DrawerQ2())); 17 | } 18 | 19 | 20 | 21 | 22 | } 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/10_Dialogs/Quizzes/Dialogs_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | 4 | import 'Dialogs_Q1.dart'; 5 | import 'Dialogs_Q2.dart'; 6 | 7 | 8 | int IntroQuizzRan; 9 | 10 | void Generate_Dialogs_Quiz(BuildContext context){ 11 | IntroQuizzRan=new Random().nextInt(3); 12 | 13 | if(IntroQuizzRan==0){ 14 | Navigator.push(context,MaterialPageRoute(builder:(context)=>DialogsQ1())); 15 | } 16 | else if(IntroQuizzRan==1){ 17 | Navigator.push(context,MaterialPageRoute(builder:(context)=>DialogsQ2())); 18 | } 19 | 20 | 21 | 22 | } 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/Quizzes/Loader_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | 4 | import 'Loader_Q1.dart'; 5 | import 'Loader_Q2.dart'; 6 | 7 | 8 | int IntroQuizzRan; 9 | 10 | void Generate_Loader_Quiz(BuildContext context){ 11 | IntroQuizzRan=new Random().nextInt(3); 12 | 13 | if(IntroQuizzRan==0){ 14 | Navigator.push(context,MaterialPageRoute(builder:(context)=>LoaderQ1())); 15 | } 16 | else if(IntroQuizzRan==1){ 17 | Navigator.push(context,MaterialPageRoute(builder:(context)=>LoaderQ2())); 18 | } 19 | 20 | 21 | } 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/4_AppBar/8_PreferredSize_AppBar.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(AppBarSize()); 4 | 5 | class AppBarSize extends StatelessWidget { 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | home: Scaffold( 12 | appBar: PreferredSize( 13 | preferredSize:Size.fromHeight(150.0), 14 | child:AppBar( 15 | flexibleSpace:Center( 16 | child:Text('AppBar With Height 150'), 17 | ), 18 | ), 19 | ) 20 | ), 21 | ); 22 | } 23 | 24 | } 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /exportToHTML/PageSelector/PageSelectorRun.dart.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | PageSelectorRun.dart 4 | 5 | 11 | 12 | 13 | 14 |
15 | 16 | PageSelectorRun.dart 17 |
18 |
const 
19 | 20 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/2_TextDirection_rtl_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextDirection_rtl_Run()); 5 | } 6 | 7 | class TextDirection_rtl_Run extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | title:"TextDirection_rtl_Run", 14 | home: new Scaffold( 15 | body: 16 | Center( 17 | child: 18 | Text( 19 | 'مرحبا" كيف الحال', 20 | textDirection: TextDirection.rtl, 21 | ), 22 | ) 23 | ), 24 | ); 25 | } 26 | } 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/5_MainBg/1_MainBgCustomColorRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(MainBgCustomColorRun()); 5 | } 6 | 7 | class MainBgCustomColorRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "MainBgCustomColor", 14 | home: new Scaffold( 15 | body: 16 | Container( 17 | color: Colors.blue, 18 | width: double.infinity, 19 | height: double.infinity, 20 | ), 21 | ), 22 | ); 23 | } 24 | } 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/5_MainBg/4_MainBgDarkGAppBarRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(MainBgDarkGAppBarRun()); 5 | } 6 | 7 | class MainBgDarkGAppBarRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | theme: ThemeData.dark(), 14 | title: "MainDarkBgGAppBar", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title: Text("Dark Bg + Grey AppBar"), 18 | backgroundColor: Colors.grey, 19 | ), 20 | ), 21 | ); 22 | } 23 | 24 | } 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/4_TextBoldRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextBoldRun()); 5 | } 6 | 7 | class TextBoldRun extends StatelessWidget{ 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | title:"TextBold", 13 | home: 14 | Scaffold( 15 | body: 16 | Center( 17 | child: 18 | Text( 19 | 'Bolded Text', 20 | style: TextStyle( 21 | fontWeight:FontWeight.bold, 22 | ), 23 | ), 24 | ) 25 | ), 26 | ); 27 | } 28 | } 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/5_MainBg/5_MainBgLightRAppBarRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(MainBgLightRAppBarRun()); 5 | } 6 | 7 | class MainBgLightRAppBarRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | theme: ThemeData.light(), 14 | title: "MainLightBgRAppBar", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title: Text("Light Bg + Red AppBar"), 18 | backgroundColor: Colors.red, 19 | ), 20 | ), 21 | ); 22 | } 23 | 24 | } 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/16_TextAlignRightRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextAlignRightRun()); 5 | } 6 | 7 | class TextAlignRightRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | title:"Text Align Right", 14 | home: new Scaffold( 15 | body: 16 | Container( 17 | width:double.infinity, 18 | child: 19 | Text ( 20 | 'Right Text', 21 | textAlign: TextAlign.right, 22 | ), 23 | ) 24 | ), 25 | ); 26 | } 27 | 28 | } 29 | 30 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/1_TextDirection_ltr_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextDirection_ltr_Run()); 5 | } 6 | 7 | 8 | class TextDirection_ltr_Run extends StatelessWidget { 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp( 13 | debugShowCheckedModeBanner: false, 14 | title:"TextDirection_ltr_Run", 15 | home: new Scaffold( 16 | body: 17 | Center( 18 | child: 19 | Text( 20 | "Hello World", 21 | textDirection: TextDirection.ltr, 22 | ), 23 | ) 24 | ), 25 | ); 26 | } 27 | 28 | } 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/3_TextColorRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() { 5 | runApp(TextColorRun()); 6 | } 7 | 8 | class TextColorRun extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp( 13 | debugShowCheckedModeBanner: false, 14 | title:"TextColor", 15 | home: new Scaffold( 16 | body: 17 | Center( 18 | child: 19 | Text( 20 | 'Hello World!', 21 | style: TextStyle( 22 | color: Colors.red, 23 | ), 24 | ), 25 | ) 26 | ), 27 | ); 28 | } 29 | 30 | } 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/9_TextFontSizeRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextFontSizeRun()); 5 | } 6 | 7 | class TextFontSizeRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | title:"Text Font Size", 14 | home: new Scaffold( 15 | body: 16 | Center( 17 | child: 18 | Text( 19 | 'F20', 20 | style: TextStyle( 21 | fontSize: 20, 22 | ), 23 | ), 24 | ) 25 | 26 | ), 27 | ); 28 | } 29 | 30 | } 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/2_Keywords/3_MaterialApp_Title_Theme.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() { 5 | runApp(MaterialAppTitleTheme()); 6 | } 7 | 8 | 9 | class MaterialAppTitleTheme extends StatelessWidget{ 10 | 11 | @override 12 | Widget build(BuildContext context) { 13 | return MaterialApp( 14 | debugShowCheckedModeBanner:false, 15 | title:"Demo", 16 | theme:ThemeData( 17 | primaryColor:Colors.teal, 18 | ), 19 | home:Scaffold( 20 | body: 21 | Center( 22 | child:Text("Show The Opened App In Phone!"), 23 | ) 24 | ), 25 | 26 | ); 27 | } 28 | 29 | } 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lib/UserAction.dart: -------------------------------------------------------------------------------- 1 | import 'Landing_Loading_Page_Component/Btn_Facebook.dart'; 2 | import 'Landing_Loading_Page_Component/Btn_Google.dart'; 3 | import 'Landing_Login_Page.dart'; 4 | import 'SettingPage.dart'; 5 | 6 | Future logout() async { 7 | var dbApp = DBApp(); 8 | App AS=new App(3,"Login","NoLoginFound"); 9 | dbApp.update(AS); 10 | dbApp.getLogin(); 11 | await googleSignIn.signOut(); 12 | await facebookLogin.logOut(); 13 | 14 | UserData US=new UserData("1",0,0,"John Doe","Images/LandingPage/Avatar.gif","-1","-1",1); 15 | 16 | await dbApp.updateUserData(US); 17 | await dbApp.getAvatarInfo(); 18 | } -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/15_TextAlignLeftRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() { 5 | runApp(TextAlignLeftRun()); 6 | } 7 | 8 | class TextAlignLeftRun extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp( 13 | debugShowCheckedModeBanner: false, 14 | title:"Text Align Left", 15 | home: new Scaffold( 16 | body: 17 | Container( 18 | width:double.infinity, 19 | child: 20 | Text ( 21 | 'Left Text', 22 | textAlign: TextAlign.left, 23 | ), 24 | ) 25 | ), 26 | ); 27 | } 28 | 29 | } 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/5_TextItalicRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextItalicRun()); 5 | } 6 | 7 | class TextItalicRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | title:"Italic Text", 14 | home: 15 | Scaffold( 16 | body: 17 | Center( 18 | child: 19 | Text( 20 | 'Italic Text', 21 | style: TextStyle( 22 | fontStyle: FontStyle.italic, 23 | ), 24 | ), 25 | ), 26 | ), 27 | ); 28 | } 29 | 30 | } 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/12_TextBackgroundColorRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextBgColorRun()); 5 | } 6 | 7 | class TextBgColorRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | title:"TextBgColor", 14 | home: 15 | Scaffold( 16 | body: 17 | Center( 18 | child: 19 | Text( 20 | 'Blue Bg', 21 | style: TextStyle( 22 | backgroundColor: Colors.blue, 23 | ), 24 | ), 25 | ), 26 | ), 27 | ); 28 | } 29 | 30 | } 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/11_Divider/1_Simple_Divider_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(SimpleDividerRun()); 5 | } 6 | 7 | class SimpleDividerRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "Simple centered Divider", 14 | home: new Scaffold( 15 | appBar: AppBar( 16 | title:Text("Simple centered Divider"), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | Divider(), 22 | ), 23 | ), 24 | ); 25 | } 26 | 27 | } 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/14_TextAlignCenterRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextAlignCenterRun()); 5 | } 6 | 7 | class TextAlignCenterRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "Text Align Center", 14 | home: new Scaffold( 15 | body: 16 | Container( 17 | width:double.infinity, 18 | child: 19 | Text ( 20 | 'Centered Text', 21 | textAlign: TextAlign.center, 22 | ), 23 | ) 24 | ), 25 | ); 26 | } 27 | } 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/7_TextLineTroughRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextThroughRun()); 5 | } 6 | 7 | class TextThroughRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | title:"TextLineThrough", 14 | home: new Scaffold( 15 | body: 16 | Center( 17 | child: 18 | Text( 19 | 'LineThrough Text', 20 | style: TextStyle( 21 | decoration: TextDecoration.lineThrough, 22 | ), 23 | ), 24 | ), 25 | ), 26 | ); 27 | } 28 | 29 | } 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/8_TextOverlineRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextOverlineRun()); 5 | } 6 | 7 | class TextOverlineRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | title:"OverLine Text", 14 | home: 15 | Scaffold( 16 | body: 17 | Center( 18 | child: 19 | Text( 20 | 'OverLine Text', 21 | style: TextStyle( 22 | decoration: TextDecoration.overline, 23 | ), 24 | ), 25 | ), 26 | ), 27 | ); 28 | } 29 | 30 | } 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/6_TextUnderlineRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextUnderlineRun()); 5 | } 6 | 7 | class TextUnderlineRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | title:"Text Underline", 14 | home: 15 | Scaffold( 16 | body: 17 | Center( 18 | child: 19 | Text( 20 | 'Underline Text', 21 | style: TextStyle( 22 | decoration: TextDecoration.underline, 23 | ), 24 | ), 25 | ) 26 | ), 27 | ); 28 | } 29 | 30 | } 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/19_TextField/1_TextField_Simple_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(SimpleTFRun()); 4 | 5 | class SimpleTFRun extends StatelessWidget{ 6 | 7 | var TF =new TextEditingController(); 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | theme: ThemeData.light(), 14 | home: Scaffold( 15 | appBar: AppBar( 16 | title: 17 | Text ('Simple TextField'), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | TextField( 23 | controller: TF, 24 | ), 25 | ) 26 | ), 27 | ); 28 | } 29 | } 30 | 31 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/6_Image/ImgInsImgRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() { 5 | runApp(ImgInsRun()); 6 | } 7 | 8 | class ImgInsRun extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "Image Insert", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("Image Insert"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Image.asset( 23 | "Images/160x160_Flutter.png", 24 | ), 25 | 26 | ) 27 | ), 28 | ); 29 | } 30 | 31 | } 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/11_Divider/2_Divider_Color_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(DividerColorRun()); 5 | } 6 | 7 | class DividerColorRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "Divider Color", 14 | home: new Scaffold( 15 | appBar: AppBar( 16 | title:Text("Divider Color"), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | Divider( 22 | color:Colors.blue, 23 | ), 24 | ), 25 | ), 26 | ); 27 | } 28 | 29 | } 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/11_TextFontFamilyRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() { 5 | runApp(TextFontFamilyRun()); 6 | } 7 | 8 | class TextFontFamilyRun extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp( 13 | debugShowCheckedModeBanner: false, 14 | title:"Text Font Family", 15 | home: new Scaffold( 16 | body: 17 | Center( 18 | child: 19 | Text( 20 | 'RaleWay Font Family', 21 | style: TextStyle( 22 | fontFamily: "Raleway", 23 | ), 24 | ), 25 | ) 26 | ), 27 | ); 28 | } 29 | 30 | } 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/4_AppBar/3_SimpleAppBar_YellowBg_RedColorRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(SimpleAppBarYBG_RTXT_Run()); 4 | 5 | class SimpleAppBarYBG_RTXT_Run extends StatelessWidget { 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | theme: ThemeData.dark(), 12 | home: Scaffold( 13 | appBar: AppBar( 14 | title: 15 | Text( 16 | 'Yellow Bg - red Text', 17 | style: TextStyle( 18 | color: Colors.red, 19 | ), 20 | ), 21 | backgroundColor: Colors.yellow, 22 | ), 23 | ), 24 | ); 25 | } 26 | 27 | } 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- 1 | buildscript { 2 | ext.kotlin_version = '1.3.10' 3 | repositories { 4 | google() 5 | jcenter() 6 | } 7 | 8 | dependencies { 9 | classpath 'com.android.tools.build:gradle:3.6.3' 10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 11 | classpath 'com.google.gms:google-services:4.2.0' 12 | } 13 | } 14 | 15 | allprojects { 16 | repositories { 17 | google() 18 | jcenter() 19 | } 20 | } 21 | 22 | rootProject.buildDir = '../build' 23 | subprojects { 24 | project.buildDir = "${rootProject.buildDir}/${project.name}" 25 | } 26 | subprojects { 27 | project.evaluationDependsOn(':app') 28 | } 29 | 30 | task clean(type: Delete) { 31 | delete rootProject.buildDir 32 | } 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/37_Slider/Quizzes/Slider_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | 4 | import 'Slider_Q1.dart'; 5 | import 'Slider_Q2.dart'; 6 | import 'Slider_Q3.dart'; 7 | 8 | 9 | int IntroQuizzRan; 10 | 11 | void Generate_Slider_Quiz(BuildContext context){ 12 | IntroQuizzRan=new Random().nextInt(4); 13 | 14 | if(IntroQuizzRan==0){ 15 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SliderQ1())); 16 | } 17 | else if(IntroQuizzRan==1){ 18 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SliderQ2())); 19 | } 20 | else if(IntroQuizzRan==2){ 21 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SliderQ3())); 22 | } 23 | 24 | } 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/7_Buttons/7_BtnSimpleFlatBtnRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(BtnSimpleFlatBtnRun()); 4 | 5 | class BtnSimpleFlatBtnRun extends StatelessWidget{ 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | theme: ThemeData.light(), 12 | home: Scaffold ( 13 | appBar: 14 | AppBar ( 15 | title: 16 | Text ('Simple Flat Button'), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | FlatButton( 22 | child: Text("Login"), 23 | onPressed: () {}, 24 | ), 25 | ) 26 | ), 27 | ); 28 | } 29 | } 30 | 31 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/7_Buttons/9_Simple_Outline_Button.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(SimpleOutlineBtn()); 4 | 5 | class SimpleOutlineBtn extends StatelessWidget{ 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | theme: ThemeData.light(), 12 | home: Scaffold ( 13 | appBar: AppBar ( 14 | title: 15 | Text ('Simple Outline Button'), 16 | ), 17 | body: 18 | Center( 19 | child: 20 | OutlineButton( 21 | child:Text('Outline Button'), 22 | onPressed:(){}, 23 | ) 24 | ) 25 | ), 26 | ); 27 | } 28 | } 29 | 30 | 31 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/92_ExitApp/1_ExitApp.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter/services.dart'; 3 | 4 | void main() { 5 | runApp(ExitAppRun()); 6 | } 7 | 8 | class ExitAppRun extends StatelessWidget { 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp( 13 | debugShowCheckedModeBanner:false, 14 | title: 'ExitApp', 15 | home: Scaffold( 16 | appBar: AppBar( 17 | title: Text('Exit App'), 18 | ), 19 | body:Center( 20 | child:FlatButton.icon( 21 | icon:Icon(Icons.close), 22 | label:Text('Exit App'), 23 | onPressed:(){ 24 | SystemNavigator.pop(); 25 | }, 26 | ), 27 | ), 28 | ), 29 | ); 30 | } 31 | } -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/11_Divider/Quizzes/Divider_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | 4 | import 'Divider_Q1.dart'; 5 | import 'Divider_Q2.dart'; 6 | import 'Divider_Q3.dart'; 7 | 8 | 9 | int IntroQuizzRan; 10 | 11 | void Generate_Divider_Quiz(BuildContext context){ 12 | IntroQuizzRan=new Random().nextInt(4); 13 | 14 | if(IntroQuizzRan==0){ 15 | Navigator.push(context,MaterialPageRoute(builder:(context)=>DividerQ1())); 16 | } 17 | else if(IntroQuizzRan==1){ 18 | Navigator.push(context,MaterialPageRoute(builder:(context)=>DividerQ2())); 19 | } 20 | else if(IntroQuizzRan==2){ 21 | Navigator.push(context,MaterialPageRoute(builder:(context)=>DividerQ3())); 22 | } 23 | 24 | 25 | 26 | } 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/50_Flutter_Syntaxe/1_FlutterSyntaxe_CodeView_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:widget_with_codeview/source_code_view.dart'; 3 | 4 | void main() => runApp(FlutterSyntaxeCodeView()); 5 | 6 | class FlutterSyntaxeCodeView extends StatelessWidget{ 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | theme: ThemeData.light(), 13 | home: Scaffold( 14 | appBar: AppBar( 15 | title: Text('Code View'), 16 | ), 17 | body: 18 | SourceCodeView( 19 | filePath:'lib/Codes_FrontEnd/50_Flutter_Syntaxe/1_FlutterSyntaxe_CodeView_Run.dart', 20 | ), 21 | ), 22 | ); 23 | } 24 | } 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/6_Image/ImgWidthHeightRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(ImgInsWHRun()); 5 | } 6 | 7 | class ImgInsWHRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "ImageInsert", 14 | home: new Scaffold( 15 | appBar: AppBar( 16 | title:Text("Image Insert"), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | Image.asset( 22 | "Images/160x160_Flutter.png", 23 | width: 40, 24 | height: 40, 25 | ), 26 | ) 27 | 28 | ), 29 | ); 30 | } 31 | 32 | } 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/50_Flutter_Syntaxe/2_FlutterSyntaxe_CodeAndSourceView_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:widget_with_codeview/widget_with_codeview.dart'; 3 | 4 | import '1_FlutterSyntaxe_CodeView_Run.dart'; 5 | 6 | 7 | void main() => runApp(FlutterSyntaxeCodeAndSourceView()); 8 | 9 | class FlutterSyntaxeCodeAndSourceView extends StatelessWidget{ 10 | 11 | @override 12 | Widget build(BuildContext context) { 13 | return MaterialApp( 14 | debugShowCheckedModeBanner: false, 15 | theme: ThemeData.light(), 16 | home: WidgetWithCodeView( 17 | child:FlutterSyntaxeCodeView(), 18 | sourceFilePath:'lib/Codes_FrontEnd/50_Flutter_Syntaxe/1_FlutterSyntaxe_CodeView_Run.dart', 19 | ) 20 | ); 21 | } 22 | } 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /lib/CheckConnection.dart: -------------------------------------------------------------------------------- 1 | import 'dart:io'; 2 | import 'package:http/http.dart' as http; 3 | 4 | 5 | bool IsUserConnected=false; 6 | 7 | Future CheckUserConnected() async { 8 | try { 9 | final result = await InternetAddress.lookup('google.com'); 10 | if (result.isNotEmpty && result[0].rawAddress.isNotEmpty) { 11 | IsUserConnected=true; 12 | print('User Connected To The Internet'); 13 | } 14 | } on SocketException catch (_) { 15 | IsUserConnected=false; 16 | print('User Not Connected To The Internet'); 17 | } 18 | } 19 | 20 | 21 | Future CheckConnection() async { 22 | var url = 'https://google.com'; 23 | try{ 24 | http.Response response=await http.get(url); 25 | IsUserConnected=true; 26 | } 27 | catch (e){ 28 | IsUserConnected=false; 29 | } 30 | } 31 | 32 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/18_ListView/Quizzes/ListView_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | import 'ListView_Q1.dart'; 4 | import 'ListView_Q2.dart'; 5 | import 'ListView_Q3.dart'; 6 | 7 | 8 | int IntroQuizzRan; 9 | 10 | void Generate_ListView_Quiz(BuildContext context){ 11 | IntroQuizzRan=new Random().nextInt(6); 12 | 13 | if(IntroQuizzRan==0){ 14 | Navigator.push(context,MaterialPageRoute(builder:(context)=>ListViewQ1())); 15 | } 16 | else if(IntroQuizzRan==1){ 17 | Navigator.push(context,MaterialPageRoute(builder:(context)=>ListViewQ2())); 18 | } 19 | else if(IntroQuizzRan==2){ 20 | Navigator.push(context,MaterialPageRoute(builder:(context)=>ListViewQ3())); 21 | } 22 | 23 | 24 | 25 | } 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/4_AppBar/5_AppBarGreyBgTextCenteredIndigoLeftIconRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(AppBarLeftIconRun()); 4 | 5 | class AppBarLeftIconRun extends StatelessWidget { 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | home: Scaffold( 12 | appBar: AppBar( 13 | centerTitle: true, 14 | leading: new Icon(Icons.ac_unit), 15 | title: Text( 16 | 'LeftIcon' , 17 | textDirection : TextDirection.ltr, 18 | style: TextStyle( 19 | color: Colors.indigo, 20 | ), 21 | ), 22 | backgroundColor: Colors.grey, 23 | ), 24 | ), 25 | ); 26 | } 27 | 28 | } 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/7_Buttons/1_BtnSimpleRaisedBtnRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() => runApp(BtnSimpleRaisedBtnRun()); 5 | 6 | class BtnSimpleRaisedBtnRun extends StatelessWidget{ 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | theme: ThemeData.light(), 13 | home: Scaffold ( 14 | appBar: 15 | AppBar ( 16 | title: 17 | Text ('Simple Raised Button'), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | RaisedButton( 23 | child: 24 | Text('Click Me'), 25 | onPressed: () { 26 | //Nothing To Do 27 | }, 28 | ), 29 | ) 30 | ) 31 | ); 32 | } 33 | } 34 | 35 | 36 | -------------------------------------------------------------------------------- /lib/_UISamples/UISample_9/UISample_9.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:convert'; 3 | import 'package:firebase_auth/firebase_auth.dart'; 4 | import 'package:flutter_facebook_login/flutter_facebook_login.dart'; 5 | import 'package:http/http.dart' as http; 6 | import 'package:cloud_firestore/cloud_firestore.dart'; 7 | import 'package:toast/toast.dart'; 8 | import 'package:google_sign_in/google_sign_in.dart'; 9 | import 'dart:io'; 10 | 11 | 12 | class UISample9 extends StatefulWidget { 13 | @override 14 | UISample9State createState() => UISample9State(); 15 | } 16 | 17 | class UISample9State extends State { 18 | 19 | 20 | 21 | @override 22 | Widget build(BuildContext context) { 23 | return Scaffold( 24 | body:Divider(), 25 | ); 26 | } 27 | 28 | 29 | 30 | 31 | } 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /lib/3_StartSelect.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'AppLang.dart'; 3 | 4 | class StartSelectUI extends StatelessWidget{ 5 | Widget build(BuildContext context) { 6 | return Container( 7 | width:double.infinity, 8 | child: 9 | ClipRRect( 10 | borderRadius:BorderRadius.circular(30.0), 11 | child: 12 | Card( 13 | color:Colors.blueGrey[200], 14 | child:Padding( 15 | padding: const EdgeInsets.all(8.0), 16 | child: Text( 17 | SelectWhereYouWantToStartTxtTrans, 18 | textAlign: TextAlign.center, 19 | style: TextStyle( 20 | color: Colors.white, 21 | fontFamily: "Lobster", 22 | fontSize: 18, 23 | ), 24 | ), 25 | ), 26 | ), 27 | ), 28 | ); 29 | } 30 | } 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /lib/_Components_DetailsList/82_Sliver_AppBar.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import '../_Comp_Courses/Cmp_Code.dart'; 3 | import '../_Comp_Courses/Cmp_SubTitle.dart'; 4 | import '../_Comp_Courses/Cmp_Title.dart'; 5 | 6 | 7 | String Sliver_AppBar_Explanation= 8 | "Soon!\n\n"; 9 | 10 | 11 | List Sliver_AppBar_list =[ 12 | SizedBox(height:5,), 13 | Container ( 14 | padding: new EdgeInsets.only(bottom: 20.0), 15 | child: 16 | new Card( 17 | child: new Container( 18 | padding: new EdgeInsets.all(15.0), 19 | child: new Column( 20 | crossAxisAlignment: CrossAxisAlignment.start, 21 | children: [ 22 | CmpTitle(Title:"Soon!",), 23 | Divider(), 24 | CmpSubTitle(SubTitle:"You Can Still Check the Code!",), 25 | ] 26 | ), 27 | ), 28 | ), 29 | ), 30 | 31 | ]; -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/31_Chip/1_SimpleChip_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(SimpleChipRun()); 5 | } 6 | 7 | class SimpleChipRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | title: "Simple Chip", 13 | debugShowCheckedModeBanner: false, 14 | theme: ThemeData.light(), 15 | home: Scaffold ( 16 | appBar: 17 | AppBar ( 18 | title: Text ('Simple Chip'), 19 | ), 20 | body: 21 | Center( 22 | child: 23 | Chip( 24 | avatar: CircleAvatar( 25 | backgroundColor: Colors.grey, 26 | child: Text('F'), 27 | ), 28 | label: Text('Flutter'), 29 | ), 30 | ), 31 | ), 32 | ); 33 | } 34 | } 35 | 36 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/15_Card/Quizzes/Card_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | import 'Card_Q1.dart'; 4 | import 'Card_Q2.dart'; 5 | import 'Card_Q3.dart'; 6 | import 'Card_Q4.dart'; 7 | 8 | int IntroQuizzRan; 9 | 10 | void Generate_Card_Quiz(BuildContext context){ 11 | IntroQuizzRan=new Random().nextInt(6); 12 | 13 | if(IntroQuizzRan==0){ 14 | Navigator.push(context,MaterialPageRoute(builder:(context)=>CardQ1())); 15 | } 16 | else if(IntroQuizzRan==1){ 17 | Navigator.push(context,MaterialPageRoute(builder:(context)=>CardQ2())); 18 | } 19 | else if(IntroQuizzRan==3){ 20 | Navigator.push(context,MaterialPageRoute(builder:(context)=>CardQ3())); 21 | } 22 | else if(IntroQuizzRan==4){ 23 | Navigator.push(context,MaterialPageRoute(builder:(context)=>CardQ4())); 24 | } 25 | 26 | } 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/19_TextField/3_TextField_MultiLine_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(MultiTFRun()); 4 | 5 | class MultiTFRun extends StatelessWidget{ 6 | var TF =new TextEditingController(); 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | theme: ThemeData.light(), 13 | home: Scaffold( 14 | appBar: AppBar( 15 | title: 16 | Text ('MultiLine TextField'), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | TextField( 22 | decoration: InputDecoration( 23 | hintText: "Multi Line TextField!", 24 | ), 25 | controller: TF, 26 | maxLines: 6, 27 | ), 28 | ) 29 | ), 30 | ); 31 | } 32 | } 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/19_TextField/4_TextField_Icon_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(IconTFRun()); 4 | 5 | class IconTFRun extends StatelessWidget{ 6 | var TF =new TextEditingController(); 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | theme: ThemeData.light(), 13 | home: Scaffold( 14 | appBar: AppBar( 15 | title: 16 | Text ('Icon TextField'), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | TextField( 22 | decoration: InputDecoration( 23 | hintText: "Enter Your UserName!", 24 | icon: new Icon(Icons.person), 25 | ), 26 | controller: TF, 27 | ), 28 | ) 29 | ), 30 | ); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /ios/Flutter/AppFrameworkInfo.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleDevelopmentRegion 6 | $(DEVELOPMENT_LANGUAGE) 7 | CFBundleExecutable 8 | App 9 | CFBundleIdentifier 10 | io.flutter.flutter.app 11 | CFBundleInfoDictionaryVersion 12 | 6.0 13 | CFBundleName 14 | App 15 | CFBundlePackageType 16 | FMWK 17 | CFBundleShortVersionString 18 | 1.0 19 | CFBundleSignature 20 | ???? 21 | CFBundleVersion 22 | 1.0 23 | MinimumOSVersion 24 | 8.0 25 | 26 | 27 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/3_Text/10_TextShadowRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TextShadowRun()); 5 | } 6 | 7 | class TextShadowRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | title:"Text Shadow", 14 | home: new Scaffold( 15 | body: 16 | Center( 17 | child: 18 | Text( 19 | 'Shadow Text', 20 | style: TextStyle( 21 | shadows: [ 22 | Shadow( 23 | blurRadius:10.0, 24 | color: Colors.blue, 25 | offset: Offset(5.0,5.0), 26 | ), 27 | ], 28 | ), 29 | ), 30 | ) 31 | ), 32 | ); 33 | } 34 | 35 | } 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/19_TextField/2_TextField_NoBorder_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(TFNoBordRun()); 4 | 5 | class TFNoBordRun extends StatelessWidget{ 6 | 7 | var TF =new TextEditingController(); 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | theme: ThemeData.light(), 14 | home: Scaffold( 15 | appBar: AppBar( 16 | title: 17 | Text ('TextField No Border'), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | TextField( 23 | decoration: InputDecoration( 24 | border: InputBorder.none, 25 | hintText: 'TextField Without Border!', 26 | ), 27 | controller: TF, 28 | ), 29 | ) 30 | ), 31 | ); 32 | } 33 | } 34 | 35 | 36 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/7_Buttons/8_BtnFlatIconGreyBgBtnRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() => runApp(BtnFlatIconGreyBgBtnRun()); 5 | 6 | class BtnFlatIconGreyBgBtnRun extends StatelessWidget{ 7 | 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | theme: ThemeData.light(), 14 | home: Scaffold ( 15 | appBar: 16 | AppBar ( 17 | title: 18 | Text ('Grey Flat Button With Icon'), 19 | ), 20 | body: 21 | Center( 22 | child: 23 | FlatButton.icon( 24 | color: Colors.grey, 25 | icon: Icon(Icons.add), //`Icon` to display 26 | label: Text('Add'), //`Text` to display 27 | onPressed: () {}, 28 | ), 29 | ) 30 | ), 31 | ); 32 | } 33 | } 34 | 35 | 36 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/13_SnBar/1_Simple_SnackBar_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(SimpleSnBarRun()); 4 | 5 | class SimpleSnBarRun extends StatelessWidget{ 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | theme: ThemeData.light(), 12 | home: Scaffold( 13 | appBar: AppBar( 14 | title: 15 | Text ('Simple SnackBar'), 16 | ), 17 | body: 18 | Center( 19 | child: 20 | FlatButton( 21 | child: Text("Show SnackBar"), 22 | onPressed: () { 23 | final SBarVar=SnackBar( 24 | content: Text("SnackBar Txt"), 25 | ); 26 | Scaffold.of(context).showSnackBar(SBarVar); 27 | }, 28 | ), 29 | ) 30 | ), 31 | ); 32 | } 33 | } 34 | 35 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/19_TextField/6_TextField_Password_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(PassTFRun()); 4 | 5 | class PassTFRun extends StatelessWidget{ 6 | var TF =new TextEditingController(); 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | theme: ThemeData.light(), 13 | home: Scaffold( 14 | appBar: AppBar( 15 | title: 16 | Text ('Password TextField'), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | TextField( 22 | decoration:InputDecoration( 23 | icon:new Icon(Icons.security), 24 | hintText: "Enter Your Pass!" 25 | ), 26 | controller: TF, 27 | obscureText: true, 28 | ), 29 | ) 30 | ), 31 | ); 32 | } 33 | } 34 | 35 | -------------------------------------------------------------------------------- /lib/_Components_DetailsList/UsersCode_1_Davi_Contact_List.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_tutorials_and_quizzes/_Comp_Courses/Cmp_Code.dart'; 3 | import '../_Comp_Courses/Cmp_SubTitle.dart'; 4 | import '../_Comp_Courses/Cmp_Title.dart'; 5 | 6 | String Davi_ContactList_Explanation= 7 | "Soon!\n\n"; 8 | 9 | 10 | List Davi_ContactList_List =[ 11 | SizedBox(height:5,), 12 | Container ( 13 | padding: new EdgeInsets.only(bottom: 20.0), 14 | child: 15 | new Card( 16 | child: new Container( 17 | padding: new EdgeInsets.all(15.0), 18 | child: new Column( 19 | crossAxisAlignment: CrossAxisAlignment.start, 20 | children: [ 21 | CmpTitle(Title:"Soon!",), 22 | Divider(), 23 | CmpSubTitle(SubTitle:"But You Can Still Check The Code And Run It!",), 24 | ] 25 | ), 26 | ), 27 | ), 28 | ), 29 | 30 | ]; 31 | 32 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/13_SnBar/Quizzes/SnackBar_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | 4 | import 'SnackBar_Q1.dart'; 5 | import 'SnackBar_Q2.dart'; 6 | import 'SnackBar_Q3.dart'; 7 | import 'SnackBar_Q4.dart'; 8 | 9 | 10 | int IntroQuizzRan; 11 | 12 | void Generate_SnackBar_Quiz(BuildContext context){ 13 | IntroQuizzRan=new Random().nextInt(6); 14 | 15 | if(IntroQuizzRan==0){ 16 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SnackBarQ1())); 17 | } 18 | else if(IntroQuizzRan==1){ 19 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SnackBarQ2())); 20 | } 21 | else if(IntroQuizzRan==2){ 22 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SnackBarQ3())); 23 | } 24 | else if(IntroQuizzRan==3){ 25 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SnackBarQ4())); 26 | } 27 | 28 | 29 | 30 | 31 | 32 | 33 | } 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/13_SnBar/2_Simple_Red_SnackBar_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(SnBarBgRun()); 4 | 5 | class SnBarBgRun extends StatelessWidget{ 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | theme: ThemeData.light(), 12 | home: Scaffold( 13 | appBar: AppBar( 14 | title: 15 | Text ('Simple Red SnackBar'), 16 | ), 17 | body: 18 | Center( 19 | child: 20 | FlatButton( 21 | child: Text("Show SnackBar"), 22 | onPressed: () { 23 | final SBarVar=SnackBar( 24 | backgroundColor: Colors.red, 25 | content: Text("SnackBar Txt"), 26 | ); 27 | Scaffold.of(context).showSnackBar(SBarVar); 28 | }, 29 | ), 30 | ) 31 | ), 32 | ); 33 | } 34 | } 35 | 36 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/11_Divider/3_Divider_WH_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(DividerWHRun()); 5 | } 6 | 7 | class DividerWHRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "Custom Divider W/H", 14 | home: new Scaffold( 15 | appBar: AppBar( 16 | title:Text("Divider Color"), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | SizedBox( 22 | width: 250, 23 | height: 10, 24 | child: 25 | Container( 26 | width: double.infinity, 27 | height: double.infinity, 28 | color:Colors.red, 29 | ), 30 | ), 31 | ), 32 | ), 33 | ); 34 | } 35 | 36 | } 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/13_SnBar/3_SnackBar_Duration_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(SnBarDurRun()); 4 | 5 | class SnBarDurRun extends StatelessWidget{ 6 | 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | theme: ThemeData.light(), 13 | home: Scaffold( 14 | appBar: AppBar( 15 | title: 16 | Text ('SnackBar Duration'), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | FlatButton( 22 | child: Text("SnackBar 10s"), 23 | onPressed: () { 24 | final SBarVar=SnackBar( 25 | duration: Duration(seconds: 10), 26 | content: Text("SnackBar Txt"), 27 | ); 28 | Scaffold.of(context).showSnackBar(SBarVar); 29 | }, 30 | ), 31 | ) 32 | ), 33 | ); 34 | } 35 | } 36 | 37 | 38 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/15_Card/1_Simple_Card_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(SimpleCardRun()); 4 | 5 | class SimpleCardRun extends StatelessWidget{ 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | theme: ThemeData.light(), 12 | home: Scaffold ( 13 | appBar: 14 | AppBar ( 15 | title: 16 | Text ('Simple Card'), 17 | ), 18 | body: 19 | Column( 20 | mainAxisAlignment: MainAxisAlignment.center, 21 | children: [ 22 | 23 | Card( 24 | child: 25 | Text("Simple Card 1!"), 26 | ), 27 | Card( 28 | child: 29 | Text("Simple Card 2!"), 30 | ), 31 | 32 | 33 | ], 34 | ), 35 | 36 | ), 37 | 38 | ); 39 | } 40 | } 41 | 42 | 43 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/7_Buttons/2_BtnSimpleRaisedBtnFullWidthRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(BtnSimpleRaisedBtnFullWidthRun()); 4 | 5 | class BtnSimpleRaisedBtnFullWidthRun extends StatelessWidget{ 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | theme: ThemeData.light(), 12 | home: Scaffold ( 13 | appBar: 14 | AppBar ( 15 | title: 16 | Text ('Raised Button Full Width'), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | SizedBox( 22 | width:double.infinity, 23 | child: 24 | RaisedButton( 25 | child: 26 | Text('Click Me'), 27 | onPressed: () { 28 | //Nothing To Do 29 | }, 30 | ), 31 | ), 32 | ) 33 | ), 34 | ); 35 | } 36 | } 37 | 38 | 39 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/7_Buttons/3_BtnSimpleRaisedRoundedBtnRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() => runApp(BtnSimpleRaisedRoundedBtnRun()); 5 | 6 | class BtnSimpleRaisedRoundedBtnRun extends StatelessWidget{ 7 | 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp( 12 | debugShowCheckedModeBanner: false, 13 | theme: ThemeData.light(), 14 | home: Scaffold ( 15 | appBar: 16 | AppBar ( 17 | title: 18 | Text ('Simple Rounded Raised Button'), 19 | ), 20 | body: 21 | Center( 22 | child: 23 | RaisedButton( 24 | shape:RoundedRectangleBorder( 25 | borderRadius: BorderRadius.circular(30.0), 26 | ), 27 | child: 28 | Text('Click Me'), 29 | onPressed: () { 30 | //Nothing To Do 31 | }, 32 | ), 33 | ) 34 | ), 35 | ); 36 | } 37 | } 38 | 39 | 40 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/26_SimpleLoader/Quizzes/SimpleLoader_GenerateQuizzes.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'dart:math'; 3 | 4 | import 'SimpleLoader_Q1.dart'; 5 | import 'SimpleLoader_Q2.dart'; 6 | import 'SimpleLoader_Q3.dart'; 7 | import 'SimpleLoader_Q4.dart'; 8 | 9 | 10 | int IntroQuizzRan; 11 | 12 | void Generate_SimpleLoader_Quiz(BuildContext context){ 13 | IntroQuizzRan=new Random().nextInt(6); 14 | 15 | if(IntroQuizzRan==0){ 16 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SimpleLoaderQ1())); 17 | } 18 | else if(IntroQuizzRan==1){ 19 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SimpleLoaderQ2())); 20 | } 21 | else if(IntroQuizzRan==2){ 22 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SimpleLoaderQ3())); 23 | } 24 | else if(IntroQuizzRan==3){ 25 | Navigator.push(context,MaterialPageRoute(builder:(context)=>SimpleLoaderQ4())); 26 | } 27 | 28 | 29 | 30 | 31 | 32 | } 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /lib/_Comp_Quizzes/1_TextField_Text.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class CmpQuizz_TextField_Text extends StatelessWidget { 4 | 5 | String Text1; 6 | TextEditingController TC1_Controller; 7 | double Spacing,TC1_Width; 8 | int TC1_MaxLength; 9 | 10 | CmpQuizz_TextField_Text({ 11 | @required this.Spacing, 12 | @required this.TC1_Width, 13 | @required this.TC1_Controller, 14 | @required this.TC1_MaxLength, 15 | @required this.Text1, 16 | }); 17 | 18 | 19 | @override 20 | Widget build(BuildContext context) { 21 | return Row( 22 | children: [ 23 | SizedBox(width:Spacing,), 24 | Container( 25 | width:TC1_Width, 26 | child: TextField( 27 | controller:TC1_Controller, 28 | maxLength:TC1_MaxLength, 29 | decoration:InputDecoration( 30 | counterText:"", 31 | ), 32 | ), 33 | ), 34 | Text(Text1), 35 | ], 36 | ); 37 | } 38 | } 39 | 40 | 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/16_TextOverflow/3_TxtF_FadeRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TxtFFadeRun()); 5 | } 6 | 7 | class TxtFFadeRun extends StatelessWidget{ 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | title:"TextFlowFade", 13 | home: new Scaffold( 14 | appBar:AppBar( 15 | title:Text("TextFlow Fade"), 16 | ), 17 | body: 18 | Row( 19 | children: [ 20 | Container( 21 | width:200, 22 | height:50, 23 | child: 24 | Card( 25 | child:Text( 26 | "This Is A Faded Text,This Is A Faded Text,This Is A Faded Text,This Is A Faded Text", 27 | overflow: 28 | TextOverflow.fade, 29 | ), 30 | ) 31 | ) 32 | 33 | ], 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/94_PimpMyButton/1_DemoParticle.dart: -------------------------------------------------------------------------------- 1 | import 'package:pimp_my_button/pimp_my_button.dart'; 2 | import 'package:flutter/material.dart'; 3 | 4 | void main() => runApp(new DemoParticleRun()); 5 | 6 | class DemoParticleRun extends StatelessWidget { 7 | @override 8 | Widget build(BuildContext context) { 9 | return new MaterialApp( 10 | debugShowCheckedModeBanner:false, 11 | title: 'DemoParticle', 12 | home:Scaffold( 13 | appBar:AppBar( 14 | title:Text("PimpMyButton-DemoParticle"), 15 | ), 16 | body:Center( 17 | child:PimpedButton( 18 | particle:DemoParticle(), 19 | pimpedWidgetBuilder: (context, controller) { 20 | return FloatingActionButton( 21 | heroTag:'DemoParticle', 22 | child:Icon(Icons.android), 23 | onPressed: () { 24 | controller.forward(from: 0.0); 25 | }, 26 | ); 27 | }, 28 | ), 29 | ), 30 | ), 31 | ); 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/94_PimpMyButton/2_RectangleDemoParticle.dart: -------------------------------------------------------------------------------- 1 | import 'package:pimp_my_button/pimp_my_button.dart'; 2 | import 'package:flutter/material.dart'; 3 | 4 | void main() => runApp(new RectangleDemoParticleRun()); 5 | 6 | class RectangleDemoParticleRun extends StatelessWidget { 7 | @override 8 | Widget build(BuildContext context) { 9 | return new MaterialApp( 10 | debugShowCheckedModeBanner:false, 11 | title: 'Rectangle Demo Particle', 12 | home:Scaffold( 13 | appBar:AppBar( 14 | title:Text("Rectangle Demo Particle"), 15 | ), 16 | body:Center( 17 | child: PimpedButton( 18 | particle: RectangleDemoParticle(), 19 | pimpedWidgetBuilder: (context, controller) { 20 | return RaisedButton( 21 | child: Text("Click Me!"), 22 | onPressed: () { 23 | controller.forward(from: 0.0); 24 | }, 25 | ); 26 | }, 27 | ), 28 | ), 29 | ), 30 | ); 31 | } 32 | } 33 | 34 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/94_PimpMyButton/3_Rectangle2DemoParticle.dart: -------------------------------------------------------------------------------- 1 | import 'package:pimp_my_button/pimp_my_button.dart'; 2 | import 'package:flutter/material.dart'; 3 | 4 | void main() => runApp(new Rectangle2DemoParticleRun()); 5 | 6 | class Rectangle2DemoParticleRun extends StatelessWidget { 7 | @override 8 | Widget build(BuildContext context) { 9 | return new MaterialApp( 10 | debugShowCheckedModeBanner:false, 11 | title: 'Rectangle2 Demo Particle', 12 | home:Scaffold( 13 | appBar:AppBar( 14 | title:Text("Rectangle2 Demo Particle"), 15 | ), 16 | body:Center( 17 | child: PimpedButton( 18 | particle: Rectangle2DemoParticle(), 19 | pimpedWidgetBuilder: (context, controller) { 20 | return RaisedButton( 21 | child: Text("Click Me!"), 22 | onPressed: () { 23 | controller.forward(from: 0.0); 24 | }, 25 | ); 26 | }, 27 | ), 28 | ), 29 | ), 30 | ); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/94_PimpMyButton/4_Rectangle3DemoParticle.dart: -------------------------------------------------------------------------------- 1 | import 'package:pimp_my_button/pimp_my_button.dart'; 2 | import 'package:flutter/material.dart'; 3 | 4 | void main() => runApp(new Rectangle3DemoParticleRun()); 5 | 6 | class Rectangle3DemoParticleRun extends StatelessWidget { 7 | @override 8 | Widget build(BuildContext context) { 9 | return new MaterialApp( 10 | debugShowCheckedModeBanner:false, 11 | title: 'Rectangle3 Demo Particle', 12 | home:Scaffold( 13 | appBar:AppBar( 14 | title:Text("Rectangle3 Demo Particle"), 15 | ), 16 | body:Center( 17 | child: PimpedButton( 18 | particle: Rectangle3DemoParticle(), 19 | pimpedWidgetBuilder: (context, controller) { 20 | return RaisedButton( 21 | child: Text("Click Me!"), 22 | onPressed: () { 23 | controller.forward(from: 0.0); 24 | }, 25 | ); 26 | }, 27 | ), 28 | ), 29 | ), 30 | ); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/16_TextOverflow/1_TxtF_ClipRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TxtFClipRun()); 5 | } 6 | 7 | class TxtFClipRun extends StatelessWidget{ 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | title:"TextFlowClip", 13 | home: new Scaffold( 14 | appBar:AppBar( 15 | title:Text("TextFlow Clip"), 16 | ), 17 | body: 18 | Row( 19 | children: [ 20 | Container( 21 | width:200, 22 | height:150, 23 | child: 24 | Card( 25 | child:Text( 26 | "This Is A Clipped Text,This Is A Clipped Text,This Is A Clipped Text,This Is A Clipped Text", 27 | overflow: 28 | TextOverflow.clip, 29 | ), 30 | ) 31 | ) 32 | 33 | ], 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/17_GestureDetector/2_GestAppBarTitleRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() { 5 | runApp(GestAppBarTtileRun()); 6 | } 7 | 8 | class GestAppBarTtileRun extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "AppBar Title Gesture Detector", 15 | home: new Scaffold( 16 | appBar: 17 | AppBar( 18 | title: 19 | GestureDetector( 20 | onTap: (){ 21 | AlertDialog AD=new AlertDialog( 22 | content:Text("AppBar Title Tapped!"), 23 | ); 24 | showDialog(context:context,child:AD); 25 | }, 26 | child:Text("Tap Me!"), 27 | ) 28 | ), 29 | body: 30 | Center( 31 | child: 32 | Text("Tap The App Bar Title"), 33 | ), 34 | ), 35 | ); 36 | } 37 | 38 | } 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/19_TextField/5_TextField_Style_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(TFStyleRun()); 4 | 5 | class TFStyleRun extends StatelessWidget{ 6 | var TF =new TextEditingController(); 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | theme: ThemeData.light(), 13 | home: Scaffold( 14 | appBar: AppBar( 15 | title: 16 | Text ('TextField Style'), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | TextField( 22 | decoration: InputDecoration( 23 | hintText: 'Red Hint Text, Blue Text Input', 24 | hintStyle: TextStyle( 25 | color: Colors.red, 26 | ) 27 | ), 28 | controller: TF, 29 | style: TextStyle( 30 | color: Colors.blue, 31 | ), 32 | ), 33 | ) 34 | ), 35 | ); 36 | } 37 | } 38 | 39 | 40 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/71_Selectable_Text/1_Selectable_Text.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(new SelectableTextRun()); 4 | 5 | 6 | class SelectableTextRun extends StatelessWidget { 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return new MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | home:Scaffold( 13 | appBar:AppBar( 14 | title:Text('Selectable Text'), 15 | ), 16 | body:Center( 17 | child:SelectableText( 18 | "I'm A Copiable Text Select Me And See What Gonna Happen!", 19 | style:TextStyle( 20 | color: Colors.blue, 21 | ), 22 | showCursor:true, 23 | toolbarOptions:ToolbarOptions( 24 | copy:true, 25 | cut:true, 26 | paste:true, 27 | selectAll:true, 28 | ), 29 | ) 30 | ) 31 | ), 32 | ); 33 | } 34 | 35 | 36 | } 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/16_TextOverflow/2_TxtF_EllipsisRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TxtFEllipsisRun()); 5 | } 6 | 7 | class TxtFEllipsisRun extends StatelessWidget{ 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | title:"TextFlowEllipsis", 13 | home: new Scaffold( 14 | appBar:AppBar( 15 | title:Text("TextFlow Ellipsis"), 16 | ), 17 | body: 18 | Row( 19 | children: [ 20 | Container( 21 | width:200, 22 | height:150, 23 | child: 24 | Card( 25 | child:Text( 26 | "This Is A Ellipsis Text,This Is A Ellipsis Text,This Is A Ellipsis Text,This Is A Ellipsis Text", 27 | overflow: 28 | TextOverflow.ellipsis, 29 | ), 30 | ) 31 | ) 32 | 33 | ], 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/17_GestureDetector/1_GestImg_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(GestImgRun()); 5 | } 6 | 7 | class GestImgRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "Image Detector On Img", 14 | home: new Scaffold( 15 | appBar: AppBar( 16 | title:Text("Image Gesture Detector"), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | GestureDetector( 22 | onTap: (){ 23 | AlertDialog AD=new AlertDialog( 24 | content:Text("Image Tapped!"), 25 | ); 26 | showDialog(context:context,child:AD); 27 | }, 28 | child: 29 | Image.asset("Images/Flutter_Logo.png") 30 | ), 31 | ), 32 | 33 | ), 34 | ); 35 | } 36 | 37 | } 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/37_Slider/1_SimpleSliderRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main(){ 4 | runApp(SimpSliderRun()); 5 | } 6 | 7 | class SimpSliderRun extends StatefulWidget { 8 | @override 9 | _State createState() => new _State(); 10 | } 11 | 12 | class _State extends State{ 13 | double _value = 0.0; 14 | 15 | void _setvalue(double value) 16 | => setState( 17 | () => _value = value 18 | ); 19 | 20 | @override 21 | Widget build(BuildContext context) { 22 | return MaterialApp( 23 | debugShowCheckedModeBanner:false, 24 | home:Scaffold( 25 | appBar: new AppBar( 26 | title: new Text('Simple Slider'), 27 | ), 28 | body: 29 | Column( 30 | mainAxisAlignment:MainAxisAlignment.center, 31 | children: [ 32 | new Text('Value: ${(_value * 100).round()}'), 33 | new Slider( 34 | value: _value, 35 | onChanged: _setvalue 36 | ), 37 | ], 38 | ), 39 | ), 40 | ); 41 | } 42 | } -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/13_SnBar/4_SnackBar_Shape_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | 4 | void main() => runApp(SnBarShapeRun()); 5 | 6 | class SnBarShapeRun extends StatelessWidget{ 7 | 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | theme: ThemeData.light(), 13 | home: Scaffold( 14 | appBar: AppBar( 15 | title: 16 | Text ('SnackBar Shape'), 17 | ), 18 | body: 19 | Center( 20 | child: 21 | FlatButton( 22 | child: Text("SnackBar Shape"), 23 | onPressed: () { 24 | final SBarVar=SnackBar( 25 | shape: RoundedRectangleBorder( 26 | borderRadius: BorderRadius.circular(30), 27 | ), 28 | content: Text("SnackBar Shape"), 29 | ); 30 | Scaffold.of(context).showSnackBar(SBarVar); 31 | }, 32 | ), 33 | ) 34 | ), 35 | ); 36 | } 37 | } 38 | 39 | 40 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/7_Buttons/10_Style_Outline_Button.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() => runApp(SimpleStyledOutlineBtn()); 4 | 5 | class SimpleStyledOutlineBtn extends StatelessWidget{ 6 | 7 | @override 8 | Widget build(BuildContext context) { 9 | return MaterialApp( 10 | debugShowCheckedModeBanner: false, 11 | theme: ThemeData.light(), 12 | home: Scaffold ( 13 | appBar: AppBar ( 14 | title: 15 | Text ('Styled Outline Button'), 16 | ), 17 | body: 18 | Center( 19 | child: 20 | OutlineButton( 21 | child:Text('Outline Button'), 22 | color:Colors.blueAccent, 23 | textColor:Colors.teal, 24 | borderSide:BorderSide( 25 | color:Colors.teal, 26 | style:BorderStyle.solid, 27 | width:0.7, 28 | ), 29 | onPressed:(){}, 30 | ), 31 | 32 | 33 | ) 34 | ), 35 | ); 36 | } 37 | } 38 | 39 | 40 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/9_Layouts/6_Layout_Row_MainAlign_End_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(Row_MA_EndRun()); 5 | } 6 | 7 | class Row_MA_EndRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "Row:MainAxisAlignment.end", 14 | home: new Scaffold( 15 | appBar: AppBar( 16 | title:Text("Row:MainAxisAlignment.end"), 17 | ), 18 | body: 19 | Row( 20 | mainAxisAlignment: MainAxisAlignment.end, 21 | children: [ 22 | 23 | RaisedButton( 24 | child: Text("Raised Btn"), 25 | onPressed: (){}, 26 | ), 27 | 28 | RaisedButton( 29 | child: Text("Raised Btn"), 30 | onPressed: (){}, 31 | ), 32 | 33 | ], 34 | ), 35 | 36 | ), 37 | 38 | ); 39 | } 40 | 41 | } 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/16_LD16_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD16Run()); 6 | } 7 | 8 | class LD16Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit Ring", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit Ring"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitRing( 26 | color:Colors.red, 27 | size:100, 28 | ), 29 | Text( 30 | "\nLoading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/18_LD18_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD18Run()); 6 | } 7 | 8 | class LD18Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit Wave", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit Wave"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitWave( 26 | color:Colors.red, 27 | size:100, 28 | ), 29 | Text( 30 | "\nLoading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/3_LD3_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD3Run()); 6 | } 7 | 8 | class LD3Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit Circle", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit Circle"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitCircle( 26 | color:Colors.blue, 27 | size:100, 28 | ), 29 | Text( 30 | "Loading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /lib/_Comp_Quizzes/2_Text_TextField_Text.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | class CmpQuizz_Text_TextField_Text extends StatelessWidget { 4 | 5 | String Text1,Text2; 6 | TextEditingController TC1_Controller; 7 | double Spacing,TC1_Width; 8 | int TC1_MaxLength; 9 | 10 | CmpQuizz_Text_TextField_Text({ 11 | @required this.Spacing, 12 | @required this.TC1_Width, 13 | @required this.TC1_Controller, 14 | @required this.TC1_MaxLength, 15 | @required this.Text1, 16 | @required this.Text2, 17 | }); 18 | 19 | 20 | @override 21 | Widget build(BuildContext context) { 22 | return Row( 23 | children: [ 24 | SizedBox(width:Spacing,), 25 | Text(Text1), 26 | Container( 27 | width:TC1_Width, 28 | child: TextField( 29 | controller:TC1_Controller, 30 | maxLength:TC1_MaxLength, 31 | decoration:InputDecoration( 32 | counterText:"", 33 | ), 34 | ), 35 | ), 36 | Text(Text2), 37 | ], 38 | ); 39 | } 40 | } 41 | 42 | 43 | 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/16_TextOverflow/4_TxtF_VisibleRun.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(TxtFVisibleRun()); 5 | } 6 | 7 | class TxtFVisibleRun extends StatelessWidget{ 8 | @override 9 | Widget build(BuildContext context) { 10 | return MaterialApp( 11 | debugShowCheckedModeBanner: false, 12 | title:"TextFlowVisible", 13 | home: new Scaffold( 14 | appBar:AppBar( 15 | title:Text("TextFlow Visible"), 16 | ), 17 | body: 18 | Row( 19 | children: [ 20 | Container( 21 | width:200, 22 | height:15, 23 | child: 24 | Card( 25 | color:Colors.red, 26 | child:Text( 27 | "This Is A Visible Text,This Is A Visible Text,This Is A Visible Text,This Is A Visible Text", 28 | overflow: 29 | TextOverflow.visible, 30 | ), 31 | ) 32 | ) 33 | 34 | ], 35 | ), 36 | ), 37 | ); 38 | } 39 | 40 | } 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/14_LD14_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD14Run()); 6 | } 7 | 8 | class LD14Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit Pulse", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit Pulse"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitPulse( 26 | color:Colors.blue, 27 | size:100, 28 | ), 29 | Text( 30 | "Loading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/17_LD17_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD17Run()); 6 | } 7 | 8 | class LD17Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit Ripple", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit Ripple"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitRipple( 26 | color:Colors.red, 27 | size:100, 28 | ), 29 | Text( 30 | "\nLoading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/9_Layouts/4_Layout_Row_MainAlign_Center_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(Row_MA_CenterRun()); 5 | } 6 | 7 | class Row_MA_CenterRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "Row:MainAxisAlignment.center", 14 | home: new Scaffold( 15 | appBar: AppBar( 16 | title:Text("Row:MainAxisAlignment.center"), 17 | ), 18 | body: 19 | Row( 20 | mainAxisAlignment: MainAxisAlignment.center, 21 | children: [ 22 | 23 | RaisedButton( 24 | child: Text("Raised Btn"), 25 | onPressed: (){}, 26 | ), 27 | 28 | RaisedButton( 29 | child: Text("Raised Btn"), 30 | onPressed: (){}, 31 | ), 32 | 33 | ], 34 | ), 35 | 36 | ), 37 | ); 38 | } 39 | 40 | } 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/9_Layouts/5_Layout_Row_MainAlign_Start_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(Row_MA_StartRun()); 5 | } 6 | 7 | class Row_MA_StartRun extends StatelessWidget{ 8 | 9 | @override 10 | Widget build(BuildContext context) { 11 | return MaterialApp ( 12 | debugShowCheckedModeBanner: false, 13 | title: "Row:MainAxisAlignment.start", 14 | home: new Scaffold( 15 | appBar: AppBar( 16 | title:Text("Row:MainAxisAlignment.start"), 17 | ), 18 | body: 19 | Row( 20 | mainAxisAlignment: MainAxisAlignment.start, 21 | children: [ 22 | 23 | RaisedButton( 24 | child: Text("Raised Btn"), 25 | onPressed: (){}, 26 | ), 27 | 28 | RaisedButton( 29 | child: Text("Raised Btn"), 30 | onPressed: (){}, 31 | ), 32 | 33 | ], 34 | ), 35 | 36 | ), 37 | 38 | ); 39 | } 40 | 41 | } 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/12_LD12_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD12Run()); 6 | } 7 | 8 | class LD12Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit HourGlass", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit HourGlass"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitHourGlass( 26 | color:Colors.blue, 27 | size:100, 28 | ), 29 | Text( 30 | "Loading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/4_LD4_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | 5 | void main() { 6 | runApp(LD4Run()); 7 | } 8 | 9 | class LD4Run extends StatelessWidget{ 10 | 11 | @override 12 | Widget build(BuildContext context) { 13 | return MaterialApp ( 14 | debugShowCheckedModeBanner: false, 15 | title: "SpinKit CubeGrid", 16 | home: new Scaffold( 17 | appBar: AppBar( 18 | title:Text("SpinKit CubeGrid"), 19 | ), 20 | body: 21 | Center( 22 | child: 23 | Column( 24 | mainAxisAlignment: MainAxisAlignment.center, 25 | children: [ 26 | SpinKitCubeGrid( 27 | color:Colors.blue, 28 | size:100, 29 | ), 30 | Text( 31 | "Loading", 32 | ), 33 | ], 34 | ), 35 | ), 36 | ), 37 | ); 38 | } 39 | 40 | } 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/6_LD6_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | 5 | void main() { 6 | runApp(LD6Run()); 7 | } 8 | 9 | class LD6Run extends StatelessWidget{ 10 | 11 | @override 12 | Widget build(BuildContext context) { 13 | return MaterialApp ( 14 | debugShowCheckedModeBanner: false, 15 | title: "SpinKit DualRing", 16 | home: new Scaffold( 17 | appBar: AppBar( 18 | title:Text("SpinKit DualRing"), 19 | ), 20 | body: 21 | Center( 22 | child: 23 | Column( 24 | mainAxisAlignment: MainAxisAlignment.center, 25 | children: [ 26 | SpinKitDualRing( 27 | color:Colors.blue, 28 | size:100, 29 | ), 30 | Text( 31 | "Loading", 32 | ), 33 | ], 34 | ), 35 | ), 36 | ), 37 | ); 38 | } 39 | 40 | } 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/8_LD8_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD8Run()); 6 | } 7 | 8 | class LD8Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit FadingCube", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit FadingCube"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitFadingCube( 26 | color:Colors.blue, 27 | size:100, 28 | ), 29 | Text( 30 | "Loading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/9_LD9_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD9Run()); 6 | } 7 | 8 | class LD9Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit FadingFour", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit FadingFour"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitFadingFour( 26 | color:Colors.blue, 27 | size:100, 28 | ), 29 | Text( 30 | "Loading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/26_SimpleLoader/1_SLD1_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | 3 | void main() { 4 | runApp(SLD1Run()); 5 | } 6 | 7 | class SLD1Run extends StatefulWidget{ 8 | SLD1Run({Key Key}) : super (key: Key); 9 | _LDState createState() => _LDState(); 10 | } 11 | 12 | 13 | class _LDState extends State { 14 | 15 | @override 16 | void initState() { 17 | super.initState(); 18 | } 19 | 20 | @override 21 | Widget build(BuildContext context) { 22 | return MaterialApp ( 23 | debugShowCheckedModeBanner: false, 24 | title: "LinearProgressIndicator", 25 | home: new Scaffold( 26 | appBar: AppBar( 27 | title:Text("Linear Progress Indicator"), 28 | ), 29 | body: 30 | Center( 31 | child: 32 | LinearProgressIndicator( 33 | backgroundColor: 34 | Colors.deepPurple, 35 | valueColor: 36 | AlwaysStoppedAnimation(Colors.purple), 37 | ), 38 | ), 39 | ), 40 | ); 41 | } 42 | 43 | } 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/10_LD10_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD10Run()); 6 | } 7 | 8 | class LD10Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit FadingGrid", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit FadingGrid"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitFadingGrid( 26 | color:Colors.blue, 27 | size:100, 28 | ), 29 | Text( 30 | "Loading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /lib/Codes_FrontEnd/27_Advanced_Loader/11_LD11_Run.dart: -------------------------------------------------------------------------------- 1 | import 'package:flutter/material.dart'; 2 | import 'package:flutter_spinkit/flutter_spinkit.dart'; 3 | 4 | void main() { 5 | runApp(LD11Run()); 6 | } 7 | 8 | class LD11Run extends StatelessWidget{ 9 | 10 | @override 11 | Widget build(BuildContext context) { 12 | return MaterialApp ( 13 | debugShowCheckedModeBanner: false, 14 | title: "SpinKit FoldingCube", 15 | home: new Scaffold( 16 | appBar: AppBar( 17 | title:Text("SpinKit FoldingCube"), 18 | ), 19 | body: 20 | Center( 21 | child: 22 | Column( 23 | mainAxisAlignment: MainAxisAlignment.center, 24 | children: [ 25 | SpinKitFoldingCube( 26 | color:Colors.blue, 27 | size:100, 28 | ), 29 | Text( 30 | "Loading", 31 | ), 32 | ], 33 | ), 34 | ), 35 | ), 36 | ); 37 | } 38 | 39 | } 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | --------------------------------------------------------------------------------