The core application for the briefcase network.

Overview

briefcase

An experimental peer-to-peer network.

Compiling

Before compiling, be sure to update the versioning information with:

pub run pubspec_extract

To compile a self-contained executable (a standalone architecture-specific executable file containing the source code compiled to machine code and a small Dart runtime), use the following command:

dart compile exe bin/application.dart -o dist/application

This will compile an executable file native to your system. On Windows, you may wish to append .exe to the name of the output file. On *nix systems, you can just run the executable with ./dist/application.

As a fun aside, you can also compile to JavaScript as follows:

dart compile js bin/application.js -o dist/application.js
You might also like...

This project is a starting point for a Flutter application.

flutter_notebook_12th_story A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to

Feb 5, 2022

๐Ÿš€ This is mobile application using Flutter for develop Tiktok

     ๐Ÿš€ This is mobile application using Flutter for develop Tiktok

Flutter Tiktok Clone Description: ๐Ÿš€ This is mobile application using Flutter for develop Tiktok How I can run it? ๐Ÿš€ Clone this repo ๐Ÿš€ Run below cod

Feb 8, 2022

This is mobile application fortune telling using Flutter for development.

This is mobile application fortune telling using Flutter for development.

Flutter Tarot Card Description: This is mobile application fortune telling using Flutter for development. How I can run it? ๐Ÿš€ Clone this repository ?

Sep 25, 2022

This is project using flutter and firebase for develop a mobile application about online school

This is project using flutter and firebase for develop a mobile application about online school

This is project using flutter and firebase for develop a mobile application about online school

May 17, 2021

The User application for the project The Shared Backpack

The User application for the project The Shared Backpack

Shared Backpack User App Components The User app Section for the Shared-Backpack Project. Shared Backpack user app Comunity Impact The project focuses

Aug 15, 2021

It is the Tangram application that I created using flutter.

It is the Tangram application that I created using flutter.

Tangram App What is a TANGRAM? Tangram is a creative intelligence game on the basis of creating various forms by combining seven geometrically shaped

Oct 26, 2022

An application built using Flutter that is to conduct a quiz and provide the user with the result of the quiz.

An application built using Flutter that is to conduct a quiz and provide the user with the result of the quiz.

Quizzler Challenge Solution This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.a

Sep 8, 2022

Flutter ThingsBoard PE Mobile Application

Flutter ThingsBoard PE Mobile Application Getting Started This project is a starting point for a ThingsBoard PE Mobile application. A few resources to

Dec 8, 2022

E-commerce application ui in flutter

 E-commerce application ui in flutter

E-commerce application ui in flutter

Jan 5, 2023
Owner
null
A dog themed instagram social network for messaging, posting updates, finding people and coloring the dog world.

instagram-dogy aka dodogy A dogy themed instagram social network for messaging, posting updates, finding people and coloring the dog world. Code Quali

VOrishirne 5 Nov 11, 2022
Travel-Application-Ui-design - A Simple Travel Application Ui design For Flutter

Flutter Simple Travel Application UI Design A part of #flutter100daysofcode. Let

Lutfur Rahman 0 Jan 28, 2022
gceditor - a client/server application for creating a persistent data of an application

gceditor - a client/server application for creating a persistent data of an application

Sergey Tarasenko 8 Dec 17, 2022
In this tutorial, we'll create a Quiz application using AQUEDUCT FRAMEWORK.

Quiz API Dart An application built with aqueduct. Topics Covered How to Setup Aqueduct ? How to write your first REST API ? How to make controllers ?

Pawan Kumar 19 Mar 2, 2022
This project is a starting point for a Flutter application.

result A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this i

Adam Musa Ya'u 22 Aug 24, 2021
(Complete flutter application) Exam and training app as social media, prepared with Firebase backend services, Bloc State management, Singleton design pattern, Unit and widget tests, firebase mocking, Custom local libraries, etc.

(Complete flutter application) Exam and training app as social media, prepared with Firebase backend services, Bloc State management, Singleton design pattern, Unit and widget tests, firebase mocking, Custom local libraries, etc.

Ismael Shakverdiev 45 Jul 14, 2022
Flutter demo application for Apple TV (tvos) using custom Flutter engine

Flutter for Apple TV A modification of the Flutter engine + test application to demonstrate that Flutter applications run on Apple TV This project (an

LibertyGlobal 181 Dec 30, 2022
A simple chat application in flutter made with stream.

chat_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Samuel Adekunle 18 Oct 11, 2022
๐Ÿš€ This is mobile application using Flutter for develop a pizza store

Flutter Pizza Hut ?? Description: ?? This is mobile application using Flutter for develop a pizza store ?? Factory Method Create Enum product_type.dar

Dao Hong Vinh 26 Dec 9, 2022
A Flutter application to demonstrate how to implement Google maps and its advanced options in a flutter app.

google_maps_flutter_example A new Flutter application to demonstrate how to implement flutter google maps in a flutter application and perfoem advance

Hesham Erfan 11.7k Jan 8, 2023