Mike Hoolehan

Software developer

Dart

» dart

Articles by category: dart


other software polymer angular2 javascript flutter django vue vuex
2020
21 May 2020

Multicolor Tweens in Flutter

Multicolor Tweens in Flutter Flutter’s built-in ColorTween is the standard way to animate a color transition between two colors. With...

2018
12 Mar 2018

Storyboarding Widgets in Flutter

Storyboarding Widgets in Flutter While developing a React Native app, a tool I found very useful was Storybook, which allows...

2017
13 Feb 2017

Developing Angular2 Dart Asset Services, Part 3

Continued from Part 2 Developing Angular2 Dart Asset Services, Part 3 This article continues an effort to externalize content assets...

11 Jan 2017

Developing Angular2 Dart Asset Services, Part 2

Continued from Part 1 Developing Angular2 Dart Asset Services, Part 2 For the fictive scenario described in the previous article,...

2016
26 Dec 2016

Developing Angular2 Dart Asset Services

See also Part 2 Developing Angular2 Dart Asset Services, Part 1 Most web apps utilize digital assets to some degree....

25 Nov 2016

Setting Document Titles in Angular2 Dart - Improved

In my previous post I explained one method of setting the document title on route changes in Angular2 Dart. There...

21 Nov 2016

Setting Document Titles in Angular2 Dart

Update: My next post greatly improves on this example. I recommend starting there. Setting the document title in an Angular2...