Skip to content

cyrsis/flutter_sandbox

Repository files navigation

https://flutter.io/docs/development/tools/sdk/archive#windows

Current Version - windows v0.10.2 - beta #Install For Mac

git clone -b beta https://github.com/flutter/flutter.git

git checkout v0.5.1

then run

flutter doctor

--Checking is this working or not

Goal

This acts like a template for massive widgets

Few Notes about Flutter

  • Works like AutoCad
  • Give you full control and animation
  • Syntax is easy to read
  • It is made for C# programmer
  • And better yet havent come, it can replace the whole Sketch and all the toolchain

March 24, 2018 2:33 am This guys is really good for animation

https://sergiandreplace.com/flutter-animations-the-basics/

flutter_sandbox

The flutter sandbox design for replace Sketch

Getting Started

March 11, 2018 2:56 pm This thing is just like C# , Thank you Google

For help getting started with Flutter, view our online documentation.

Would work on this tomorrow https://github.com/matthew-carroll/flutter_ui_challenge_material_page_reveal/tree/recording/lib

Add the following in the build.gradle

subprojects {
    project.configurations.all {
        resolutionStrategy.eachDependency { details ->
            if (details.requested.group == 'com.android.support'
                    && !details.requested.name.contains('multidex') ) {
                details.useVersion "26.1.0"
            }
        }
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages