Coder Social home page Coder Social logo

trendingtechnology / notifi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maxisme/notifi

0.0 1.0 0.0 144.88 MB

A push notification application for multiple platforms

Home Page: https://notifi.it

Objective-C 0.04% Shell 4.72% Ruby 5.02% CMake 1.19% Swift 10.23% Dart 78.81%

notifi's Introduction

style: lint MacOS

Install Flutter

https://flutter.dev/docs/get-started/install

flutter channel master
flutter upgrade

create .env with the content

CODE_ENDPOINT=http://127.0.0.1:9081/code
SERVER_KEY=Hu2J7b7xA8MndeNS
WS_ENDPOINT=ws://127.0.0.1:9081/ws

run the backend

Install docker

git clone https://github.com/maxisme/notifi-backend
cd notifi-backend
docker-compose up --build app

MacOS build & run

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
flutter doctor
flutter config --enable-macos-desktop
flutter build macos
flutter run -d macos

Tests

Lint & Test

bash ./pre-commit.sh

Set screenshot asserts

bash ./test/set-asserts.sh

Extras

Add pre-commit hook

ln -s $(pwd)/pre-commit.sh $(pwd)/.git/hooks/pre-commit
chmod +x $(pwd)/.git/hooks/pre-commit

fastlane

provision profiles

fastlane sigh -p macos
fastlane sigh -p ios

Jetbrains flutter plugin:

https://plugins.jetbrains.com/plugin/9212-flutter/versions

Db path

~/Library/Containers/uk.me.max.notifi/Data/Documents/notifications.db

GH .env secret to base64 string

cat .env | openssl base64

Add new icons

https://www.fluttericon.com/

notifi's People

Contributors

dorelo avatar maxisme 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.