https://github.com/abeshahsan/birthdays
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: abeshahsan
- Language: Dart
- Default Branch: master
- Size: 463 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
README.md
Birthdays
A Flutter application to manage and track birthdays.
Features
- Add, update, and delete birthday entries.
- Search for birthdays.
- Select and delete multiple entries.
- Light and dark themes.
Getting Started
Prerequisites
Ensure you have the following installed:
- Flutter SDK
- Dart SDK
- An IDE such as Android Studio or Visual Studio Code
Installation
- Clone the repository:
sh git clone https://github.com/abeshahsan/birthdays.git - Navigate to the project directory:
sh cd birthdays - Install dependencies:
sh flutter pub get
Running the App
- Connect a device or start an emulator.
- Run the app:
sh flutter run
Project Structure
-
lib/: Contains the Dart code for the application. -
assets/: Contains the image assets. -
android/: Contains the Android-specific code. -
ios/: Contains the iOS-specific code.
Contributing
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
Owner
- Name: K. M. Abesh Ahsan
- Login: abeshahsan
- Kind: user
- Repositories: 1
- Profile: https://github.com/abeshahsan
GitHub Events
Total
- Push event: 6
- Create event: 2
Last Year
- Push event: 6
- Create event: 2
Dependencies
android/app/build.gradle
maven
android/build.gradle
maven
pubspec.lock
pub
- archive 4.0.1
- args 2.6.0
- async 2.11.0
- boolean_selector 2.1.1
- characters 1.3.0
- checked_yaml 2.0.3
- cli_util 0.4.2
- clock 1.1.1
- collection 1.19.0
- crypto 3.0.6
- cupertino_icons 1.0.8
- fake_async 1.3.1
- ffi 2.1.3
- flutter 0.0.0
- flutter_launcher_icons 0.14.2
- flutter_lints 5.0.0
- flutter_test 0.0.0
- image 4.5.0
- json_annotation 4.9.0
- leak_tracker 10.0.7
- leak_tracker_flutter_testing 3.0.8
- leak_tracker_testing 3.0.1
- lints 5.1.0
- matcher 0.12.16+1
- material_color_utilities 0.11.1
- meta 1.15.0
- path 1.9.0
- petitparser 6.0.2
- platform 3.1.6
- plugin_platform_interface 2.1.8
- posix 6.0.1
- sky_engine 0.0.0
- source_span 1.10.0
- sqflite 2.4.1
- sqflite_android 2.4.0
- sqflite_common 2.5.4+6
- sqflite_darwin 2.4.1
- sqflite_platform_interface 2.4.0
- stack_trace 1.12.0
- stream_channel 2.1.2
- string_scanner 1.3.0
- synchronized 3.3.0+3
- term_glyph 1.2.1
- test_api 0.7.3
- typed_data 1.4.0
- vector_math 2.1.4
- vm_service 14.3.0
- xml 6.5.0
- yaml 3.1.2
pubspec.yaml
pub
- flutter_launcher_icons ^0.14.2 development
- flutter_lints ^5.0.0 development
- flutter_test {"sdk"=>"flutter"} development
- cupertino_icons ^1.0.8
- flutter {"sdk"=>"flutter"}
- path ^1.9.0
- sqflite ^2.4.1