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

Block or report ro0t

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 147 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 2

  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