GithubHelp home page GithubHelp logo

gcardinale / flutnet-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flutnet/flutnet-sdk

0.0 0.0 0.0 2.35 MB

Flutnet Console and Flutnet CLI tools for project creation and Dart code generation

License: GNU General Public License v3.0

C# 87.10% Batchfile 0.17% Shell 0.17% Dart 12.55% CSS 0.01%

flutnet-sdk's Introduction

Flutnet SDK

License: LGPL v3

This repository holds the Flutnet Console - the official graphical tool that allows you to generate Flutnet projects - and the underlying Flutnet CLI - the command-line interface that hosts all the main logic both for project creation and Dart code generation.

These tools depend on:

What is Flutnet?

Flutnet is a set of tools and libraries that allows you to create rich and beautiful Xamarin apps using Flutter as UI Layer and .NET as backend. For more details please visit https://www.flutnet.com/.

System requirements

Both Flutnet Console and Flutnet CLI target .NET Core 3.1, so .NET Core 3.1 SDK is the only real requirement for building these projects.

However, Flutnet Console is a Avalonia MVVM Application: if you need full IDE support for code inspection and XAML design/preview, you have to use JetBrains Rider IDE or install Avalonia for Visual Studio extension.

Building procedure

To build the source porjects, just run the following scripts:

macOS

scripts/build-cli.sh
scripts/build-ui.sh

Windows

scripts/build-cli.cmd
scripts/build-ui.cmd

These will build all the projects within the FlutnetUI.sln (Flutnet Console) and Flutnet.Cli.sln solutions, restoring all the required NuGet packages.

Once the scripts have completed, you can open both solutions in your IDE and start debugging.

Notes on publishing

This repository contains a couple of convenient scripts for publishing the source projects:

macOS

scripts/publish-cli.sh
scripts/publish-ui.sh

Windows

scripts/publish-cli.cmd
scripts/publish-ui.cmd

These scripts just prepare the applications for release on both macOS and Windows. The resulting set of files is published to artifacts/ directory.

HOWEVER, you must be aware that the published executables are NOT ready to run as-is because they look for dependency files and folders (such as templates for project creation) in a way that strictly depends on the installation procedure defined within the official Flutnet SDK.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the LPGL v3 license (https://www.gnu.org/licenses/lgpl-3.0.html)

flutnet-sdk's People

Contributors

flutnet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.