Skip to content
View pmatatias's full-sized avatar
🎯
Fluttering
🎯
Fluttering
Block or Report

Block or report pmatatias

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

Matatias Situmorang β€” @pmatatias

Hi There! I'm Petra

Welcome to my github profile. You may find me on StackOverflow answering Flutter related questions. πŸ“ž reach me out on twitter or LinkedIn.

🌱 Statistics

github stats

πŸ“ My Latest Blog Post in Medium

  • Recent Article 0
  • Recent Article 1
  • Recent Article 2
⚑ Language Stats (by file size)
pmatatias's Language Stats

Pinned

  1. input-quantity input-quantity Public

    Flutter widget for input quantity item

    Dart 9 7

  2. sampler-of-extension-Dart sampler-of-extension-Dart Public

    a few superb samplers of extension methods in Dart

    Dart 6

  3. flutter_hasselback flutter_hasselback Public

    Slicing image/design and animation into Flutter code.

    Dart 1

  4. logo-n-spinner logo-n-spinner Public

    Loader widget with logo and spinning arc on flutter

    Dart 1

  5. demo responsive padding flutter demo responsive padding flutter
    1
    import 'package:flutter/material.dart';
    2
    import 'dart:math' as math;
    3
    import 'package:flutter/material.dart';
    4
    
                  
    5
    const Color primaryColor = Colors.orange;
  6. Attach file , and open camera from i... Attach file , and open camera from iframe or webview in flutter app
    1
    import 'dart:io';
    2
    
                  
    3
    import 'package:file_picker/file_picker.dart';
    4
    import 'package:flutter/material.dart';
    5
    import 'package:image_picker/image_picker.dart';