/flutter-platforms-showcase

A flutter showcase for all supported platforms

Primary LanguageDart

Flutter Platforms Showcase

This showcase demonstrates the power of the Flutter Framework. Since Flutter version 3 the code can be compiled for all major platforms.

In the proof of concept movie you see an iOS Simulator, an Android emulator, an iPad Simulator, a Linux Desktop application (top right), the macOS Desktop application (bottom left) and a Web Browser (bottom right). Windows is supported and can be tested over the release section. The web version is here https://milkinteractive.github.io/flutter-platforms-showcase accessible.

screen-recording-platforms-1080p.mov

Get it up and running

  1. Download the Flutter SDK and go through the installation process.
  2. I recommend using the Visual Studio Code as the IDE.
  3. Install the Flutter extensions for Visual Studio Code
  4. Run flutter pub get to get the Flutter packages which are defined in the pubspec.yaml file.
  5. Run flutter run to run it on a machine or device.

More about Flutter

Here are a few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Sources

Packages

Images