Skip to content
View fida10's full-sized avatar
Block or Report

Block or report fida10

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. flutter_masteringlayoutwidtree53custompaint_mdynshaperender flutter_masteringlayoutwidtree53custompaint_mdynshaperender Public

    example of rendering shapes dynamically. demonstrates a slider, increase shape size, change shape itself and change its color

    C++

  2. flutter_masteringlayoutwidtree53custompaint_interactivestarrating flutter_masteringlayoutwidtree53custompaint_interactivestarrating Public

    demonstrates interactively redrawing custom shapes; a basic 5 star rating system

    C++

  3. flutter_masteringlayoutwidtree56applyglobalthemes_implementingandtestingaglobaltheme flutter_masteringlayoutwidtree56applyglobalthemes_implementingandtestingaglobaltheme Public

    an example of global theme usage

    C++

  4. flutter_masteringlayoutwidtree56applyglobalthemes_customizingandextendingtheglobaltheme flutter_masteringlayoutwidtree56applyglobalthemes_customizingandextendingtheglobaltheme Public

    has details on extending ThemeData (to "add" custom fields to ThemeData), how to check widgets that have not been rendered yet (like Drawer, need to click on it first) and how to set GlobalThemes

    C++

  5. tokio_official_tutorial_code_mini_redis tokio_official_tutorial_code_mini_redis Public

    Provides a more in depth look at using tokio, including a project that involves creating an async database instance. https://tokio.rs/tokio/tutorial code from this tutorial

    Rust

  6. tokio_getting_started_video tokio_getting_started_video Public

    This provides a basic guide to using Tokio, self practice. https://www.youtube.com/watch?v=dOzrO40jgbU doing the code done in this video as practice

    Rust