Open in app

Sign In

Write

Sign In

Gonçalo Palma
Gonçalo Palma

982 Followers

Home

Lists

About

Published in Flutter Community

·Updated Sep 28, 2021

Automating Flutter Workflows with the Makefile

While developing our Flutter projects, there are many repeatable tasks — formatting, running unit tests before we create a PR, cleaning the project, and running or even building the app for different flavors. And although our IDEs can make it easy to perform some of these actions, we may have…

Makefile

6 min read

Automating Flutter Workflows with the Makefile
Automating Flutter Workflows with the Makefile
Makefile

6 min read


Published in Flutter Community

·Aug 9, 2021

What’s the pubspec.lock file in a Flutter Project?

Each time that we run a new Flutter project and run it, we will see one message: The question is: what happens when we are getting new dependencies? As we’ve seen in a previous article — Deep Dive Into The Pubspec.yaml File — we have different ways of adding…

Flutter

7 min read

What’s the pubspec.lock file in a Flutter Project?
What’s the pubspec.lock file in a Flutter Project?
Flutter

7 min read


Published in Flutter Community

·Nov 23, 2020

Dynamic HTML Elements — An Approach to Flavors in Flutter Web

When we are developing mobile Flutter applications, we know we can make use of flavors. Flavors allow us to handle different configurations for different environments — development, staging, production — adding custom assets and settings to each version of the app. However, we don’t have the same in Flutter for…

Flutter Web

5 min read

Dynamic HTML Elements — An Approach to Flavors in Flutter Web
Dynamic HTML Elements — An Approach to Flavors in Flutter Web
Flutter Web

5 min read


Oct 30, 2020

Dependency Manager — An Approach to Multiple Repositories in Flutter

At 3Rein, our goal is to provide highly adaptable solutions that streamline operations in the equine industry. We aim to improve the welfare of horses and provide a competitive edge to athletes by using novel, scalable technologies to reduce administrative responsibilities through digitization and to improve services through automation. As…

Flutter

10 min read

Dependency Manager — An Approach to Multiple Repositories in Flutter
Dependency Manager — An Approach to Multiple Repositories in Flutter
Flutter

10 min read


Published in Flutter Community

·Oct 26, 2020

Deep Dive Into The Pubspec.yaml File

Whether we are starting a new Flutter project for web, mobile or desktop, there are two thing that will be common in all projects: the pubspec.yaml and pubspec.lock files. In this article we will explore the pubspec.yaml file - what it is and what we can do with it. The Pubspec.yaml File When…

Flutter

7 min read

Deep Dive Into The Pubspec.yaml File
Deep Dive Into The Pubspec.yaml File
Flutter

7 min read


Published in Flutter Community

·Sep 20, 2020

Using JavaScript in Flutter Web

When building cross-platform applications that can run on web, mobile and desktop, we often don’t need to access the underlying platform — we are either showing static data or we are communicating with a backend server to post and display newdata. However, there are cases in which we need to…

Flutter

6 min read

Using JavaScript Code in Flutter Web
Using JavaScript Code in Flutter Web
Flutter

6 min read


Published in Flutter Community

·Jul 4, 2020

Adding a Splash Screen to Flutter Web

When starting up a Flutter application, be it in mobile or web, there is a blank screen displayed before the app shows its first screen. In reality, what happens is that the Flutter framework engine is “booting up” before being able to show the first screen, so by default it…

Flutter

4 min read

Adding a Splash Screen to Flutter Web
Adding a Splash Screen to Flutter Web
Flutter

4 min read


Published in Flutter Community

·Apr 11, 2020

Understanding BuildContext

In Material Design, when we want to give some subtle feedback to the user, we may be inclined to use a SnackBar:

Flutter

6 min read

Understanding BuildContext
Understanding BuildContext
Flutter

6 min read


Published in Flutter Community

·Jan 16, 2020

The main function in Flutter

Every time we start a new Flutter project, there’s a single line of code that most of the times we don’t need to change. This line ensures that our Flutter app is started and shown to the user. We can read this line of code as a simple sentence…

Flutter

10 min read

The main function in Flutter
The main function in Flutter
Flutter

10 min read


Published in Flutter Community

·Nov 14, 2019

Modular Flutter Apps — Design and Considerations

When working in a big project in native Android Development, we may suffer a lot from long build times and an incoherent code structure. That’s why many projects tend to divide their codebase into multiple modules. This ensures not only that the project is divided into smaller units that can…

Flutter

9 min read

Modular Flutter Apps — Design and Considerations
Modular Flutter Apps — Design and Considerations
Flutter

9 min read

Gonçalo Palma

Gonçalo Palma

982 Followers

Flutter Lead Developer @Pvotal Tech. Organizer @ Flutter Portugal and collaborator @FlutterExp. https://gpalma.pt/

Following
  • Dave Pell

    Dave Pell

  • Tim Sneath

    Tim Sneath

  • Deven Joshi

    Deven Joshi

  • Dotan Nahum

    Dotan Nahum

  • Amir Salihefendic

    Amir Salihefendic

See all (36)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech