ketanchoyal / custom_radio_grouped_button

Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier.
MIT License
150 stars 42 forks source link

The included part must have a part-of directive #51

Closed pishguy closed 2 years ago

pishguy commented 2 years ago
error: The included part ''CustomButtons/CustomRadioButton.dart'' 
must have a part-of directive. (part_of_non_part at [custom_radio_grouped_button] 
lib/custom_radio_grouped_button.dart:6)
pishguy commented 2 years ago

this issue can be resolve by replacing this lines:

import 'package:flutter/material.dart';
import '../custom_radio_grouped_button.dart';
part of '../custom_radio_grouped_button.dart';