Flutter plugin to run all creme sharing routines.

Overview

Creme Share plugin

A Flutter plugin to share content from your Flutter app to social apps.

Platform Support

Android (WIP) iOS
✔️

Usage

To use this plugin, add creme_share as a dependency in your pubspec.yaml file.

creme_sharing:
  git:
    url: https://github.com/creme-tech/creme-sharing.git
    ref: <commit id or branch name>

Initial Requirements

Bellow are the obligatory requirements that your app must meet to use awesome_notifications:

Android

WIP

iOS

You need to add two fields in the info.plist file:

  1. Allow Listing Facebook's Custom URL Scheme that's just add the text below on info.plist:
...
<key>LSApplicationQueriesSchemes</key>
	<array>
		<string>instagram</string>
		<string>instagram-stories</string>
	</array>
...
  1. Add NSPhotoLibraryUsageDescription field on info.plist seems like:
...
<key>NSPhotoLibraryUsageDescription</key>
	<string>for storage temporary images before share to Instagram</string>
...

You can see that configuration on the example app on commit fab7671f21ed8eb8998c589b7423dbc36374da82.

Example Apps


With the examples bellow, you can check all the features and how to use the Creme Sharing in your app.

https://github.com/creme-tech/creme-sharing/tree/main/example
Complete example with all the features available

To run the examples, follow the steps bellow:

  1. Clone the project to your local machine
  2. Open the project with Android Studio or any other IDE
  3. Sync the project dependencies running flutter pub get
  4. On iOS, run pod install to sync the native dependencies
  5. Debug the application with a real device or emulator

You might also like...

Platform to post/say something without sharing personal information.

Platform to post/say something without sharing personal information.

Anon is an Open Source Application where it's users will be able to share their thoughts without their identity being revealed i.e Anonymous. When the

Sep 13, 2022

Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Share files across devices with Sharik! It works with Wi-Fi connection or Tethering (Wi-Fi Hotspot). No internet connection needed. Contributing Feel

Jan 1, 2023

Sharing What I Love To Do

How to create release apk? flutter build apk --target-platform android-arm,android-arm64 --split-per-abi //normal flutter build apk --target-platform

Jan 5, 2023

The expense sharing app.

The expense sharing app.

Tabs The expense sharing app -- made with Flutter, Firebase and ❤️ . Keep track of what your friends owe you for that pizza you agreed to split; or re

Nov 23, 2022

ShareACab: App for sharing cab with college students

ShareACab: App for sharing cab with college students

ShareACab An app for sharing cab with college students Description Usually, after exams or when the mid-sem break begins, there is a large surge of pe

Nov 23, 2022

Instagram is a free, online photo-sharing application and social network platform

Instagram is a free, online photo-sharing application and social network platform

Instagram is a free, online photo-sharing application and social network platform that was acquired by Facebook in 2012. Instagram allows users to edit and upload photos and short videos through a mobile app.

Dec 6, 2022

An app for sharing polls in an interactive and anonymous way

An app for sharing polls in an interactive and anonymous way

Stay Home Polls App An app for sharing surveys in an interactive and anonymous way, mainly on sociocultural issues produced by the period of confineme

Nov 21, 2022

DoubtBin is a doubt solving and resources sharing portfolio.

DoubtBin is a doubt solving and resources sharing portfolio.

DoubtBin is a doubt solving and resources sharing portfolio. It includes implemenation of concepts of Object Oriented Programming, Front-end Development and Back-end Development.

Oct 14, 2022

a project for learning all Flutter Widgets , sync from flutter.dev the officia website.

Flutter Widgets Catalog (WIP) 计划 1、使用Flutter开发一个全平台的Flutter Widgets Catalog APP,并且开源。在这个APP中可以通过图形化的方式查看所有Widgets的介绍,示例,视频教程。 2、所有文档内容由前一天从flutter.dev

Aug 3, 2022
Releases(v0.0.13)
Owner
Creme
Creme
Front-end of multiplayer web3 games implemented with Flutter to run on all platforms (Web, Android, iOS, Linux, Window, macOS, TV-OS)

Front-end of multiplayer web3 games implemented with Flutter to run on all platforms (Web, Android, iOS, Linux, Window, macOS, TV-OS)

R-Team 5 Nov 15, 2022
Hybrid App build on flutter SDK able to run on Android, IOS, web, desktop

Codeforces Visualizer APP Ready to use Flutter Application. Uses codeforces API. Useful for codeforces programmers. ScreenShots Single User Page Compa

vikas yadav 13 Dec 31, 2022
Flutter example project to run Solidity smart contracts using web3Dart library

Fluthereum Description Flutter example project to run Solidity smart contracts using web3Dart library Dependencies web3dart: A dart library that conne

Marcos Carlomagno 72 Dec 27, 2022
how to set up for run the application on desktop

e_learning_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started i

FlutterDevs 11 Nov 1, 2022
Run asynchronous code before building your widget

Loader Sometimes you need to load some data before building your widget. Because initState doesn't support asynchronous loading you need to find anoth

Ali Ghanbari 4 Apr 17, 2022
A discord bot, made with Dart, which lets you run your own pure Dart code snippets directly via a discord ping, and get the output in an instant.

A discord bot, made with Dart, which lets you run your own pure Dart code snippets directly via a discord ping, and get the output in an instant.

Anikate De 3 Oct 21, 2022
A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.

A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.

Iiro Krankka 3.4k Dec 30, 2022
A live location sharing app built on Flutter and Firebase as backend

DISCLAIMER I want to stress on three main points: This was my first Flutter project so I have not used any best practices and it needs a lot of code r

ManojNB 237 Dec 30, 2022
Venni client app - A flutter ride-sharing end-user app supporting map location picking

Venni client app - A flutter ride-sharing end-user app supporting map location picking, driver location tracking, in-app credit card payments, trip rating system, and trip history.

Abrantes 1 Jan 3, 2022
Obfuscate sensitive data in your pictures before sharing them online.

Privacy Blur A cross-platform application to obfuscate sensitive data from images, targeting iOS and Android devices. Mainly written in dart with the

MATHEMA GmbH 78 Dec 30, 2022