No description
Find a file
2025-01-30 19:10:24 -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 Begin to add a CLI editor tool 2025-01-27 15:39:02 -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 syntax 2025-01-24 08:23:03 -07:00
linux Update web page title 2025-01-23 21:05:17 -07:00
macos Update web page title 2025-01-23 21:05:17 -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 Update web page title 2025-01-23 21:05:17 -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 Begin to add a CLI editor tool 2025-01-27 15:39:02 -07:00
CONTRIBUTING.md Add a CONTRIBUTING.md file. 2025-01-24 07:48:25 -07:00
Jenkinsfile Re-add windows build job 2025-01-30 18:39:27 -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 Bump permission_handler 2025-01-30 19:10:24 -07:00
README.md Add some images to README 2025-01-24 08:13:57 -07:00
wininst.iss Fix typo 2025-01-30 18:56:59 -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.

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 mac or flutter build macos

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