Skip to main content

Stadata Flutter SDK

Streamline BPS Statistics API integration in Flutter. Easily fetch, analyze, and visualize data.

Seamlessly integrate Indonesia's official statistical data from BPS (Badan Pusat Statistik) into your Flutter applications. Access economic indicators, demographic data, publications, news, and comprehensive statistical resources with just a few lines of code.

15+
API Endpoints
500+
Administrative Domains
100%
Official BPS Data
main.dart
// Initialize STADATA Flutter SDK
await StadataFlutter.instance.init(
  apiKey: 'YOUR_API_KEY',
);

// Get Indonesian provinces
final provinces = await StadataFlutter
  .instance.list.domains(
    type: DomainType.province,
    lang: DataLanguage.id,
  );

// Get economic publications
final publications = await StadataFlutter
  .instance.list.publications(
    domain: '0000',
    keyword: 'ekonomi',
  );

// Get detailed publication info
final publication = await StadataFlutter
  .instance.view.publication(
    id: publications.data.first.id,
    domain: '0000',
  );

Why Choose STADATA Flutter SDK?

Everything you need to build powerful statistical applications with Indonesian government data

Easy to Use

STADATA Flutter SDK was designed with developers in mind to be easily installed and used to get your Flutter or Dart app integrated with BPS API quickly. Just add your API key and start accessing statistical data.

Comprehensive Data Access

Access the complete range of BPS statistical data including economic indicators, demographic data, publications, news, press releases, and more. Both List and View APIs provide flexible data retrieval options.

Powered by Dart & Flutter

Built with modern Dart and Flutter technologies. Supports all platforms including Android, iOS, Web, and Desktop. Clean architecture with comprehensive error handling and type safety.

🏛️

Official BPS Integration

Direct integration with Indonesia's official statistical office (BPS). Access verified, authoritative data with real-time updates and comprehensive coverage of national statistics.

🌐

Multilingual Support

Built-in support for both Indonesian and English languages. Seamlessly switch between languages for international applications or local Indonesian market requirements.

🚀

Developer Friendly

Comprehensive documentation, code examples, error handling, and IntelliSense support. Get started quickly with our detailed guides and real-world implementation examples.

Trusted by Developers, Powered by Official Data

Built in collaboration with Indonesia's national statistical standards and best practices for data access and integration.

Get Started in Minutes

Three simple steps to integrate Indonesian statistical data into your Flutter app

1

Install SDK

Add the STADATA Flutter SDK to your project with a single command

flutter pub add stadata_flutter_sdk
2

Get API Key

Register for free at BPS Web API to get your API key

Get API Key
3

Start Coding

Initialize the SDK and start accessing statistical data

View Tutorial

Rich Statistical Data at Your Fingertips

Access comprehensive datasets from Indonesia's national statistics office

📊 Economic Indicators

  • GDP and Economic Growth
  • Inflation and Price Indices
  • Trade and Export-Import Data
  • Industrial Production Statistics

👥 Demographics & Social

  • Population Census Data
  • Education Statistics
  • Employment and Labor Force
  • Health and Welfare Indicators

🏛️ Publications & Reports

  • Official Statistical Reports
  • Research Publications
  • Statistical Yearbooks
  • Methodological Documentation

📰 News & Press Releases

  • Latest Statistical News
  • Official Press Releases
  • Data Release Announcements
  • Infographics and Visualizations

Ready to Build Amazing Statistical Applications?

Join developers building data-driven applications with Indonesia's official statistics