Giter VIP home page Giter VIP logo

hassanabbas16 / aws_s3_flutterflow Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 341 KB

Integrating AWS S3 multipart uploads with a FlutterFlow application. It provides a complete solution for uploading large files in chunks to AWS S3.

Kotlin 0.21% Swift 3.13% Objective-C 0.06% Dart 15.84% CMake 32.87% C++ 40.21% C 2.41% HTML 2.08% JavaScript 3.18%
api api-rest aws aws-integration aws-s3 dart flutter flutterflow

aws_s3_flutterflow's Introduction

aws_s3_flutterflow

Description

Welcome to aws_s3_flutterflow! This repo is your go-to solution for integrating AWS S3 multipart uploads into a FlutterFlow app. It handles large file uploads (more than 5GB) efficiently with all the necessary API endpoints and Flutter code.

Features

  • Initiate multipart uploads
  • Generate pre-signed URLs
  • Upload chunks
  • Complete multipart uploads

Getting Started

  1. Clone the Repository
    git clone https://github.com/yourusername/flutterflow-s3-multipart-upload.git
    

My Journey

If you’ve ever felt like tearing your hair out over missing documentation and broken examples, welcome to the club. I plunged into this project with nothing but a vague outline and emerged with a working solution after a relentless battle with confusing APIs and cryptic errors. It was like being thrown into the deep end without a life jacket. But hey, if I can make it through, so can you!

API Endpoints

  • Initiate Multipart Upload: /initiate-upload
  • Generate Pre-signed URLs: /generate-presigned-urls
  • Upload Chunk: Use pre-signed URLs
  • Complete Multipart Upload: /complete-upload

The API code is present in index.js. You can deploy this on firebase as I did or any other deployment service as well. I have included the json depedencies required for the api to run as well. After deployment of the API, you will have to copy its url to the flutter/flutterflow project code where it says "Your_URL". This would make your uploads smooth and hassle free.

Feel free to customize it further based on your preferences!

Queries

For any questions or issues, reach out via email.

aws_s3_flutterflow's People

Contributors

hassanabbas16 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.