KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
uSpace
★ 24
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
release-utils
:
No description available.
contrastive-explanations
:
Explaining neural decisions contrastively to alternative decisions.
Battle-Module
:
Battle module for turn based browser game
DDR-Net
:
The official implementation of "DDR-Net: Learning Multi-Stage Multi-View Stereo With Dynamic Depth Range"
SSIF
:
A guided edge-aware smoothing-sharpening filter based on patch interpolation model and generalized Gamma distribution.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
uSpace
?
Download (.md)
# uSpace A Flutter project. 一個簡單的局域網文件傳輸工具。 ## Screens  [查看 App 的屏幕錄製視頻](https://www.youtube.com/watch?v=n9TQFaVDypw) ## Download Android Version: [Releases ](https://github.com/qoli/uSpace/releases) iOS Version: https://apps.apple.com/us/app/uspace/id1559410346 ## Flutter SDK ```bash $ fvm flutter --version Flutter 3.0.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision ee4e09cce0 (3 weeks ago) • 2022-05-09 16:45:18 -0700 Engine • revision d1b9a6938a Tools • Dart 2.17.0 • DevTools 2.12.2 ``` ## Build ```bash flutter build apk --no-sound-null-safety ``` ### Build icon ```bash fvm flutter pub run flutter_launcher_icons:main ```