Forkful Open Source Coding Cookbook Forum About Blog GitHub
CTRL K
    • Chapter 1. Getting Started
      • Starting a new project
    • Chapter 2. Strings
      • Capitalizing a string
      • Concatenating strings
      • Converting a string to lower case
      • Deleting characters matching a pattern
      • Extracting substrings
      • Finding the length of a string
      • Interpolating a string
      • Removing quotes from a string
      • Searching and replacing text
      • Using regular expressions
    • Chapter 3. Numbers
      • Generating random numbers
      • Rounding numbers
      • Working with complex numbers
    • Chapter 4. Data Structures
      • Using associative arrays
    • Chapter 5. Good Coding Practices
      • Handling errors
      • Logging
      • Organizing code into functions
      • Refactoring
    • Chapter 6. Files and I/O
      • Checking if a directory exists
      • Creating a temporary file
      • Reading a text file
      • Reading command line arguments
      • Writing a text file
      • Writing to standard error
    • Chapter 7. Dates and Times
      • Calculating a date in the future or past
      • Comparing two dates
      • Converting a date into a string
      • Getting the current date
      • Parsing a date from a string
    • Chapter 9. Testing and Debugging
      • Printing debug output
      • Using an interactive shell (REPL)
      • Using a debugger
      • Writing tests
    • Chapter 10. Data Formats and Serialization
      • Working with CSV
      • Working with JSON
      • Working with TOML
      • Working with XML
      • Working with YAML
    • Chapter 11. HTML and the Web
      • Downloading a web page
      • Parsing HTML
      • Sending an HTTP request
      • Sending an HTTP request with basic authentication
    • Chapter 1. Getting Started
      • Starting a new project
    • Chapter 2. Strings
      • Capitalizing a string
      • Concatenating strings
      • Converting a string to lower case
      • Deleting characters matching a pattern
      • Extracting substrings
      • Finding the length of a string
      • Interpolating a string
      • Removing quotes from a string
      • Searching and replacing text
      • Using regular expressions
    • Chapter 3. Numbers
      • Generating random numbers
      • Rounding numbers
      • Working with complex numbers
    • Chapter 4. Data Structures
      • Using associative arrays
    • Chapter 5. Good Coding Practices
      • Handling errors
      • Logging
      • Organizing code into functions
      • Refactoring
    • Chapter 6. Files and I/O
      • Checking if a directory exists
      • Creating a temporary file
      • Reading a text file
      • Reading command line arguments
      • Writing a text file
      • Writing to standard error
    • Chapter 7. Dates and Times
      • Calculating a date in the future or past
      • Comparing two dates
      • Converting a date into a string
      • Getting the current date
      • Parsing a date from a string
    • Chapter 9. Testing and Debugging
      • Printing debug output
      • Using an interactive shell (REPL)
      • Using a debugger
      • Writing tests
    • Chapter 10. Data Formats and Serialization
      • Working with CSV
      • Working with JSON
      • Working with TOML
      • Working with XML
      • Working with YAML
    • Chapter 11. HTML and the Web
      • Downloading a web page
      • Parsing HTML
      • Sending an HTTP request
      • Sending an HTTP request with basic authentication
    • বাংলা
    • Deutsch
    • Español
    • Suomi
    • Français
    • עברית
    • हिन्दी
    • Italiano
    • 日本語
    • 한국어
    • Nederlands
    • Norsk
    • Polski
    • Português
    • Русский
    • Svenska
    • ภาษาไทย
    • Українська
    • Tiếng Việt
    • 中文
    Cookbooks
    Dart

    Dart

    1. Getting Started

    • Starting a new project

    2. Strings

    • Capitalizing a string
    • Concatenating strings
    • Converting a string to lower case
    • Deleting characters matching a pattern
    • Extracting substrings
    • Finding the length of a string
    • Interpolating a string
    • Removing quotes from a string
    • Searching and replacing text
    • Using regular expressions

    3. Numbers

    • Generating random numbers
    • Rounding numbers
    • Working with complex numbers

    4. Data Structures

    • Using associative arrays

    5. Good Coding Practices

    • Handling errors
    • Logging
    • Organizing code into functions
    • Refactoring

    6. Files and I/O

    • Checking if a directory exists
    • Creating a temporary file
    • Reading a text file
    • Reading command line arguments
    • Writing a text file
    • Writing to standard error

    7. Dates and Times

    • Calculating a date in the future or past
    • Comparing two dates
    • Converting a date into a string
    • Getting the current date
    • Parsing a date from a string

    8. Testing and Debugging

    • Printing debug output
    • Using an interactive shell (REPL)
    • Using a debugger
    • Writing tests

    9. Data Formats and Serialization

    • Working with CSV
    • Working with JSON
    • Working with TOML
    • Working with XML
    • Working with YAML

    10. HTML and the Web

    • Downloading a web page
    • Parsing HTML
    • Sending an HTTP request
    • Sending an HTTP request with basic authentication
    Last updated on April 9, 2024