GithubHelp home page GithubHelp logo

ivancse58 / my_flutter_app Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 1.52 MB

My Flutter App

License: Apache License 2.0

Kotlin 0.35% Swift 1.06% Objective-C 0.10% Dart 94.94% Ruby 3.55%
dart flutter flutter-apps flutter-examples

my_flutter_app's Introduction

My flutter app

My 1st flutter app and fetch data from open api


Fetch Sample country list from https://restcountries.com/v3.1/all and Show all country list into a list view

Overall app flow:

Alt text

App widget tree

Alt text

Library used:

Lib name Description URL
http Network lib https://pub.dev/packages/http
json_serializable Create code for JSON serialization https://pub.dev/packages/json_serializable
json_annotation https://pub.dev/packages/json_annotation
flutter_svg To load and display SVG files https://pub.dev/packages/flutter_svg
hive, hive_flutter Hive is a no-sql DB, we can store data as key value. https://pub.dev/packages/hive
hive_generator To generate TypeAdapter for hive https://pub.dev/packages/hive_generator
path_provider To load commonly used locations on the filesystem https://pub.dev/packages/path_provider
fluttertoast To display toast messages https://pub.dev/packages/fluttertoast
provider To manage app state management https://pub.dev/packages/provider
logging Log message with data and time prefix https://pub.dev/packages/logging
sprintf To use for string interpolation or format https://pub.dev/packages/sprintf
build_runner To generate code according to configuration https://pub.dev/packages/build_runner

Customized font use:

Some flutter command:

flutter pub run build_runner build -To create fullter app: flutter pub outdated

  • Create Sample app:

flutter create flutter_complete_guide

  • Run app

flutter run

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.