{"id":24369922,"url":"https://github.com/jarrarshahid/data-manager-app","last_synced_at":"2026-04-11T15:37:17.654Z","repository":{"id":273052326,"uuid":"918564638","full_name":"JarrarShahid/data-manager-app","owner":"JarrarShahid","description":"Data Manager App is a Flutter-based project that demonstrates efficient local data management with a clean and modern UI. It features CRUD operations powered by SQLite, making it an excellent tool for learning or showcasing app development skills in Flutter.","archived":false,"fork":false,"pushed_at":"2025-01-18T09:43:04.000Z","size":491,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T10:26:29.281Z","etag":null,"topics":["android-app","android-application","app-development","crud-operation","dart","data-management","data-management-platform","flutter","flutter-database","flutter-ui","ios","local-database","local-databases","mobile-app","modern-ui","modern-ui-design","sqlite","widgets"],"latest_commit_sha":null,"homepage":"","language":"CMake","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/JarrarShahid.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":"2025-01-18T09:05:17.000Z","updated_at":"2025-01-18T09:43:05.000Z","dependencies_parsed_at":"2025-01-18T10:37:18.583Z","dependency_job_id":null,"html_url":"https://github.com/JarrarShahid/data-manager-app","commit_stats":null,"previous_names":["jarrarshahid/data-manager-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JarrarShahid%2Fdata-manager-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JarrarShahid%2Fdata-manager-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JarrarShahid%2Fdata-manager-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JarrarShahid%2Fdata-manager-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JarrarShahid","download_url":"https://codeload.github.com/JarrarShahid/data-manager-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243203888,"owners_count":20253367,"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":["android-app","android-application","app-development","crud-operation","dart","data-management","data-management-platform","flutter","flutter-database","flutter-ui","ios","local-database","local-databases","mobile-app","modern-ui","modern-ui-design","sqlite","widgets"],"created_at":"2025-01-19T04:11:03.489Z","updated_at":"2025-12-24T15:59:58.431Z","avatar_url":"https://github.com/JarrarShahid.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Manager App 📱  \nA Flutter application showcasing CRUD (Create, Read, Update, Delete) operations using **SQLite** for local data storage. This project emphasizes efficient data management paired with a clean, modern user interface.\n\n---\n\n## 🌟 Features  \n- **CRUD Functionality**:  \n  - Add, view, edit, and delete data seamlessly.  \n- **SQLite Integration**:  \n  - Local database ensures fast, offline access to data.  \n- **SnackBar Notifications**:  \n  - Provides real-time feedback for user actions (e.g., data creation, updates, deletions).  \n- **Modern UI Design**:  \n  - Gradient themes and rounded card designs for a sleek user experience.  \n- **Dynamic Bottom Sheets**:  \n  - Simplified data input and editing using bottom sheets.  \n\n---\n\n## 🚀 Screenshots  \n### Start\n![screenshots](https://github.com/JarrarShahid/data-manager-app/blob/main/Assets/Start.jpg)\n###Deleted\n![screenshots](https://github.com/JarrarShahid/data-manager-app/blob/main/Assets/Delete.jpg)\n### Adding\n![screenshots](https://github.com/JarrarShahid/data-manager-app/blob/main/Assets/Adding.jpg)\n### Added\n![screenshots](https://github.com/JarrarShahid/data-manager-app/blob/main/Assets/Added.jpg)\n### Updating\n![screenshots](https://github.com/JarrarShahid/data-manager-app/blob/main/Assets/Updating.jpg)\n###Updated\n![screenshots](https://github.com/JarrarShahid/data-manager-app/blob/main/Assets/Updated.jpg)\n\n\n---\n\n## 🛠️ Technologies Used  \n- **Flutter**: Framework for building the UI.  \n- **SQLite**: Local database for data storage.  \n- **Dart**: Programming language for Flutter.  \n\n---\n\n## 📂 Folder Structure  \n. ├── lib │ ├── db_helper.dart # SQLite helper class for database operations. │ ├── home_screen.dart # Main screen for displaying and managing data. │ └── main.dart # App entry point.\n---\n\n## 🔧 Getting Started  \n### Prerequisites  \n- Flutter SDK  \n- Any IDE with Flutter support (e.g., VS Code, Android Studio)  \n\n### Installation  \n1. Clone this repository:  \n   ```bash\n   git clone https://github.com/JarrarShahid/data-manager-app.git\n2. Navigate to the project directory:\n    cd data-manager-app\n3. Install dependencies:\n    flutter pub get\n4. Run the app on an emulator or connected device:\n    flutter run\n\n\n📋 Usage\n1.Launch the app.\n2.Use the + button to add new data.\n3.Edit or delete existing data using the respective icons.\n\n🤝 Contributing\nContributions are welcome! Feel free to fork the repository and submit a pull request.\n\n📧 Contact\nJarrar Shahid\n\nLinkedIn: www.linkedin.com/in/jarrar-shahid-873503307\n\nEmail: jarrarshahid@gmail.com\n\n⭐ Acknowledgments\nSpecial thanks to the Flutter and SQLite communities for their amazing resources and documentation!\n\n📄 License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrarshahid%2Fdata-manager-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarrarshahid%2Fdata-manager-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrarshahid%2Fdata-manager-app/lists"}