Skip to content
View rohan20's full-sized avatar

Organizations

@gdgnewdelhi
Block or Report

Block or report rohan20

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. fluttercon fluttercon Public

    iOS, Android & macOS app for Fluttercon Berlin 2023, built with Flutter

    Dart 33 5

  2. flutter-course-caster flutter-course-caster Public

    Source code for my free beginner level Flutter course on Caster.io

    Dart 5 2

  3. speaker-deck speaker-deck Public

    A list of all my talks' slides

    15 1

  4. dart-flutter-live-templates dart-flutter-live-templates Public

    Live Templates for Flutter and Dart (IntelliJ / Android Studio)

    Dart 2 1

  5. flutter_race_view flutter_race_view Public

    A Flutter library which includes an animated bar chart race of all entities in a data set.

    C++ 4

  6. Colored rounded border on some sides... Colored rounded border on some sides of a Flutter widget
    1
    /// Rounded border on some sides of a widget is tricky to achieve since Flutter's [BorderRadius] and [Border] don't
    2
    /// work together when the border is "not" on all sides.
    3
    ///
    4
    /// The initial logic was found here: https://stackoverflow.com/a/61613471/5066615.
    5
    ///