narakai / flutter-templates

A repository contains Flutter templates that are used by Nimble developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Templates

All the templates can be used to kick off a new Flutter project quickly.

Features

Optional (enable by generator command parameters)

Use the template

Prerequisites

Before using the template, ensure that you have installed the following prerequisites on your system:

Set up a new project

Follow these steps to set up a new project from the template:

  1. Clone or download this repository to your local machine.

  2. Fetch all required bricks by running the command:

    $ mason get

  3. Generate the new project by running the following command with supported arguments:

    $ mason make template and then provide necessary inputs.

    or

    $ mason make template -c mason-config.json to provide necessary inputs via a JSON file, e.g., mason-config.json for the sample project.

Once the project is generated at /{project_name}, please refer to the Getting Started documentation to make it ready for development.

That's it! You have now set up a new Flutter project using the template 🎉

Note
You can find detailed information on make command options and usage in the Mason documentation.

Documentation

Check out the Wiki page to access the complete documentation.

License

This project is Copyright (c) 2014 and onwards. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

Nimble

This project is maintained and funded by Nimble.

We love open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.

About

A repository contains Flutter templates that are used by Nimble developers

License:MIT License


Languages

Language:Dart 69.2%Language:Ruby 29.0%Language:Swift 1.5%Language:Kotlin 0.3%Language:Objective-C 0.1%