Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

T2Ti Pegasus POS Project Repository

T2Ti Pegasus POS

This repository holds the code for the T2Ti Pegasus POS system. In the Lite version it is possible to issue Receipt (developed for MEI) and in the fiscal version it is possible to issue fiscal documents: NFC-e, SAT and MFE (SAT and MFE under development).


T2Ti Pegasus POS Course

To understand how to implement Pegasus POS with receipt issuance for MEI and issuance of tax documents (NFC-e, SAT and MFE), take the T2Ti Pegasus POS Course available at the following link http://t2ti.com/curso/video /pegasus-pdv-5000/ . Pegasus POS is already in production in beta phase. You can download the fonts and change them as you wish, and you can also follow the progress of the project on the Public Trello Board created for this purpose.

Click on the image above to access the Pegasus POS Course page which contains 153 hours of video lessons. After taking this course you will be able to build your own POS with receipt issuance, NFC-e, SAT or MFE. Furthermore, you will fully understand how to use the source code available here. 


Project Features

See below for a list of project features. There is probably something that you, the developer, are looking for for your project and will take advantage of it from here. It is also possible that you already start your business with this application. We wish you all the best and much success!


How it works – How to start it

You can clone the repository or download the zipped file, according to your preference.

Create a new project with the command ‘flutter create pegasus_pdv’. We created the application in the Beta channel because of Desktop support. You can use the Beta channel or the Dev channel. To change channels use the command ‘flutter channel beta’ and then the command ‘flutter upgrade’.

After creating the project, copy the ‘lib’ and ‘assets’ folders into your project. Also copy the files ‘sqlite3.dll’ to the root of the project, so that you can use the application on Windows. Copy the ‘env.example’ file to the project root and rename it to ‘.env’.

Finally copy the ‘pubspec.yaml’ file replacing the existing file. After copying this file run the ‘flutter pub get’ command to update the packages.

Ready! It’s all right to use the application. Open the project in VS Code or Android Studio and run or run the application with the following command ‘flutter run -d windows’.


Watch the presentation video on Youtube.

Dowload Pegasus POS Project source code on GitHub

https://github.com/alberteije/T2Ti-Pegasus-PDV

Exit mobile version