maplibre_ios 0.3.3+2 copy "maplibre_ios: ^0.3.3+2" to clipboard
maplibre_ios: ^0.3.3+2 copied to clipboard

PlatformiOS
unlisted

Helper package for maplibre that provides iOS FFI bindings

example/lib/main.dart

import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(title: const Text('maplibre_ios example app')),
        body: const Text('This project is only to verify builds.'),
      ),
    );
  }
}
1
likes
160
points
813
downloads

Publisher

verified publisherjoscha-eckert.de

Weekly Downloads

Helper package for maplibre that provides iOS FFI bindings

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

BSD-3-Clause, BSD-2-Clause (license)

Dependencies

ffi, flutter, objective_c

More

Packages that depend on maplibre_ios

Packages that implement maplibre_ios