Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

babariviere/flutter-nix-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4badf59 · Feb 23, 2024

History

41 Commits
Jun 24, 2023
Aug 23, 2023
Jan 13, 2023
Jan 13, 2023
Jan 13, 2023
Jan 13, 2023
Jan 1, 2024
Jan 13, 2023
Jan 13, 2023
Jan 13, 2023
Jan 9, 2023
Jan 13, 2023
Jan 13, 2023
Jun 24, 2023
Jan 13, 2023
Feb 23, 2024
Feb 23, 2024
Jun 24, 2023
Jan 13, 2023
Jun 24, 2023
Jun 24, 2023

Repository files navigation

hello_world

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

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.

Usage

If you are using nix flake, you can simply do:

nix develop
flutter build apk
flutter run

If you are still using nix-shell, then:

nix-shell .
flutter build apk
flutter run