Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 514 Bytes

Flutter Examples

Bu bölümde lib/ui klasörün altına yeni örnekler eklenilecektir. Örnekleri kullanmak için : my_app.dart dosyasının içinde bulunan body'e ilgili widgetin ismini yazmalısınız.

# Clone this project
$ git clone https://github.com/ferhatiltas/FlutterExamples

# Access
$ cd FlutterExamples

# Pull dependencies
$ flutter pub get

# Run the project (emulator or physical device needs to be connected first)
$ flutter run

# Build an apk
$ flutter build apk --split-per-abi