Skip to content

charafau/hello_world_flutter_zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Flutter Zero

A simple “Hello World” Flutter project based on Flutter Zero — a minimal Flutter runtime without built-in UI toolkits. This repository demonstrates how to create and run a basic Flutter application using the Flutter Zero setup from the flutter_zero project.

🧠 What is Flutter Zero?

Flutter Zero is a stripped-down version of the Flutter engine that deliberately omits the UI layer (no Skia, no Impeller, no dart:ui). It provides a lean Dart runtime compatible with Flutter tooling, enabling experimentation with custom UI layers or alternative renderers while still using the familiar Flutter toolchain.

This project builds on that concept and shows the simplest possible Flutter Zero app — a “Hello World.”


📸 Screenshots & Demo

Output of the Hello World app running on Flutter Zero.

Screenshots

Screenshot 1 Screenshot 2
Screenshot 3 Screenshot 4

Demo Video

Video doesn't work on github. You can find it here: https://github.com/charafau/hello_world_flutter_zero/blob/main/screens/demo.webm/


🚀 Features

  • Minimal Flutter Zero application
  • Cross-platform support (Android, iOS, web, desktop)
  • Works with existing Flutter tooling
  • Ideal starting point for custom UI or rendering experiments

📦 Requirements

Before running this project, ensure you have:


🛠 Setup & Installation

  1. Clone the repository

    git clone https://github.com/charafau/hello_world_flutter_zero.git
    cd hello_world_flutter_zero
    
  2. Launch ios simulator

  3. Run app (with Flutter Zero)

flutter run 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors