All Projects → DefinedNet → mobile_nebula

DefinedNet / mobile_nebula

Licence: other
Brings nebula to mobile devices (iOS, Android)

Programming Languages

dart
5743 projects
swift
15916 projects
kotlin
9241 projects
go
31211 projects - #10 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to mobile nebula

docs
Documentation repo of nebula orchestration system
Stars: ✭ 16 (-66.67%)
Mutual labels:  nebula
nebula
A distributed, fast open-source graph database featuring horizontal scalability and high availability
Stars: ✭ 8,196 (+16975%)
Mutual labels:  nebula
manager
The API endpoint that manages nebula orchestrator clusters
Stars: ✭ 28 (-41.67%)
Mutual labels:  nebula
nebula-documentation
Documentation for Nebula admin panel.
Stars: ✭ 56 (+16.67%)
Mutual labels:  nebula

Dependencies

Currently using flutter 2.0.5

Copy env.sh.example to env.sh and update your PATH variable to expose both flutter and go bin directories

export PATH="$PATH:/path/to/go/bin:/path/to/flutter/bin"

Formatting

flutter format can be used to format the code in lib and test but it's default is 80 char line limit, it's 2020

Use:

flutter format lib/ test/ -l 120

Release

Update version in pubspec.yaml to reflect this release, then

Android

flutter build appbundle --no-shrink

This will create an android app bundle at build/app/outputs/bundle/release/

Upload the android bundle to the google play store https://play.google.com/apps/publish

iOS

In xcode, Release -> Archive then follow the directions to upload to the app store. If you have issues, https://flutter.dev/docs/deployment/ios#create-a-build-archive

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].