news_api_flutter_package 1.2.0 copy "news_api_flutter_package: ^1.2.0" to clipboard
news_api_flutter_package: ^1.2.0 copied to clipboard

Flutter package for accessing News API. (https://newsapi.org/)

example/lib/main.dart

import 'package:example/screens/home.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: "News API Example Project",
      home: HomePage(),
    );
  }
}
9
likes
150
pub points
76%
popularity

Publisher

verified publishersharmadhiraj.com

Flutter package for accessing News API. (https://newsapi.org/)

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, http

More

Packages that depend on news_api_flutter_package