MINIMAL Social is a minimalist social networking app developed using Flutter. The app allows users
to post messages on their wall, fostering simple and direct communication. The project leverages the
power of Firebase for authentication and Firestore for cloud-based data storage. Additionally, the
app utilizes the go_router
package for efficient and flexible routing within the application.
To run the app locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Cortrano/minimal_social.git
-
Navigate to the project directory:
cd minimal_social
-
Install dependencies:
flutter pub get
-
Configure Firebase:
- Add Firebase to your Flutter app by following Firebase Documentation
-
Run the app:
flutter run