An open API service indexing awesome lists of open source software.

https://github.com/purpleblueslime/poke

Poke, snap and send quick pics to poke your friends anytime, anywhere! 👻🍥
https://github.com/purpleblueslime/poke

anime app chat dart flutter friends poke share snap snapchat

Last synced: 3 months ago
JSON representation

Poke, snap and send quick pics to poke your friends anytime, anywhere! 👻🍥

Awesome Lists containing this project

README

          

# Poke

**Poke**, **snap** and send quick pics to poke your friends anytime, anywhere! 👻🍥

## Why Poke? 🎬

We all love to share our lives, but sometimes you just want to say something fast — a quick hello, a funny face, or a snap of what’s happening 'round you. **Poke** is made for those moments when words aren’t enough, but you don’t want to spend time crafting long posts. It’s fast, simple, and designed to get you closer to your friends with the snap of a finger.

> I use dynamic typing cus i am a JS developer. :)

## Download now and start poking! 👻

[**Google Play**](https://play.google.com/store/apps/details?id=com.slime.poke)

# Run yourself

You'll need **Flutter v3.29.3**, **Dart v3.7.2**, and an emu or real device.

## Create

```css
> flutter create .
```

## Install deps

```css
> flutter pub get
```

## Run app

```css
> flutter run
```

## Build release apk

```css
> dart run flutter_launcher_icons
> flutter build apk
```

or to build an **aab**:

```css
> flutter build appbundle
```

## License

This is **source available** not open source. See [**`license`**](./LICENSE) file for more details.