Skip to content
View yshogo's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report yshogo

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

    筋トレビックスリー管理アプリ

    Swift 3 1

  2. Flutter_BLoC_pattern_sample Flutter_BLoC_pattern_sample Public

    Dart 9

  3. flutter_bloc_sample flutter_bloc_sample Public

    Dart 7 1

  4. Create TED app UI using Flutter! Create TED app UI using Flutter!
    1
    import 'package:flutter/material.dart';
    2
    
                  
    3
    class Home extends StatefulWidget {
    4
      @override
    5
      _HomeState createState() => _HomeState();
  5. Create Travel app with Flutter Create Travel app with Flutter
    1
    import 'package:flutter/material.dart';
    2
    
                  
    3
    class Home extends StatelessWidget {
    4
      @override
    5
      Widget build(BuildContext context) {
  6. Create Gmail app UI in 10 minute usi... Create Gmail app UI in 10 minute using Flutter!
    1
    import 'package:flutter/material.dart';
    2
    
                  
    3
    class Home extends StatelessWidget {
    4
      @override
    5
      Widget build(BuildContext context) {