jcore_fluttify 0.3.0 copy "jcore_fluttify: ^0.3.0" to clipboard
jcore_fluttify: ^0.3.0 copied to clipboard

A `JCore` Component, Powered By `Fluttify` Engine.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  String _platformVersion = 'Unknown';

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('Running on: $_platformVersion\n'),
        ),
      ),
    );
  }
}
0
likes
20
pub points
0%
popularity

Publisher

verified publisherfluttify.com

A `JCore` Component, Powered By `Fluttify` Engine.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, foundation_fluttify

More

Packages that depend on jcore_fluttify