View axah710's full-sized avatar
🎯
Focusing
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 support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rick_and_morty_characters_explorerick_and_morty_characters_explorePublic

    A Flutter app to explore Rick and Morty characters with infinite scrolling, search, filters, favorites, detailed info, offline mode, and error handling, built using Clean Architecture and modern pa…

    Dart 1 1

  2. docspotdocspotPublic

    DocSpot, the ultimate doctor appointment scheduling app built with Flutter. Currently under development, DocSpot aims to provide a seamless experience for users to book and manage their medical app…

    Dart 3

  3. counter_cubit_unit_testingcounter_cubit_unit_testingPublic

    The repo demonstrates unit testing a CounterCubit class using bloc_test and flutter_bloc. It includes tests for the initial state and state changes (increment/decrement), with setup and teardown fu…

    C++

  4. DSADSAPublic

    This repository features Data Structures and Algorithms (DSA) practices in Dart, focusing on mastering fundamental programming concepts and problem-solving techniques.

    Dart 1

  5. counter_unit_testingcounter_unit_testingPublic

    This repo ensures feature correctness through organized tests, each focusing on a specific aspect. Tests are set up independently and compared to expected results to confirm proper functionality.

    C++

  6. State-RestorationState-RestorationPublic

    This repository demonstrates state restoration in Flutter apps, enabling the retention of user input or state after the app is closed or minimized. Key components include RestorationPage and Restor…

    C++