articles

  •  Home
  •  All articles
  •  Categories
  •  Contact
  • Search
  • Menu

Why Flutter animations need a vsync/TickerProvider

An article about Ticker and TickerProvider

June 26, 2020 Rémi Rousselet

8 minute read

If you have used Flutter animations before, you likely came across a parameter named vsync or the mixin SingleTickerProviderStateMixin.
But we are rarely using them ourselves. So what do they even do?

  • Continue Reading
    • tutorial
    • animations
    • good to know
    • flutter

The difference between a "factory constructor" and a "static method"

May 26, 2020 Rémi Rousselet

6 minute read

If you’ve used Dart before, chances are that you’ve heard about the factory keyword.
It’s also likely that you’ve seen the keyword used for deserialization like so:

  • Continue Reading
    • dart
    • good to know

Getting started: Creating your Flutter project

The optional not-so-optional steps that Flutter doesn't mention when creating your project.

April 4, 2020 Rémi Rousselet

9 minute read

Last time I announced that I will start a series of example. Today, let’s get started with this project by… creating the project.

  • Continue Reading
    • tutorial
    • my todo
    • flutter
  • Previous Page
  • Next Page
Dash Overflow

Recent Posts

Why Flutter animations need a vsync/TickerProvider

June 26, 2020

The difference between a "factory constructor" and a "static method"

May 26, 2020

Getting started: Creating your Flutter project

April 4, 2020

Let's build a todo-list

April 1, 2020

What's new in provider 4.0.0!

December 22, 2019
View more posts

Categories

flutter 3

tutorial 3

good-to-know 2

my-todo 2

news 2

animations 1

dart 1

provider 1

© 2020 Dash Overflow . Powered by Hugo

  •  Home

  •  All articles

  •  Categories

  •  Contact

Recent Posts

Why Flutter animations need a vsync/TickerProvider

June 26, 2020

The difference between a "factory constructor" and a "static method"

May 26, 2020

Getting started: Creating your Flutter project

April 4, 2020

Let's build a todo-list

April 1, 2020

What's new in provider 4.0.0!

December 22, 2019
View more posts