-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1613 from atsign-foundation/dart-package-readmes
- Loading branch information
Showing
4 changed files
with
38 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
# npt_flutter | ||
<a href="https://atsign.com#gh-light-mode-only"><img width=250px src="https://atsign.com/wp-content/uploads/2022/05/atsign-logo-horizontal-color2022.svg#gh-light-mode-only" alt="The Atsign Foundation"></a><a href="https://atsign.com#gh-dark-mode-only"><img width=250px src="https://atsign.com/wp-content/uploads/2023/08/atsign-logo-horizontal-reverse2022-Color.svg#gh-dark-mode-only" alt="The Atsign Foundation"></a> | ||
|
||
A new Flutter project. | ||
# NoPorts Desktop | ||
|
||
This is the source code for the NoPorts Desktop application. | ||
See [the website](https://noports.com) for more information, or its companion | ||
[documentation site](https://docs.noports.com) for technical and usage | ||
information. | ||
|
||
## Getting Started | ||
|
||
This project is a starting point for a Flutter application. | ||
## Building From Source | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
Building from source is possible and will work with already activated atSigns. | ||
However, without a valid API key, activating newly registered atSigns is not | ||
possible. You can circumvent this by either: | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
- Downloading the app from the store | ||
- Use the [at_activate binary](../sshnoports/README.md) to activate first, then | ||
load the generated .atkeys file into the app. | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# sshnp_flutter | ||
|
||
A new Flutter project | ||
SSH NoPorts desktop is our original UI for NoPorts, which predates NoPorts' | ||
support for using NoPorts over any TCP tunnel. NoPorts originally only supported | ||
SSH in its earlier releases. | ||
|
||
> **We don't recommend using this application anymore.** | ||
> It is no longer maintained. | ||
> The choice to use this application is at your own risk. | ||
If you want a good UI experience, we recommend | ||
[NoPorts desktop (a.k.a. the npt_flutter directory)](../npt_flutter/README.md). | ||
|
||
If you want a better SSH experience, we recommend | ||
[this guide](https://docs.noports.com/usage/integrate-with-ssh-config). | ||
|