Blogger class

Blogger This package will help to get all the blogger data from google and it's need API

if you don't have API go to https://console.cloud.google.com/ and create your API

Constructors

Blogger({required String apiKey, required String blogId})

Properties

apiKey String
getter/setter pair
blogId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBlog({required String blogId}) Future<BlogsModel>
getBlog This function will return Blog, Post and Page details.
getBlogs({required List<String> blogIds}) Future<List<BlogsModel>>
getBlogs This function will return all Blog.
getPages() Future<PageModel>
getPages This function will return all Pages in the blog
getPosts({bool includeComment = false}) Future<PostModel>
getPosts This function will return all Post in the blog
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited