active_grid_core 0.1.1+3 copy "active_grid_core: ^0.1.1+3" to clipboard
active_grid_core: ^0.1.1+3 copied to clipboard

discontinuedreplaced by: apptive_grid_core

Core Library for ActiveGrid used to provide general ActiveGrid functionality to other Packages or Apps

example/lib/main.dart

import 'package:active_grid_core/active_grid_core.dart';
import 'package:flutter/material.dart';

void main() async {
  await enableWebAuth();
  runApp(MyApp());
}

/// Add A ActiveGrid Widget to your Widget Tree to enable ActiveGrid Functionality
class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: ActiveGrid(
        options: ActiveGridOptions(
          environment: ActiveGridEnvironment.alpha,
        ),
        child: Container(),
      ),
    );
  }
}
7
likes
100
points
12
downloads

Publisher

verified publisherzweidenker.de

Weekly Downloads

Core Library for ActiveGrid used to provide general ActiveGrid functionality to other Packages or Apps

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, http, intl, openid_client, provider, url_launcher

More

Packages that depend on active_grid_core