For creating custom flutter project from template

Overview

For creating custom flutter project from template A standalone solution to issue flutter/flutter#15279

Installation

If you want to use flutter_create on the command line, install it using pub global activate:

> pub global activate flutter_create

To update flutter_create, use the same pub global activate command.

Usage

> flutter_create -a appname -u template_url

or

> pub global run flutter_create -a appname -u template_url
> cd appname
> flutter pub get
> flutter run

Features and bugs

Please file feature requests and bugs at the issue tracker.

You might also like...

Flutter empty template to start your project.

flutter_starter Flutter empty template to help you start your project. PACKAGES Packages I've used Getx Shimmer Shared Preferences Gap Flutter Localiz

Dec 2, 2021

A basic boilerplate template for starting a Flutter GetX project. GetX, Dio, MVVM, get CLI, Localization, Pagination etc are implemented.

A basic boilerplate template for starting a Flutter GetX project. GetX, Dio, MVVM, get CLI, Localization, Pagination etc are implemented.

Flutter GetX Template (GetX, Dio, MVVM) This Flutter Template using GetX package for State management, routing and Dependency Injection (bindings). We

Jan 9, 2023

Template for large or scaleable Flutter project

Template for large or scaleable Flutter project

Template Project See example usage on Youtube Config config folder contains the following folders: routes : The route folder contains all the files wh

Dec 21, 2022

Project-x2 - A Flutter E-Commerce starter template that bootstraps development of your mobile application

Project-x2 - A Flutter E-Commerce starter template that bootstraps development of your mobile application

Flutter E-Commerce UI KIT A powerful Flutter E-Commerce starter template that bo

Apr 7, 2022

Structured and Organized Flutter (ANDROID+WEB) template project using Redux architecture and Retrofit rest package

flutter_redux_template A new Flutter project. JSON Models classes need this lines to json generator: part 'foo.g.dart'; //on imports factory Foo.from

Apr 11, 2022

Flutter Project Template

Flutter Project Template

Flutter Project Template This template is currently under developemnt. Features 💪 Enterprise Ready, build robust, maintainable and testable real apps

Feb 23, 2022

The project of the empty template with Flutter has built the basic framework to realize the functions of internationalization, theme peeling etc.

The project of the empty template with Flutter has built the basic framework to realize the functions of internationalization, theme peeling etc.

flutter-bloc-app-template 🤖 The project of the empty template with Flutter has built the basic framework to realize the functions of internationaliza

Dec 31, 2022

Flutter project template with BloC architecture. Implemented many feature as stated in README

Flutter project template with BloC architecture. Implemented many feature as stated in README

Flutter Project Template Using BloC Implementations Theme switching Advanced Routing Bloc Observer for debugging Hydrated Cubit for holding value even

Dec 10, 2022

Flutter project template with BloC and repository pattern.

Flutter project template with BloC and repository pattern.

Dec 10, 2022
Comments
  • create template project with custom and replicable company domain.

    create template project with custom and replicable company domain.

    is it possible to create a project from a template and replace the company domain in it? I think there should be another parameter when creating a new project from the template. the Command should be something like this: flutter_create -a appname -u template_url -d com.example.template

    opened by payam-zahedi 1
  • Error when no Android or iOS Folder provided

    Error when no Android or iOS Folder provided

    Unhandled exception:
    NoSuchMethodError: The getter 'length' was called on null.
    Receiver: null
    Tried calling: length
    #0      Object.noSuchMethod (dart:core-patch/object_patch.dart:53:5)
    #1      MyFileRepositry.myChangeIosAppName (package:flutter_create/src/file_repository_extension.dart:19:43)
    <asynchronous suspension>
    #2      FlutterCreate.changeAppName (package:flutter_create/src/flutter_create_base.dart:49:28)
    <asynchronous suspension>
    #3      FlutterCreate.create (package:flutter_create/src/flutter_create_base.dart:24:11)
    <asynchronous suspension>
    #4      main (file:///Users/philipp/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_create-1.0.2/bin/flutter_create.dart:30:21)
    #5      _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:299:32)
    #6      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12)
    pub finished with exit code 255
    

    When there is no iOS or Android folder, the creation fails. There should be a check, if the folders exist. Imho it is not necessary to provide these folders, as

    flutter create .

    will create the folders for you.

    opened by melewetwo 0
Owner
Odun Adeboye
Odun Adeboye
meg4cyberc4t 11 Oct 24, 2022
A fast start flutter project to make aps faster and skip setup on every application. I am personally using this structure while creating a new project

Flutter Fast Start A fast start flutter project to make apps faster and skip setup on every application. I am personally using this structure while cr

Okan Demir 2 Dec 15, 2022
Flutter template project - Simple ToDo app with scalable project structure.

Flutter Template Flutter template project - A simple TODO list app. This template provides simple UI and scalable project structure that goes beyond t

Web Factory LLC 128 Nov 21, 2022
best flutter / dart practices + Custom Painter + Sliver App Bar + Custom Scrollview

Weekly Budget Flutter App A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get yo

Mohamed Awnallah 4 Oct 21, 2021
A customizable carousel slider widget in Flutter which supports inifinte scrolling, auto scrolling, custom child widget, custom animations and built-in indicators.

flutter_carousel_widget A customizable carousel slider widget in Flutter. Features Infinite Scroll Custom Child Widget Auto Play Horizontal and Vertic

NIKHIL RAJPUT 7 Nov 26, 2022
Flutter package that provides you custom clippers to help you achieve various custom shapes.

flutter_custom_clippers Flutter package that provides you custom clippers to help you achieve various custom shapes. Usage To use this plugin, add flu

Damodar Lohani 291 Dec 23, 2022
FT-Custom-Widget - A Custom Widget Built With Flutter

Custom Widget Watch it on YouTube Product Screen Sample when you implement compl

Firgia 5 Mar 29, 2022
A customizable carousel slider for Flutter. Supports infinite sliding, custom indicators, and custom animations with many pre-built indicators and animations.

Flutter Carousel Slider A customizable carousel slider for flutter Screenshots Installing dependencies: flutter_carousel_slider: ^1.0.8 Demo Demo a

Udara Wanasinghe 23 Nov 6, 2022
Flutter custom carousel slider - A carousel slider widget,support custom decoration suitable for news and blog

flutter_custom_carousel_slider A carousel slider Flutter widget, supports custom

Emre 40 Dec 29, 2022
Starting template for a new Flutter project. Using clean architecture + Riverpod.

flutter_project_template_riverpod Installation Add Flutter to your machine Open this project folder with Terminal/CMD Ensure there's no cache/build le

Bahri Rizaldi 39 Dec 27, 2022