All Projects β†’ krawieck β†’ Lemmur

krawieck / Lemmur

Licence: gpl-2.0
πŸ’ A mobile client for lemmy

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Lemmur

Android
πŸ“± Nextcloud Android app
Stars: ✭ 2,669 (+2241.23%)
Mutual labels:  mobile-app, hacktoberfest
React Native Elements
Cross-Platform React Native UI Toolkit
Stars: ✭ 21,758 (+18985.96%)
Mutual labels:  mobile-app, hacktoberfest
Amplitude Ios
Native iOS/tvOS/macOS SDK
Stars: ✭ 216 (+89.47%)
Mutual labels:  mobile-app, hacktoberfest
Ns Vue Radio
A native white-label application built with NativeScript-Vue for community radios
Stars: ✭ 36 (-68.42%)
Mutual labels:  mobile-app, hacktoberfest
Buttercup Mobile
πŸ“± React-Native mobile application for Buttercup
Stars: ✭ 297 (+160.53%)
Mutual labels:  mobile-app, hacktoberfest
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-21.93%)
Mutual labels:  mobile-app, hacktoberfest
Js Vault
List of tricky Javascript interview questions
Stars: ✭ 112 (-1.75%)
Mutual labels:  hacktoberfest
Sp Dev Site Scripts
Repository for sample SharePoint site designs and site scripts
Stars: ✭ 113 (-0.88%)
Mutual labels:  hacktoberfest
Svelte Firebase
A template to help you start developing SPAs with Svelte and Firebase.
Stars: ✭ 111 (-2.63%)
Mutual labels:  hacktoberfest
Nextjs Headless Wordpress
πŸ”₯ Nextjs Headless WordPress
Stars: ✭ 110 (-3.51%)
Mutual labels:  hacktoberfest
Competitive Programming
Hello Programmers πŸ’» , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.πŸ“—πŸ“• Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-0.88%)
Mutual labels:  hacktoberfest
Sudo
Development repository for sudo cookbook
Stars: ✭ 113 (-0.88%)
Mutual labels:  hacktoberfest
Pac
η§‘ε­¦δΈŠη½‘οΌŒζ™Ίθƒ½εˆ†ζ΅οΌŒδ½Ώη”¨ GFWList ε’Œ IP εœ°ε€εŒι‡εˆ€ζ–­γ€‚ηŽ°εœ¨ε·²ζœ‰ 113 ι’— β˜…
Stars: ✭ 113 (-0.88%)
Mutual labels:  hacktoberfest
Fanal
Static Analysis Library for Containers
Stars: ✭ 113 (-0.88%)
Mutual labels:  hacktoberfest
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-0.88%)
Mutual labels:  hacktoberfest
Prospect Mail
Prospect is an Outlook mail desktop client powered by Electron
Stars: ✭ 112 (-1.75%)
Mutual labels:  hacktoberfest
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (+0%)
Mutual labels:  hacktoberfest
Kompose
πŸ”₯ Architecture pattern for multiplatform mobile apps with Kotlin Multiplatform (common), SwiftUI (iOS) & Compose (Android).
Stars: ✭ 113 (-0.88%)
Mutual labels:  mobile-app
Grunt Contrib Uglify
Minify files with UglifyJS.
Stars: ✭ 1,477 (+1195.61%)
Mutual labels:  hacktoberfest
Geospatial
Odoo and GIS
Stars: ✭ 113 (-0.88%)
Mutual labels:  hacktoberfest

style: effective dart

lemmur

A mobile client for lemmy - a federated reddit alternative

Buy Me A Coffee

Build from source

Prerequisites

  • Install flutter: To check if this step was successful run flutter doctor (Installing android studio is not required if you setup the android SDK yourself)
  • Clone this repo: git clone https://github.com/krawieck/lemmur
  • Enter the repo: cd lemmur

Android

  1. Build: flutter build apk

The apk will be in build/app/outputs/flutter-apk/app-release.apk

Linux

  1. Make sure you have the additional linux requirements (verify with flutter doctor)
  2. Switch to dev channel of flutter:
    flutter channel dev
    flutter upgrade
    flutter config --enable-linux-desktop
    
  3. Build: flutter build linux

The executable will be in build/linux/release/bundle/lemmur (be aware, however, that this executable is not standalone)

Windows

  1. Make sure you have the additional windows requirements (verify with flutter doctor)
  2. Switch to dev channel of flutter:
    flutter channel dev
    flutter upgrade
    flutter config --enable-windows-desktop
    
  3. Build: flutter build windows

The executable will be in build\windows\runner\Release\lemmur.exe (be aware, however, that this executable is not standalone)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].