Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.44 KB

File metadata and controls

35 lines (24 loc) · 1.44 KB

starter_app

Powered by Mason

A Mason auto generator for Start App(s) in ApexTeam Front-End Department

Generated by mason 🧱

Getting Started 🚀

This is a starting point for a new brick. A few resources to get you started if this is your first brick template:

Installation Guide

  • Make sure your flutter is on stable channel and its version is above 3.7.3
  • First of all make sure you clear the cache of your mason github repository Run the command below: mason cache clear
  • Run the command below to add starter_app globally to your mason repo: mason add --git-url https://github.com/mhbdev/starter_app.git -g
  • After adding this brick you can make a new flutter project from this template right away by running this command: mason make starter_app

Note:: Meanwhile mason is trying to create a new project for you it will ask you to overwrite some files. make sure you 'Y' them all or just add --on-conflict overwrite to mason make starter_app command.