Git Product home page Git Product logo

mason_bricks's Introduction

Hi there ๐Ÿ‘‹

twitter badge medium badge linkedin badge

Iโ€™m Carlo and Iโ€™m a passionate Italian coder since 2009.
Iโ€™m Java native speaker and Iโ€™ve never left the JAVA_HOME since Iโ€™ve met Dart and Flutter in late 2019.

Follow me on Medium to read more articles about Flutter and mobile development.


  • ๐Ÿ”ญ Iโ€™m currently working on Flutter projects
  • ๐ŸŒฑ Iโ€™m currently learning KMM
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on OSS
  • ๐Ÿ’ฌ Ask me about Flutter
  • ๐Ÿ“ซ How to reach me: Twitter - @carlo_log
  • ๐Ÿ˜„ Pronouns: He/His
  • โšก Fun fact: I am a Father | Biker | Developer for Passion

My latest article from Medium

Recent Article 0

mason_bricks's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rizkitriandani

mason_bricks's Issues

[network_client] add hook to install the http package

Add a post_gen hook in order to add the http package dependency inside the pubspec.yaml file.

Something like that:

import 'dart:io';
import 'package:mason/mason.dart';

Future<void> run(HookContext context) async {
  final progress = context.logger.progress('Installing packages');

  // Run `flutter packages get` after generation.
  await Process.run('flutter', ['packages', 'get']);

  progress.complete();
}

Documentation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.