Coder Social home page Coder Social logo

flutter's Introduction

flutter

Flutter learning...

Initial install on Windows:

Install: followed link https://flutter.dev/docs/get-started/install/windows

Downloaded windows .zip: https://storage.googleapis.com/flutter_infra/releases/stable/windows/flutter_windows_v1.9.1+hotfix.4-stable.zip

Extract the zip file and place the contained flutter dir in the desired installation location for the Flutter SDK (for example, C:\src\flutter;

mkdir src unzip flutter.zip

upgrade path run flutter doctor to test installation

Create github repository - flutter

echo "# flutter" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/jfstewart/flutter.git git push -u origin master

push files

To upgrade flutter: PS C:\src> flutter upgrade

To create a flutter app: PS C:\src> cd jfs PS C:\src\jfs> flutter create .

PS C:\src\jfs> flutter channel stable Switching to flutter channel 'stable'... git: From https://github.com/flutter/flutter git: 89d6c8d90..6430b440d master -> origin/master git: + cc949a8e8...e70236e36 beta -> origin/beta (forced update) git: * [new branch] dnfield-patch-1 -> origin/dnfield-patch-1 git: M examples/hello_world/ios/Runner/GeneratedPluginRegistrant.h git: M examples/hello_world/ios/Runner/GeneratedPluginRegistrant.m git: Your branch is up to date with 'origin/stable'. git: Switched to branch 'stable'

To use flutter web app dev environment: change from stable to master

flutter channel master

To enable WEB dev: PS C:\src> flutter config --enable-web Setting "enable-web" value to "true".

To run flugger web app: flutter run -d chrome
example: PS C:\src\flutter\examples\hello_world> flutter run -d chrome Storing jfs data: PS C:\src\jfs> flutter run -d chrome

Next need to download Android Studio https://developer.android.com/studio

flutter's People

Contributors

jfstewart avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.