flutter_fb_news 1.1.0-dev.3 copy "flutter_fb_news: ^1.1.0-dev.3" to clipboard
flutter_fb_news: ^1.1.0-dev.3 copied to clipboard

discontinued
outdated

Flutter plugin for displaying Facebook page feed with photos and videos

flutter_fb_news #

Flutter plugin for displaying Facebook page feed with photos and videos

pub

Using #

import 'package:flutter_fb_news/flutter_fb_news.dart';

Center(
    child: FbNews(
        accesToken:"xyz", // Your Page AccesToken
        pageId: "123567890", // Your PageId
        limit: 25,
        fields: [
            FbNewsFields.header,
            FbNewsFields.attachmentsPhotos,
            FbNewsFields.attachmentsVideos,
            FbNewsFields.message,
            FbNewsFields.footer,
        ],
        borderColor: Colors.black,
        backgroundColor: Colors.white,
        textColor: Colors.black,
    ),
),

Demo #

Demo

16
likes
0
pub points
37%
popularity

Publisher

verified publishercedtegapps.de

Flutter plugin for displaying Facebook page feed with photos and videos

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

carousel_slider, chewie, flutter, http, url_launcher, video_player

More

Packages that depend on flutter_fb_news