{"id":21887858,"url":"https://github.com/arjuntheprogrammer/flutterwordgeneretor","last_synced_at":"2025-03-22T02:22:29.195Z","repository":{"id":101774393,"uuid":"367907824","full_name":"arjuntheprogrammer/FlutterWordGeneretor","owner":"arjuntheprogrammer","description":"Word Pair Generator Practice Project in Flutter.","archived":false,"fork":false,"pushed_at":"2021-05-16T14:45:35.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T20:29:50.594Z","etag":null,"topics":["dart","flutter","flutter-apps","flutter-examples"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arjuntheprogrammer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-16T14:45:32.000Z","updated_at":"2021-05-18T08:39:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"6cd670b6-f035-47f3-97a4-8c2f968a115d","html_url":"https://github.com/arjuntheprogrammer/FlutterWordGeneretor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2FFlutterWordGeneretor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2FFlutterWordGeneretor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2FFlutterWordGeneretor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arjuntheprogrammer%2FFlutterWordGeneretor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arjuntheprogrammer","download_url":"https://codeload.github.com/arjuntheprogrammer/FlutterWordGeneretor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244895120,"owners_count":20527836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dart","flutter","flutter-apps","flutter-examples"],"created_at":"2024-11-28T11:12:56.872Z","updated_at":"2025-03-22T02:22:29.190Z","avatar_url":"https://github.com/arjuntheprogrammer.png","language":"Dart","readme":"# Flutter\n\nA tool that allows you to build native-cross platform (iOS, Android) apps with one programming language and codebase.\n\n- Uses Dart as programming language developed by Google.\n\n---\n\n## Architecture\n\n- UI as code: Build a widget tree\n- Embrace Platform Differences\n- One Codebase\n- Greater Control\n  - less platform-limitations\n  - no translation loss\n\n## Widgets\n\n- Everything is a widget\n- Uses Material Design\n- Stateless Widget: Mutable state that can be redrawn on the screen multiple times\n- Stateful Widget\n\n## Installation\n\n1. Download SDK\n    - Download Flutter SDK, extract the \"Flutter\" folder and put somewhere on your machine\n    - \u003chttps://flutter.dev/docs/get-started/install\u003e\n\n2. Add path\n    - Add path for 'location/flutter/bin'\n\n3. Check dependencies\n    - flutter doctor\n\n4. Install Xcode (Mac)\n    - \u003chttps://developer.apple.com/xcode/\u003e\n\n5. Configure Xcode command line tools (Mac)\n    - sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer\n    - sudo xcodebuild -runFirstLaunch\n\n6. Test iOS Simulator (Mac)\n    - open -a Simulator\n\n7. Install Android Studio\n    - \u003chttps://developer.android.com/studio\u003e\n\n8. Install Flutter plugin\n\n9. Create virtual device from AVD manager\n\n10. Install VSCode Flutter extension\n\n11. Create flutter app\n    - flutter create my_app\n\n12. Run Debugger in VSCode\n    - You should now be setup to start editing the lib/main.dart file and build your app\n\n---\n\n## Install Package\n\n1. Find packages for flutter on \u003chttps://pub.dev/\u003e\n2. english words package: english_words: ^3.1.5\n3. put this in pubspec.yaml file\n4. Command to install the package (use any):\n    - pub get\n    - flutter pub get\n\n---\n\n## iOS Deployment\n\n\u003chttps://flutter.dev/docs/deployment/ios\u003e\n\n---\n\n## Word Pair Generator\n\n### IOS Screenshots\n\n![Simulator Screen Shot - iPhone 12 Pro Max - 2021-05-16 at 19 52 46](https://user-images.githubusercontent.com/15984084/118400724-6a466700-b680-11eb-890b-48d57a8eb555.png)\n\n![Simulator Screen Shot - iPhone 12 Pro Max - 2021-05-16 at 19 52 52](https://user-images.githubusercontent.com/15984084/118400727-703c4800-b680-11eb-93c3-bb6802e5aa77.png)\n\n---\n\n### Android Screenshots\n\n![Android Screenshot1](https://user-images.githubusercontent.com/15984084/118401216-6ddaed80-b682-11eb-8b93-d006ea593cd1.png)\n![Android Screenshot2](https://user-images.githubusercontent.com/15984084/118401218-6fa4b100-b682-11eb-8a01-3e73b59ba5b8.png)\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjuntheprogrammer%2Fflutterwordgeneretor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farjuntheprogrammer%2Fflutterwordgeneretor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farjuntheprogrammer%2Fflutterwordgeneretor/lists"}