├── .dart_tool ├── package_config.json ├── package_config_subset └── version ├── .gitignore ├── .idea ├── .gitignore ├── .name ├── codestream.xml ├── dbnavigator.xml ├── libraries │ ├── Dart_Packages.xml │ ├── Dart_SDK.xml │ ├── Flutter_Plugins.xml │ └── KotlinJavaRuntime.xml ├── misc.xml ├── modules.xml ├── runConfigurations │ └── main_dart.xml └── vcs.xml ├── .metadata ├── .packages ├── .vs ├── slnx.sqlite ├── slnx.sqlite-journal └── workspace.code-workspace ├── .vscode └── extensions.json ├── 0_foundations_0 ├── DB │ ├── Drafts │ │ └── ERD's & .sql Scripts │ │ │ ├── DevGramERD SQL SERVER.sql │ │ │ ├── DevGramERD.png │ │ │ └── DevGramERD.sql │ └── Research │ │ ├── ERD-UI-UX-SiteMap │ │ ├── 0f968583ba4650f5d8c2d8654cda3076.jpg │ │ ├── 1_7Q4cO09KkeEEgEE4EnFZgg.png │ │ ├── 1_8CiiVG-29nfDJyIP0cEMUQ.png │ │ ├── 1_GIL0PYQHITqPS21L1UhR7g.png │ │ ├── 2-Figure1-1.png │ │ ├── 533233247_d8ac5afbec_o (1).jpg │ │ ├── 533233247_d8ac5afbec_o.jpg │ │ ├── 98wSu.png │ │ ├── An-ER-diagram-of-the-geosocial-media-data-model.png │ │ ├── Database_diagram.png │ │ ├── DevGramERD.png │ │ ├── Dynamic-Elephants-ERD.png │ │ ├── ERDiagram.png │ │ ├── KVh1H.jpg │ │ ├── MySQL-database-schema-8.png │ │ ├── OPSm2.png │ │ ├── Screenshot (19).png │ │ ├── Screenshot (20).png │ │ ├── Site-Map.png │ │ ├── UfoS9 (1).png │ │ ├── UfoS9.png │ │ ├── Unisalento-Facebook-App-Class-diagram.png │ │ ├── a4db786410fe5fd4f001a5ebbc95f809.png │ │ ├── b7619-facebook-database-engineering (1).jpg │ │ ├── b7619-facebook-database-engineering.jpg │ │ ├── big_data_model.gif │ │ ├── data_model.gif │ │ ├── fbdbdesign.jpg │ │ ├── gloomap_6cbf303f.png │ │ ├── ib6aga2l1.svg │ │ ├── sInLO.jpg │ │ ├── shema_diagram-e1438216684981.png │ │ ├── transparent.gif │ │ ├── tutorials24x7-mysql-social-network-database-design.png │ │ ├── website-redesign-sitemap.png │ │ └── website-sitemap.png │ │ └── Scripts │ │ ├── MySQL_demo_physical_data_model_create(For Payments).sql │ │ ├── Online_forum_DB._Part_3_create.sql │ │ ├── process_database_create.sql │ │ ├── project_management_database_create.sql │ │ └── test .sql ├── FigmaFiles │ ├── Attach_shot_2.webp │ ├── Figma to Code │ │ ├── Empty Base │ │ │ ├── AppType - Copy (2) - Copy.txt │ │ │ ├── Flutter.txt │ │ │ ├── HTML.txt │ │ │ ├── React.txt │ │ │ ├── Swift.txt │ │ │ ├── Tailwind.txt │ │ │ └── Vue.txt │ │ ├── MobileAPP │ │ │ ├── AppType - Copy (2) - Copy.txt │ │ │ ├── Flutter.txt │ │ │ ├── HTML.txt │ │ │ ├── React.txt │ │ │ ├── Swift.txt │ │ │ ├── Tailwind.txt │ │ │ └── Vue.txt │ │ └── WebAPP │ │ │ ├── AppType - Copy (2) - Copy.txt │ │ │ ├── Flutter.txt │ │ │ ├── HTML.txt │ │ │ ├── React.txt │ │ │ ├── Swift.txt │ │ │ ├── Tailwind.txt │ │ │ └── Vue.txt │ ├── UI Kits │ │ └── Web Service - UI Kit │ │ │ ├── Cover image.png │ │ │ └── PNG │ │ │ ├── Promotion Service - Dark - Home - Mobile Ver.png │ │ │ ├── Promotion Service - Dark - Menu - Mobile Ver.png │ │ │ ├── Promotion Service - Dark - News - Mobile Ver.png │ │ │ ├── Promotion Service - Dark - Profile - Mobile Ver - Full.png │ │ │ ├── Promotion Service - Dark - Profile - Mobile Ver.png │ │ │ ├── Promotion Service - Dark - Task creation - Mobile Ver - Full.png │ │ │ ├── Promotion Service - Dark - Task creation - Mobile Ver.png │ │ │ ├── Promotion Service - Dark - Task history - Mobile Ver-1.png │ │ │ ├── Promotion Service - Dark - Task history - Mobile Ver.png │ │ │ ├── Promotion Service - Home - Dark.png │ │ │ ├── Promotion Service - Home - White.png │ │ │ ├── Promotion Service - Home Menu Popup - Dark.png │ │ │ ├── Promotion Service - Home Menu Popup - White.png │ │ │ ├── Promotion Service - News - Dark.png │ │ │ ├── Promotion Service - News - White.png │ │ │ ├── Promotion Service - Profile - Dark.png │ │ │ ├── Promotion Service - Profile - White.png │ │ │ ├── Promotion Service - Task creation - Dark.png │ │ │ ├── Promotion Service - Task creation - White.png │ │ │ ├── Promotion Service - Task history - Dark.png │ │ │ ├── Promotion Service - Task history - White.png │ │ │ ├── Promotion Service - White - Home - Mobile Ver.png │ │ │ ├── Promotion Service - White - Menu - Mobile Ver.png │ │ │ ├── Promotion Service - White - News - Mobile Ver.png │ │ │ ├── Promotion Service - White - Profile - Mobile Ver - Full.png │ │ │ ├── Promotion Service - White - Profile - Mobile Ver.png │ │ │ ├── Promotion Service - White - Task creation - Mobile Ver - Full.png │ │ │ └── Promotion Service - White - Task creation - Mobile Ver.png │ └── WebAPP │ │ ├── Home Desktop.png │ │ ├── Home Mobile filters.png │ │ ├── Home Mobile menu.png │ │ ├── Home Mobile.png │ │ ├── Post About Mobile.png │ │ ├── Post Desktop - comments.png │ │ ├── Post Desktop - sidenav.png │ │ ├── Post Desktop - subscribed.png │ │ ├── Post Desktop - suggestions.png │ │ ├── Post Desktop.png │ │ ├── Post Mobile Subreddit.png │ │ ├── Post Mobile.png │ │ ├── Subreddit Desktop - subscribed photo.png │ │ └── Subreddit Desktop - subscribed.png ├── Template apps │ ├── Courts │ │ ├── New folder │ │ │ ├── Change Password.txt │ │ │ ├── Comp-RateCourt.txt │ │ │ ├── Courts Nerby.txt │ │ │ ├── Create Account.txt │ │ │ ├── Edit Profile.txt │ │ │ ├── FirestoreRules.txt │ │ │ ├── Funtions.dart │ │ │ ├── Login.txt │ │ │ ├── Phone SignIN.txt │ │ │ ├── Profile Page.txt │ │ │ ├── Register Page .txt │ │ │ ├── Verify phone.txt │ │ │ ├── pubspec.txt │ │ │ └── rate court.txt │ │ ├── Screenshot (100).png │ │ ├── Screenshot (101).png │ │ ├── Screenshot (91).png │ │ ├── Screenshot (92).png │ │ ├── Screenshot (93).png │ │ ├── Screenshot (94).png │ │ ├── Screenshot (95).png │ │ ├── Screenshot (96).png │ │ ├── Screenshot (97).png │ │ ├── Screenshot (98).png │ │ └── Screenshot (99).png │ ├── Fleet │ │ ├── 1 │ │ │ ├── COMP-PayMentModal.txt │ │ │ ├── Create Account.txt │ │ │ ├── Patments.txt │ │ │ ├── Payment Complete.txt │ │ │ └── pubspec.txt │ │ ├── Screenshot (132).png │ │ ├── Screenshot (133).png │ │ ├── Screenshot (134).png │ │ └── Screenshot (135).png │ ├── MET │ │ ├── 1 │ │ │ ├── AddToCollection.txt │ │ │ ├── CollectionZ.txt │ │ │ ├── Create Account.txt │ │ │ ├── HomePage.txt │ │ │ ├── Login.txt │ │ │ ├── MyCollection.txt │ │ │ ├── New Text Document - Copy (13).txt │ │ │ ├── Search Results Page.txt │ │ │ └── pubspec.txt │ │ ├── Screenshot (122).png │ │ ├── Screenshot (123).png │ │ ├── Screenshot (124).png │ │ ├── Screenshot (125).png │ │ ├── Screenshot (126).png │ │ ├── Screenshot (127).png │ │ └── Screenshot (128).png │ ├── Trevia │ │ ├── New folder │ │ │ ├── FirestoreRules.txt │ │ │ ├── FuntionsDART.txt │ │ │ ├── GamePage.txt │ │ │ ├── HOmePage.txt │ │ │ ├── JoinGame.txt │ │ │ ├── OnBoarding.txt │ │ │ ├── StartPage.txt │ │ │ └── pubspec.txt │ │ ├── Screenshot (117).png │ │ ├── Screenshot (118).png │ │ ├── Screenshot (119).png │ │ ├── Screenshot (120).png │ │ └── Screenshot (121).png │ ├── WEdddd │ │ ├── 1 │ │ │ ├── MessageDetails.txt │ │ │ └── MessagePage.txt │ │ └── Screenshot (131).png │ └── car │ │ ├── New folder │ │ ├── BUdgetDELETE.txt │ │ ├── ChangePassword.txt │ │ ├── Comp-PauseCard.txt │ │ ├── CompleteProfile.txt │ │ ├── EditProfile.txt │ │ ├── FirestoreIndexJson.txt │ │ ├── FirestoreRules.txt │ │ ├── ForgotPAssword.txt │ │ ├── Login.txt │ │ ├── MyCard.txt │ │ ├── MyProfilePage.txt │ │ ├── NOtificationSettings.txt │ │ ├── PrivecayPolocy.txt │ │ ├── RegisterAccount.txt │ │ ├── TUTprofile.txt │ │ ├── Transfer complete.txt │ │ ├── onBoariding.txt │ │ └── pubspec.txt │ │ ├── Screenshot (102).png │ │ ├── Screenshot (103).png │ │ ├── Screenshot (104).png │ │ ├── Screenshot (105).png │ │ ├── Screenshot (106).png │ │ ├── Screenshot (107).png │ │ ├── Screenshot (108).png │ │ ├── Screenshot (109).png │ │ ├── Screenshot (110).png │ │ ├── Screenshot (111).png │ │ ├── Screenshot (112).png │ │ ├── Screenshot (113).png │ │ ├── Screenshot (114).png │ │ ├── Screenshot (115).png │ │ └── Screenshot (116).png ├── flutter_theme │ └── theme.dart └── text.py ├── DevGram.code-workspace ├── LICENSE ├── README.md ├── analysis_options.yaml ├── android ├── .gitignore ├── app │ ├── build.gradle │ └── src │ │ ├── debug │ │ └── AndroidManifest.xml │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── kotlin │ │ │ └── com │ │ │ │ └── devgram │ │ │ │ └── devgram │ │ │ │ └── MainActivity.kt │ │ └── res │ │ │ ├── drawable-v21 │ │ │ └── launch_background.xml │ │ │ ├── drawable │ │ │ └── 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-night │ │ │ └── styles.xml │ │ │ └── values │ │ │ └── styles.xml │ │ └── profile │ │ └── AndroidManifest.xml ├── build.gradle ├── devgram_android.iml ├── gradle.properties ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties └── settings.gradle ├── devgram.iml ├── images ├── logo.png └── screenshot.png ├── ios ├── .gitignore ├── Flutter │ ├── AppFrameworkInfo.plist │ ├── Debug.xcconfig │ └── Release.xcconfig ├── Runner.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ ├── IDEWorkspaceChecks.plist │ │ │ └── WorkspaceSettings.xcsettings │ └── xcshareddata │ │ └── xcschemes │ │ └── Runner.xcscheme ├── Runner.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings └── Runner │ ├── AppDelegate.swift │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── Icon-App-1024x1024@1x.png │ │ ├── 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-83.5x83.5@2x.png │ └── LaunchImage.imageset │ │ ├── Contents.json │ │ ├── LaunchImage.png │ │ ├── LaunchImage@2x.png │ │ ├── LaunchImage@3x.png │ │ └── README.md │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Info.plist │ └── Runner-Bridging-Header.h ├── lib └── main.dart ├── pubspec.lock ├── pubspec.yaml ├── test └── widget_test.dart └── web ├── favicon.png ├── icons ├── Icon-192.png ├── Icon-512.png ├── Icon-maskable-192.png └── Icon-maskable-512.png ├── index.html └── manifest.json /.dart_tool/package_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.dart_tool/package_config.json -------------------------------------------------------------------------------- /.dart_tool/package_config_subset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.dart_tool/package_config_subset -------------------------------------------------------------------------------- /.dart_tool/version: -------------------------------------------------------------------------------- 1 | 2.5.3 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | devgram -------------------------------------------------------------------------------- /.idea/codestream.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/codestream.xml -------------------------------------------------------------------------------- /.idea/dbnavigator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/dbnavigator.xml -------------------------------------------------------------------------------- /.idea/libraries/Dart_Packages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/libraries/Dart_Packages.xml -------------------------------------------------------------------------------- /.idea/libraries/Dart_SDK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/libraries/Dart_SDK.xml -------------------------------------------------------------------------------- /.idea/libraries/Flutter_Plugins.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/libraries/Flutter_Plugins.xml -------------------------------------------------------------------------------- /.idea/libraries/KotlinJavaRuntime.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/libraries/KotlinJavaRuntime.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/runConfigurations/main_dart.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/runConfigurations/main_dart.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.metadata -------------------------------------------------------------------------------- /.packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.packages -------------------------------------------------------------------------------- /.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.vs/slnx.sqlite -------------------------------------------------------------------------------- /.vs/slnx.sqlite-journal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.vs/slnx.sqlite-journal -------------------------------------------------------------------------------- /.vs/workspace.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.vs/workspace.code-workspace -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /0_foundations_0/DB/Drafts/ERD's & .sql Scripts/DevGramERD SQL SERVER.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Drafts/ERD's & .sql Scripts/DevGramERD SQL SERVER.sql -------------------------------------------------------------------------------- /0_foundations_0/DB/Drafts/ERD's & .sql Scripts/DevGramERD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Drafts/ERD's & .sql Scripts/DevGramERD.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Drafts/ERD's & .sql Scripts/DevGramERD.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Drafts/ERD's & .sql Scripts/DevGramERD.sql -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/0f968583ba4650f5d8c2d8654cda3076.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/0f968583ba4650f5d8c2d8654cda3076.jpg -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/1_7Q4cO09KkeEEgEE4EnFZgg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/1_7Q4cO09KkeEEgEE4EnFZgg.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/1_8CiiVG-29nfDJyIP0cEMUQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/1_8CiiVG-29nfDJyIP0cEMUQ.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/1_GIL0PYQHITqPS21L1UhR7g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/1_GIL0PYQHITqPS21L1UhR7g.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/2-Figure1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/2-Figure1-1.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/533233247_d8ac5afbec_o (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/533233247_d8ac5afbec_o (1).jpg -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/533233247_d8ac5afbec_o.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/533233247_d8ac5afbec_o.jpg -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/98wSu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/98wSu.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/An-ER-diagram-of-the-geosocial-media-data-model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/An-ER-diagram-of-the-geosocial-media-data-model.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Database_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Database_diagram.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/DevGramERD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/DevGramERD.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Dynamic-Elephants-ERD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Dynamic-Elephants-ERD.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/ERDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/ERDiagram.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/KVh1H.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/KVh1H.jpg -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/MySQL-database-schema-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/MySQL-database-schema-8.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/OPSm2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/OPSm2.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Screenshot (19).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Screenshot (19).png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Screenshot (20).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Screenshot (20).png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Site-Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Site-Map.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/UfoS9 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/UfoS9 (1).png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/UfoS9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/UfoS9.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Unisalento-Facebook-App-Class-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/Unisalento-Facebook-App-Class-diagram.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/a4db786410fe5fd4f001a5ebbc95f809.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/a4db786410fe5fd4f001a5ebbc95f809.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/b7619-facebook-database-engineering (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/b7619-facebook-database-engineering (1).jpg -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/b7619-facebook-database-engineering.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/b7619-facebook-database-engineering.jpg -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/big_data_model.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/big_data_model.gif -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/data_model.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/data_model.gif -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/fbdbdesign.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/fbdbdesign.jpg -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/gloomap_6cbf303f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/gloomap_6cbf303f.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/ib6aga2l1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/ib6aga2l1.svg -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/sInLO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/sInLO.jpg -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/shema_diagram-e1438216684981.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/shema_diagram-e1438216684981.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/transparent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/transparent.gif -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/tutorials24x7-mysql-social-network-database-design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/tutorials24x7-mysql-social-network-database-design.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/website-redesign-sitemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/website-redesign-sitemap.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/website-sitemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/ERD-UI-UX-SiteMap/website-sitemap.png -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/Scripts/MySQL_demo_physical_data_model_create(For Payments).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/Scripts/MySQL_demo_physical_data_model_create(For Payments).sql -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/Scripts/Online_forum_DB._Part_3_create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/Scripts/Online_forum_DB._Part_3_create.sql -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/Scripts/process_database_create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/Scripts/process_database_create.sql -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/Scripts/project_management_database_create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/Scripts/project_management_database_create.sql -------------------------------------------------------------------------------- /0_foundations_0/DB/Research/Scripts/test .sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/DB/Research/Scripts/test .sql -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Attach_shot_2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/Attach_shot_2.webp -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/Empty Base/AppType - Copy (2) - Copy.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/Empty Base/Flutter.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/Empty Base/HTML.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/Empty Base/React.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/Empty Base/Swift.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/Empty Base/Tailwind.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/Empty Base/Vue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/AppType - Copy (2) - Copy.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/Flutter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/Flutter.txt -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/HTML.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/HTML.txt -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/React.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/Swift.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/Swift.txt -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/Tailwind.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/MobileAPP/Vue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/WebAPP/AppType - Copy (2) - Copy.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/WebAPP/Flutter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/Figma to Code/WebAPP/Flutter.txt -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/WebAPP/HTML.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/Figma to Code/WebAPP/HTML.txt -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/WebAPP/React.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/WebAPP/Swift.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/Figma to Code/WebAPP/Swift.txt -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/WebAPP/Tailwind.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/Figma to Code/WebAPP/Tailwind.txt -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/Figma to Code/WebAPP/Vue.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/Cover image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/Cover image.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Home - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Home - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Menu - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Menu - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - News - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - News - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Profile - Mobile Ver - Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Profile - Mobile Ver - Full.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Profile - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Profile - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Task creation - Mobile Ver - Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Task creation - Mobile Ver - Full.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Task creation - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Task creation - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Task history - Mobile Ver-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Task history - Mobile Ver-1.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Task history - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Dark - Task history - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Home - Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Home - Dark.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Home - White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Home - White.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Home Menu Popup - Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Home Menu Popup - Dark.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Home Menu Popup - White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Home Menu Popup - White.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - News - Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - News - Dark.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - News - White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - News - White.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Profile - Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Profile - Dark.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Profile - White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Profile - White.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Task creation - Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Task creation - Dark.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Task creation - White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Task creation - White.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Task history - Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Task history - Dark.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Task history - White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - Task history - White.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Home - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Home - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Menu - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Menu - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - News - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - News - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Profile - Mobile Ver - Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Profile - Mobile Ver - Full.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Profile - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Profile - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Task creation - Mobile Ver - Full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Task creation - Mobile Ver - Full.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Task creation - Mobile Ver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/UI Kits/Web Service - UI Kit/PNG/Promotion Service - White - Task creation - Mobile Ver.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Home Desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Home Desktop.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Home Mobile filters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Home Mobile filters.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Home Mobile menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Home Mobile menu.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Home Mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Home Mobile.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Post About Mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Post About Mobile.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Post Desktop - comments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Post Desktop - comments.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Post Desktop - sidenav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Post Desktop - sidenav.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Post Desktop - subscribed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Post Desktop - subscribed.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Post Desktop - suggestions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Post Desktop - suggestions.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Post Desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Post Desktop.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Post Mobile Subreddit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Post Mobile Subreddit.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Post Mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Post Mobile.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Subreddit Desktop - subscribed photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Subreddit Desktop - subscribed photo.png -------------------------------------------------------------------------------- /0_foundations_0/FigmaFiles/WebAPP/Subreddit Desktop - subscribed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/FigmaFiles/WebAPP/Subreddit Desktop - subscribed.png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Change Password.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Change Password.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Comp-RateCourt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Comp-RateCourt.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Courts Nerby.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Courts Nerby.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Create Account.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Create Account.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Edit Profile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Edit Profile.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/FirestoreRules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/FirestoreRules.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Funtions.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Funtions.dart -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Login.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Login.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Phone SignIN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Phone SignIN.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Profile Page.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Profile Page.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Register Page .txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Register Page .txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/Verify phone.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/Verify phone.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/pubspec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/pubspec.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/New folder/rate court.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/New folder/rate court.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (100).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (100).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (101).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (101).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (91).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (91).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (92).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (92).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (93).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (93).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (94).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (94).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (95).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (95).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (96).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (96).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (97).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (97).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (98).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (98).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Courts/Screenshot (99).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Courts/Screenshot (99).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Fleet/1/COMP-PayMentModal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Fleet/1/COMP-PayMentModal.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Fleet/1/Create Account.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Fleet/1/Create Account.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Fleet/1/Patments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Fleet/1/Patments.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Fleet/1/Payment Complete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Fleet/1/Payment Complete.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Fleet/1/pubspec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Fleet/1/pubspec.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Fleet/Screenshot (132).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Fleet/Screenshot (132).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Fleet/Screenshot (133).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Fleet/Screenshot (133).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Fleet/Screenshot (134).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Fleet/Screenshot (134).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Fleet/Screenshot (135).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Fleet/Screenshot (135).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/1/AddToCollection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/1/AddToCollection.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/1/CollectionZ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/1/CollectionZ.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/1/Create Account.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/1/Create Account.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/1/HomePage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/1/HomePage.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/1/Login.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/1/Login.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/1/MyCollection.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/1/MyCollection.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/1/New Text Document - Copy (13).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/1/New Text Document - Copy (13).txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/1/Search Results Page.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/1/Search Results Page.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/1/pubspec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/1/pubspec.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/Screenshot (122).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/Screenshot (122).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/Screenshot (123).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/Screenshot (123).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/Screenshot (124).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/Screenshot (124).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/Screenshot (125).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/Screenshot (125).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/Screenshot (126).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/Screenshot (126).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/Screenshot (127).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/Screenshot (127).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/MET/Screenshot (128).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/MET/Screenshot (128).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/New folder/FirestoreRules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/New folder/FirestoreRules.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/New folder/FuntionsDART.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/New folder/FuntionsDART.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/New folder/GamePage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/New folder/GamePage.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/New folder/HOmePage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/New folder/HOmePage.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/New folder/JoinGame.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/New folder/JoinGame.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/New folder/OnBoarding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/New folder/OnBoarding.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/New folder/StartPage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/New folder/StartPage.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/New folder/pubspec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/New folder/pubspec.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/Screenshot (117).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/Screenshot (117).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/Screenshot (118).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/Screenshot (118).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/Screenshot (119).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/Screenshot (119).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/Screenshot (120).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/Screenshot (120).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/Trevia/Screenshot (121).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/Trevia/Screenshot (121).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/WEdddd/1/MessageDetails.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/WEdddd/1/MessageDetails.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/WEdddd/1/MessagePage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/WEdddd/1/MessagePage.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/WEdddd/Screenshot (131).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/WEdddd/Screenshot (131).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/BUdgetDELETE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/BUdgetDELETE.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/ChangePassword.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/ChangePassword.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/Comp-PauseCard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/Comp-PauseCard.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/CompleteProfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/CompleteProfile.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/EditProfile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/EditProfile.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/FirestoreIndexJson.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/FirestoreIndexJson.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/FirestoreRules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/FirestoreRules.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/ForgotPAssword.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/ForgotPAssword.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/Login.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/Login.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/MyCard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/MyCard.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/MyProfilePage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/MyProfilePage.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/NOtificationSettings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/NOtificationSettings.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/PrivecayPolocy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/PrivecayPolocy.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/RegisterAccount.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/RegisterAccount.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/TUTprofile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/TUTprofile.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/Transfer complete.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/Transfer complete.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/onBoariding.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/onBoariding.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/New folder/pubspec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/New folder/pubspec.txt -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (102).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (102).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (103).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (103).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (104).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (104).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (105).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (105).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (106).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (106).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (107).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (107).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (108).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (108).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (109).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (109).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (110).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (110).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (111).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (111).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (112).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (112).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (113).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (113).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (114).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (114).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (115).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (115).png -------------------------------------------------------------------------------- /0_foundations_0/Template apps/car/Screenshot (116).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/Template apps/car/Screenshot (116).png -------------------------------------------------------------------------------- /0_foundations_0/flutter_theme/theme.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/flutter_theme/theme.dart -------------------------------------------------------------------------------- /0_foundations_0/text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/0_foundations_0/text.py -------------------------------------------------------------------------------- /DevGram.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/DevGram.code-workspace -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/README.md -------------------------------------------------------------------------------- /analysis_options.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/analysis_options.yaml -------------------------------------------------------------------------------- /android/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/.gitignore -------------------------------------------------------------------------------- /android/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/app/build.gradle -------------------------------------------------------------------------------- /android/app/src/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/app/src/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /android/app/src/main/kotlin/com/devgram/devgram/MainActivity.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/app/src/main/kotlin/com/devgram/devgram/MainActivity.kt -------------------------------------------------------------------------------- /android/app/src/main/res/drawable-v21/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/app/src/main/res/drawable-v21/launch_background.xml -------------------------------------------------------------------------------- /android/app/src/main/res/drawable/launch_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/app/src/main/res/drawable/launch_background.xml -------------------------------------------------------------------------------- /android/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/HEAD/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /android/app/src/main/res/values-night/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/app/src/main/res/values-night/styles.xml -------------------------------------------------------------------------------- /android/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /android/app/src/profile/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/app/src/profile/AndroidManifest.xml -------------------------------------------------------------------------------- /android/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/build.gradle -------------------------------------------------------------------------------- /android/devgram_android.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/devgram_android.iml -------------------------------------------------------------------------------- /android/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/gradle.properties -------------------------------------------------------------------------------- /android/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /android/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/android/settings.gradle -------------------------------------------------------------------------------- /devgram.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/devgram.iml -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/images/screenshot.png -------------------------------------------------------------------------------- /ios/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/.gitignore -------------------------------------------------------------------------------- /ios/Flutter/AppFrameworkInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Flutter/AppFrameworkInfo.plist -------------------------------------------------------------------------------- /ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /ios/Runner/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/AppDelegate.swift -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/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/ImaniAN/DevGram/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png -------------------------------------------------------------------------------- /ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md -------------------------------------------------------------------------------- /ios/Runner/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /ios/Runner/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /ios/Runner/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/ios/Runner/Info.plist -------------------------------------------------------------------------------- /ios/Runner/Runner-Bridging-Header.h: -------------------------------------------------------------------------------- 1 | #import "GeneratedPluginRegistrant.h" 2 | -------------------------------------------------------------------------------- /lib/main.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/lib/main.dart -------------------------------------------------------------------------------- /pubspec.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/pubspec.lock -------------------------------------------------------------------------------- /pubspec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/pubspec.yaml -------------------------------------------------------------------------------- /test/widget_test.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/test/widget_test.dart -------------------------------------------------------------------------------- /web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/web/favicon.png -------------------------------------------------------------------------------- /web/icons/Icon-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/web/icons/Icon-192.png -------------------------------------------------------------------------------- /web/icons/Icon-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/web/icons/Icon-512.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/web/icons/Icon-maskable-192.png -------------------------------------------------------------------------------- /web/icons/Icon-maskable-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/web/icons/Icon-maskable-512.png -------------------------------------------------------------------------------- /web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/web/index.html -------------------------------------------------------------------------------- /web/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ImaniAN/DevGram/HEAD/web/manifest.json --------------------------------------------------------------------------------