Skip to content

TinhHuynh/animal_rescue

Repository files navigation

Animal Rescue

Animal Rescue is a Flutter application designed for animal rescue, exclusively available on the Android operating system. The application follows the Domain Driven Design pattern for application architecture and utilizes the Bloc state management framework. The application also leverages various Firebase services, such as authentication, storage, and Firestore; also other services such as Google Map, Firestore.

Screenshots

             

Installation

  1. If you're new to Flutter the first thing you'll need is to follow the setup instructions.
  2. Set up services: please check Firebase Initialization and Google Map Initialization section below.
  3. run code generators:
  • sh scripts/flutter_gen.sh
  • sh scripts/launcher_icons.sh
  • sh scripts/splash_screens.sh
  1. Once done, you're ready to run the app on your local device or simulator:
  • flutter run -d android

Firebase Initialization

To initialize Firebase for the application, follow the Firebase setup guide for Android.

Google Map Initialization

To initialize Google Map for the application, follow the Google Map setup guide for Android.

Additional information

You may install these plugins for your IDE:

Contributing

Contributions to Animal Rescue are always welcome! If you would like to contribute to the project, please follow these guidelines:

  1. Fork the project.
  2. Create your feature branch: git checkout -b feature/your-feature-name.
  3. Commit your changes: git commit -am 'Add some feature'.
  4. Push the branch to your fork: git push origin feature/your-feature-name.
  5. Submit a pull request.

License

This application is released under the MIT license. You can use the code for any purpose, including commercial projects.

license

About

Flutter application for rescuing animal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages