Media sharing application illustrating how to implement a staggering grid layout. It also uses the BLoC (Business Logic Component) architecture to pull different types of media from the Unsplash API. In addition, one can also search for photos from the API.
To run the application, run the following commands
-
Clone the repository
git clone https://github.com/lbnmahs/pinterest-clone.git -
Change the directory
cd pinterest-clone -
Fetch dependencies
flutter pub get -
Run the application
flutter run
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.
- Flutter, an open-source UI software development toolkit, developed this app.
Happy Coding 🚀