Skip to content
View ro0t's full-sized avatar
:octocat:
git commit -m "status"
:octocat:
git commit -m "status"

Block or report ro0t

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 Loading

  1. Lightsnap/flutter_better_camera Lightsnap/flutter_better_camera Public

    Dart 148 63

  2. Boiler Boiler Public

    A frontend framework that uses Vue.js and already had state management and routing set up, including a feature rich Sass framework created by Igital.

    CSS 23 1

  3. Bloggy Bloggy Public

    Simple blog platform powered by the power of Laravel 4

    PHP 5

  4. Flutter - Lightsnap's full screen ca... Flutter - Lightsnap's full screen camera code
    1
    final size = MediaQuery.of(context).size;
    2
    final deviceRatio = size.width / size.height;
    3
    
                  
    4
    final xScale = cameraController.value.aspectRatio / deviceRatio;
    5
    // Modify the yScale if you are in Landscape