No description
Find a file
2025-04-02 20:33:09 -07:00
.idea remove a file that was not meant to be tracked 2024-06-07 00:09:50 -07:00
.vscode Update build files for android, ios, mac 2025-01-23 17:34:26 -07:00
android Enable release keysigning for APK 2025-01-23 23:06:55 -07:00
cli Change out the file selector 2025-02-03 11:54:48 -07:00
Icons Refactor: Rename applogo image file to application name 2024-07-22 18:55:24 -07:00
ios Update the build files 2025-01-23 19:16:47 -07:00
lib Fix #5 2025-03-06 01:32:43 -07:00
linux Change out the file selector 2025-02-03 11:54:48 -07:00
macos Change out the file selector 2025-02-03 11:54:48 -07:00
out Get editor working with new library 2024-06-07 00:08:32 -07:00
web Update web page title 2025-01-23 21:05:17 -07:00
windows Change out the file selector 2025-02-03 11:54:48 -07:00
.gitignore Update the build files 2025-01-23 19:16:47 -07:00
.metadata Add the new flutter project code 2023-12-24 20:35:24 -07:00
analysis_options.yaml Add the new flutter project code 2023-12-24 20:35:24 -07:00
AppImageBuilder.yml Enable release keysigning for APK 2025-01-23 23:06:55 -07:00
appshowcase_012425.png Add some images to README 2025-01-24 08:13:57 -07:00
compile.bat Bump permission_handler 2025-01-30 19:10:24 -07:00
compile.sh Add web build to CI schedule 2025-02-02 16:21:44 -07:00
CONTRIBUTING.md Add a CONTRIBUTING.md file. 2025-01-24 07:48:25 -07:00
Jenkinsfile Add web build to CI schedule 2025-02-02 16:21:44 -07:00
LICENSE Initial commit 2023-12-24 20:30:02 -07:00
nbteditor.iml update gitignore 2024-06-07 00:09:01 -07:00
pubspec.yaml Fix package location 2025-04-02 20:33:09 -07:00
README.md Change out the file selector 2025-02-03 11:54:48 -07:00
wininst.iss Fix #5 2025-03-06 01:32:43 -07:00

nbteditor

A fully featured NBT Editor

NBT Editor Logo

App

Features

  • NBT
  • SNBT
  • GUI

Build

The following is the build instructions for this project.

Linux

  1. Install Flutter and add it to your path.
  2. Run the command: flutter build linux

Windows

  1. Install Flutter and add it to your path.
  2. Run the command: flutter build windows
  3. (OPTIONAL) Installer - skip if not desired
  4. To build the installer you will need Inno Setup installed.
  5. Add the path you installed IS to your path.
  6. Run compile.bat to both build and generate the setup file which will be placed into the out folder.
  7. Enable Developer Mode if you wish to run the output

MacOS

  1. Install Flutter and add it to your path.
  2. Install XCode
  3. Install any necessary command line developer tools from XCode
  4. Developer mode?
  5. Run the command flutter build macos

Testing needed I do not own a Mac, testing by a Mac user will be required.