Skip to content

Ayush-n25/LinkedIn-Post-Saver

Repository files navigation

LinkedIn Post Saver

LinkedIn Post Saver is a simple Flutter application that allows users to save LinkedIn posts categorized by different categories and store them in Local Storage.

Features

  • Save LinkedIn posts with categories.
  • View all saved posts categorized by their respective categories.
  • Remove posts when necessary.
  • Connect with Firebase Firestore to store and retrieve posts.

Setup

  1. Clone this repository to your local machine:
git clone https://github.com/Ayush-n25/LinkedIn-Post-Saver.git
  1. Set up a Flutter project and download all the dependencies in pubspec.yml file
dependencies:
  flutter:
    sdk: flutter
  path_provider: ^2.1.3
  clipboard: 0.1.3
  1. Run the flutter project
flutter run
  1. (optional) run flutter build apk --release and find apk in build/app/outputs/flutter-apk/app-release.apk
flutter build apk --release

Usage

  • Launch the app on your device or emulator.
  • Add a new LinkedIn post by selecting a category or entering a new one and providing the LinkedIn post link.
  • View all saved posts categorized by their respective categories.
  • To remove a post, tap on the delete icon next to the post.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages