Skip to content
View adolesamuel's full-sized avatar
πŸš€
Git Gud
πŸš€
Git Gud

Block or report adolesamuel

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
adolesamuel/README.md
  • πŸ‘‹ Hi, I’m @adolesamuel
  • πŸ‘€ Actively building Flutter, React and React Native, Kotlin
  • 🌱 Also building with Golang
  • πŸ’žοΈ I’m looking to collaborate on Dart, React & Go projects
  • πŸ“« You can reach me at adolesamuel@yahoo.com or adolesamuel4@gmail.com

Pinned Loading

  1. kata-machine kata-machine Public

    Forked from ThePrimeagen/kata-machine

    Dart

  2. Paystack Payment using Firebase as D... Paystack Payment using Firebase as Data Store
    1
    import {getFirestore} from "firebase-admin/firestore";
    2
    import {onRequest} from "firebase-functions/v2/https";
    3
    import {converter} from "../type_converter";
    4
    import {
    5
      ActivityStatus,
  3. go_ecommerce go_ecommerce Public archive

    E- commerce backend in Go

    Go

  4. rag_go rag_go Public

    Go

  5. gelato_gallery gelato_gallery Public

    Gelato Gallery: Showing Images from Picsum website

    Dart 1

  6. Stream From Local Storage to State N... Stream From Local Storage to State Notifier.
    1
    import 'package:flutter_riverpod/flutter_riverpod.dart';
    2
    import 'package:hive/hive.dart';
    3
    
                  
    4
    final userLocalSourceProvider = Provider<UserLocalSourceI>((ref) {
    5
      return UserLocalSourceI();