oscarnar / flutter_examples

Flutter app examples about some topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter examples

This repo containts some little flutter app examples about different topics.

How to run

All examples

Clone the repo:

git clone https://github.com/oscarnar/flutter_examples.git

Run any example:

cd flutter_examples
cd example_app
flutter pub get
flutter run

A specific example

In Arch Linux, you can clone the specific example using subversion package:

If the path of the example is: https://github.com/oscarnar/flutter_examples/tree/main/little_app

Then, you need change 'tree/main' to 'trunk', so after that you can run it using:

svn checkout https://github.com/oscarnar/flutter_examples/trunk/little_app

Run the example:

cd little_app
flutter pub get
flutter run

About

Flutter app examples about some topics


Languages

Language:C++ 31.8%Language:CMake 30.0%Language:Dart 27.2%Language:HTML 6.1%Language:C 2.4%Language:Swift 0.9%Language:Ruby 0.7%Language:Kotlin 0.7%Language:Objective-C 0.3%