Coder Social home page Coder Social logo

raviyatechnical / flutter-blogger Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 125 KB

Flutter Package for Blogger API

License: MIT License

Kotlin 0.16% Swift 0.91% Objective-C 0.05% Dart 56.96% HTML 2.43% CMake 13.24% C++ 25.28% C 0.97%
blogger blogger-api blogger-api-v3 flutter flutter-app flutter-blogger flutter-open-source flutter-package open-source

flutter-blogger's Introduction

Blogger API For Flutter

This Package Helping to implement of blogger api to flutter app

Platform integration

You don't need to include the google-services.json file in your app unless you are using Google services that require it. You do need to enable the Blogger API using Google Cloud Platform API manager, and Create New Project then Go to Credentials Page and Create New credentials For API Key.

๐Ÿ’ฐ Support by donating or sponsoring us.,

sponsor Patreon Buymeacoffee Ko-Fi

Features

  • Posts
  • Pages

Screenshots

Documentation

To use blogger, first start by importing the package.

import 'package:blogger/blogger.dart';
Blogger blogger = Blogger(
    apiKey: 'Your API Key',
    blogId: 'Your Blog Ids',
);

Get All the Blog Details By Ids

bloggerAPI.getBlogs(
    blogIds: ['Your Blog Ids'], 
)

Return Type Future<List<BlogsModel>>

Get All the Post Details By Blog Id

bloggerAPI.getPosts(
    includeComment: false // If need you can read all the Comments from Posts.
)

Return Type Future<PostModel>

Get All the Page Details By Blog Id

bloggerAPI.getPages()

Return Type Future<PageModel>

Author and Replies included in PostItemModel so can you read author and replies from Posts

Platform Support

Android iOS MacOS Web Linux Windows
โœ”๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ โœ”๏ธ

Authors

Contributing

Contributions are always welcome! See contributing.md for ways to get started. Please adhere to this project's code of conduct.

License

MIT

This code inspection from blogger_api package.

https://github.com/imtheguna/blogger_api

flutter-blogger's People

Contributors

bhargavraviya avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

bhargavraviya

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.