Book Image

DART Cookbook

By : Ivo Balbaert
Book Image

DART Cookbook

By: Ivo Balbaert

Overview of this book

Table of Contents (18 chapters)
Dart Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 3. Working with Data Types

In this chapter, we will cover the following recipes:

  • Concatenating strings

  • Using regular expressions

  • Strings and Unicode

  • Using complex numbers

  • Creating an enum

  • Flattening a list

  • Generating a random number within a range

  • Retrieving a random element from a list

  • Working with dates and times

  • Improving performance in numerical computations

  • Using SIMD for enhanced performance