kavinraju / news_app

This project is for learning Flutter using varoius Widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

news_app

This app was made while learning Flutter. News are fetched from News API. Currently this app fetches data only the headlines.

This project can be used to get started with Flutter for an Android Developer to know the code flow. It takes some time to adapt rom Native Development to Declaraive type framework, but understanding the codeflow will be truely helpful to make it possible. This project is my First Flutter app for me.

Screenshots

Widgets used:

1 StatefulWidget
2 MaterialApp
3 Scaffold
4 Container
5 Center
6 Text
7 Row
8 Padding
9 Icon
10 Card
11 CircularProgressIndicator
12 PageView.builder
13 Transform
14 Future, FutureBuilder
15 PopupMenuButton
16 CheckedPopupMenuItem
17 RichText
18 TapGestureRecognizer - for opening URL in a Text widget
19 CustomScrollView
20 GridTile
21 AnimatedContainer
22 ClipRRect
23 BackdropFilter
24 ImageFilter

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, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

This project is for learning Flutter using varoius Widgets


Languages

Language:Dart 95.2%Language:Objective-C 3.2%Language:Java 1.6%