{"id":30432873,"url":"https://github.com/boltuix/flutter-qr-code-uix","last_synced_at":"2025-08-22T21:38:51.275Z","repository":{"id":305476275,"uuid":"619076100","full_name":"BoltUIX/Flutter-QR-code-UIX","owner":"BoltUIX","description":"Create and Share QR Codes Quickly and Easily with Flutter QR Generator App","archived":false,"fork":false,"pushed_at":"2025-07-20T09:10:20.000Z","size":1702,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T11:20:16.985Z","etag":null,"topics":["boltuix","flutter","flutter-app","flutter-apps","flutter-examples","flutter-ui","flutterqr","qrcode","qrcode-generator","share"],"latest_commit_sha":null,"homepage":"https://www.boltuix.com/2023/03/create-and-share-qr-codes-quickly-and.html","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/BoltUIX.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,"zenodo":null}},"created_at":"2023-03-26T07:32:33.000Z","updated_at":"2025-07-20T09:10:23.000Z","dependencies_parsed_at":"2025-07-20T11:32:24.208Z","dependency_job_id":null,"html_url":"https://github.com/BoltUIX/Flutter-QR-code-UIX","commit_stats":null,"previous_names":["boltuix/flutter-qr-code-uix"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/BoltUIX/Flutter-QR-code-UIX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2FFlutter-QR-code-UIX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2FFlutter-QR-code-UIX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2FFlutter-QR-code-UIX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2FFlutter-QR-code-UIX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoltUIX","download_url":"https://codeload.github.com/BoltUIX/Flutter-QR-code-UIX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoltUIX%2FFlutter-QR-code-UIX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271704299,"owners_count":24806536,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["boltuix","flutter","flutter-app","flutter-apps","flutter-examples","flutter-ui","flutterqr","qrcode","qrcode-generator","share"],"created_at":"2025-08-22T21:38:50.657Z","updated_at":"2025-08-22T21:38:51.260Z","avatar_url":"https://github.com/BoltUIX.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter QR Generator\n\n![Flutter QR Generator](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhFLimtGoUBs-OULk0g_Hv_3yoM8pBZEI8pro2Fn3I0VwPiTd03L6mQ5nSdyLS4KCuFXKIzQQXLSDez7TwFXA3-rdvmKDPmgpZyfs7gX6uomQ8YgAdVorHT36MYHaOvlGal9DR_4LkW-iVVLbetlWdYxObPCKxfNtenlIJRP7ZqOrVf4S-3cXG8ffI/s16000/boltuix%20qr.jpg)\n\nA Flutter-based mobile application that allows users to generate QR codes from website URLs, view QR code history, and share or download them. Features a sleek bottom navigation and a visually appealing background color.\n\n## Badges\n\n![Flutter](https://img.shields.io/badge/Flutter-%5E2.18.6-blue?logo=flutter)\n![Dart](https://img.shields.io/badge/Dart-%5E2.18.6-blue?logo=dart)\n![Version](https://img.shields.io/badge/version-1.0.0+1-green)\n![License](https://img.shields.io/badge/license-MIT-orange)\n![Build Status](https://img.shields.io/badge/build-passing-brightgreen)\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Fonts](#fonts)\n- [Usage](#usage)\n- [Screenshots](#screenshots)\n- [Contributing](#contributing)\n- [License](#license)\n- [Acknowledgements](#acknowledgements)\n\n## Features\n\n- 📱 Generate QR codes from website URLs\n- 📜 View history of generated QR codes\n- 📤 Share and download QR codes\n- 🧭 Beautiful bottom navigation\n- 🎨 Elegant background design\n\n## Installation\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/your-username/flutter_qr.git\n   ```\n\n2. **Navigate to the project directory**:\n   ```bash\n   cd flutter_qr\n   ```\n\n3. **Install dependencies**:\n   ```bash\n   flutter pub get\n   ```\n\n4. **Run the app**:\n   ```bash\n   flutter run\n   ```\n\n## Dependencies\n\n| Package               | Version   | Purpose                              | Pros                              | Cons                              |\n|-----------------------|-----------|--------------------------------------|-----------------------------------|-----------------------------------|\n| cupertino_icons       | ^1.0.5    | iOS-style icons                     | Lightweight, native iOS look      | Limited to iOS-style icons        |\n| eva_icons_flutter     | ^3.1.0    | Custom icon set                     | Modern, customizable icons       | Slightly larger package size      |\n| flutter_screenutil    | ^5.7.0    | Responsive UI scaling               | Simplifies responsive design      | Learning curve for setup          |\n| gap                   | ^2.0.1    | Spacing widget                      | Easy spacing management           | Limited functionality             |\n| google_fonts          | ^4.0.3    | Custom fonts from Google            | Wide font selection              | Requires internet for initial load|\n| qr_flutter            | ^4.0.0    | QR code generation                  | Simple QR code creation          | Limited customization options     |\n| share_plus            | ^6.3.1    | Share functionality                 | Cross-platform sharing           | Platform-specific limitations     |\n| path_provider         | ^2.0.14   | File storage and access             | Easy file system access          | Platform-specific paths           |\n\n## Fonts\n\nThe app uses the following custom fonts from the Poppins family:\n\n- **Poppins Bold**: `assets/fontstyles/Poppins/Poppins-Bold.ttf`\n- **Poppins Regular**: `assets/fontstyles/Poppins/Poppins-Regular.ttf`\n- **Poppins SemiBold**: `assets/fontstyles/Poppins/Poppins-SemiBold.ttf`\n- **Poppins ExtraBold**: `assets/fontstyles/Poppins/Poppins-ExtraBold.ttf`\n\n## Usage\n\n1. Launch the app on your device or emulator.\n2. Enter a valid website URL in the input field.\n3. Generate the QR code and view it instantly.\n4. Access the history tab to see previously generated QR codes.\n5. Share or download QR codes using the provided options.\n\n## Screenshots\n\n![App Screenshot](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhFLimtGoUBs-OULk0g_Hv_3yoM8pBZEI8pro2Fn3I0VwPiTd03L6mQ5nSdyLS4KCuFXKIzQQXLSDez7TwFXA3-rdvmKDPmgpZyfs7gX6uomQ8YgAdVorHT36MYHaOvlGal9DR_4LkW-iVVLbetlWdYxObPCKxfNtenlIJRP7ZqOrVf4S-3cXG8ffI/s16000/boltuix%20qr.jpg)\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/your-feature`).\n3. Commit your changes (`git commit -m 'Add your feature'`).\n4. Push to the branch (`git push origin feature/your-feature`).\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgements\n\n- [Flutter](https://flutter.dev/) for the amazing framework\n- [QR Flutter](https://pub.dev/packages/qr_flutter) for QR code generation\n- [Google Fonts](https://pub.dev/packages/google_fonts) for typography\n- [BoltUIX](https://www.boltuix.com/) for inspiration and design reference\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltuix%2Fflutter-qr-code-uix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboltuix%2Fflutter-qr-code-uix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboltuix%2Fflutter-qr-code-uix/lists"}