Skip to content
View bhavishassai's full-sized avatar
😀
😀

Block or report bhavishassai

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
bhavishassai/README.md

Pinned Loading

  1. flutter_appwrite_projects flutter_appwrite_projects Public

    Contains set of Flutter Appwrite projects

    Dart

  2. portfolio portfolio Public

    My portfolio

    HTML

  3. rps_game rps_game Public

    Rock Paper Scissors Game built with Flutter

    Dart

  4. stickerspro_readme stickerspro_readme Public

    Readme file for stickerspro app

  5. dreamsoftin/value_slider dreamsoftin/value_slider Public

    Flutter value slider

    Dart 1

  6. checkIfLoggedIn checkIfLoggedIn
    1
    Future<User?> checkIfLoggedIn() async {
    2
        try {
    3
          _user = await _account.get();
    4
          return _user;
    5
        } catch (e) {